I'm considering use of a scanner driver I see on a website. I don't know the site or the owner so I'll be paranoid and assume that this Windows 10 exe is malicious. I can run the code in a throwaway VM. What I'd really like to know if there's code in the driver that might try to access my network. Monitoring the network while running the driver code is not good enough. That code might be benign for some period of time and then become malicious. So, I'm wondering if there is some tool that can read (disassemble) Windows 10 exe code and identify any code that tries to access the network.
Asked
Active
Viewed 209 times
1
1 Answers
2
You could always setup a firewall rule. Open Windows Firewall, and select ADVANCED SETTINGS Right-click on OUTBOUND RULE, select NEW RULE. Select PROGRAM enter the pull path the exe under THIS PROGRAM PATH BLOCK THE CONNECTION Apply to All 3 connection profiles (domain, private, public) And give it a name... done!
KryptykHermit
- 56
- 1
It's best to get your drivers from the vendors. Chances are if you're installing an unsigned driver on a 64Bit windows, that SecureBoot is going to block it by default anyways...
– Nomad Aug 17 '18 at 13:56