Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

block Internet access for some apllications #80

Open
sokatra opened this issue Feb 1, 2020 · 1 comment
Open

block Internet access for some apllications #80

sokatra opened this issue Feb 1, 2020 · 1 comment

Comments

@sokatra
Copy link

sokatra commented Feb 1, 2020

I recommend that hardentools would block internet access for some Windows tool which can be abused to dwonload malicious code

example:
netsh advfirewall firewall add rule name="Block certutil.exe netconns" program="%systemroot%\system32\certutil.exe" protocol=tcp dir=out enable=yes action=block profile=any
source
windows_hardening.cmd in gitgub
https://gist.github.com/ricardojba/ecdfe30dadbdab6c514a530bc5d51ef6

CertUtil.exe Could Allow Attackers To Download Malware While Bypassing AV
https://www.bleepingcomputer.com/news/security/certutilexe-could-allow-attackers-to-download-malware-while-bypassing-av/

@tyrell-wallace
Copy link

You can use a firewall for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants