winapi - How to detect serial port sniffer? -


is possible detect if serial port being sniffed process running on windows?

we have application receives sensitive data cannot read other people. so, before opening serial port, need check if port being monitored.

we can use createfile windows api function open serial port exclusive access rights, if monitor runs before our call, can read communication (it opens serial port shared access rights, can open port @ same time). avoid this, attempt check if port being monitored , raise exception, warning user. possible this?

port sniffing requires filter driver, sysinternals' portmon utility. taking wrong kind of approach secure application. when can install filter driver, attacker has more enough privileges disable app , replace else of own making. trying detect , prevent information loss through app pointless, system has secured. serial port first thing you'll have lose, trivial tap wires.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -