Disable or Modify System Firewall
https://attack.mitre.org/techniques/T1562/004/
Techniques
CMD
# Disable all profiles
netsh advfirewall set allprofiles state off
# Disable public profile
netsh advfirewall set publicprofile state off
# Disable domain profile
netsh advfirewall set domainprofile state off
# Disable current profile
netsh advfirewall set currentprofile state off
# Enable all profiles
netsh advfirewall set allprofiles state onPowerShell
Scenario





Mitigation
Further Reading
Last updated