I'm new to the world of Fortinet, so please bear with me...
On a FortiGate 60E (running 5.6.2), is there a way to add all IPS signatures at once, instead of having to go page by page and selecting them.
Or am I missing the point in that you only want to enable a small subset of them?
bks
FortiGate-60E, 2 x FortiAP-224D, FortiSwitch FS-108D-POE, FortiRecorder-100D, 3 x FortiCam-FD40
If you want to enable all, you can do it this way
config ips sensor
edit SENSOR_NAME (You can modify default or create a new one.)
edit 1 set severity medium high critical set status enable set action block next
this will block all medium high and critical IPS signatures.
Here's the output of "show ips sensor":
show ips sensorconfig ips sensor edit "sniffer-profile" set comment "Monitor IPS attacks." config entries edit 1 set severity high critical next end next edit "default" set comment "Prevent critical attacks." config entries edit 1 set severity medium high critical next end next edit "all_default" set comment "All predefined signatures with default setting." config entries edit 1 next end next edit "all_default_pass" set comment "All predefined signatures with PASS action." config entries edit 1 set action pass next end next edit "protect_http_server" set comment "Protect against HTTP server-side vulnerabilities." config entries edit 1 set location server set protocol HTTP next end next edit "protect_email_server" set comment "Protect against email server-side vulnerabilities." config entries edit 1 set location server set protocol SMTP POP3 IMAP next end next edit "protect_client" set comment "Protect against client-side vulnerabilities." config entries edit 1 set location client next end next edit "high_security" set comment "Blocks all Critical/High/Medium and some Low severity vulnerabilities" set block-malicious-url enable config entries edit 1 set severity medium high critical set status enable set action block next edit 2 set severity low next end nextend I can't seem to create a new IPS sensor (but do I need to?). Not sure if I don't have the necessary feature enabled to see the configuration in the GUI. I do have "Intrusion Prevention" enabled (and the necessary licenses installed). bks
FortiGate-60E, 2 x FortiAP-224D, FortiSwitch FS-108D-POE, FortiRecorder-100D, 3 x FortiCam-FD40
Nevermind, figured it out. On mine, there is only one sensor, named "default."
Here's what I did:
FGT # config ips sensor FGT (sensor) # edit default FGT (default) # config entries FGT (entries) # edit 1 FGT (1) # set severity low medium high critical FGT (1) # set status enable FGT (1) # set action block FGT (1) # set log-packet enable FGT (1) # next FGT (1) # end FGT (entries) # end FGT (default) # end FGT # end bks
FortiGate-60E, 2 x FortiAP-224D, FortiSwitch FS-108D-POE, FortiRecorder-100D, 3 x FortiCam-FD40
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1742 | |
1113 | |
759 | |
447 | |
241 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.