fortigate/vdom_scsd/ips.cfg Sat Oct 11 05:07:41 PM EDT 2025

This commit is contained in:
John Poland 2025-10-11 17:07:42 -04:00
parent f868dbea7f
commit 2c85e87992

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