fortigate/vdom_scsd/ips.cfg Wed Oct 15 08:27:19 PM EDT 2025

This commit is contained in:
John Poland 2025-10-15 20:27:19 -04:00
parent 3080c6b6e7
commit 2fbcd8d210

View File

@ -0,0 +1,46 @@
config ips sensor
edit "g-default"
set comment "Prevent critical attacks."
config entries
edit 1
set severity medium high critical
next
end
next
edit "g-sniffer-profile"
set comment "Monitor IPS attacks."
config entries
edit 1
set severity medium high critical
next
end
next
edit "g-wifi-default"
set comment "Default configuration for offloading WiFi traffic."
config entries
edit 1
set severity medium high critical
next
end
next
edit "Incoming_IPS"
set block-malicious-url enable
config entries
edit 1
set location server
set severity medium high critical
set action block
next
end
next
edit "Outgoing_IPS"
set block-malicious-url enable
set scan-botnet-connections block
config entries
edit 1
set location client
set severity medium high critical
next
end
next
end