-Pass
The FortiGate unit lets the packet that triggered the signature pass through the firewall. If logging is disabled and action is set to Pass, the signature is effectively disabled.
--- note ---
The rule is disabled, so there is no scanning action for that type of event.
It is useless to scan for specific attacks if you don' t have that specific type of
server. So if you don' t have a ISS that is running, don' t scan for ISS type of attacks
However I think that some attacks can be give problems even if you don' t have
that kind of server. And that Fortinet sets an action to those
-Drop
The FortiGate unit drops the packet that triggered the signature. Fortinet recommends using an action other than Drop for TCP connection based attacks.
--- note ----
Could it be that the fortinet keeps the session active in the session table. If you keep dropping packets the session table will grow ?
- Reset
The FortiGate unit drops the packet that triggered the signature, sends a reset to both the client and the server, and removes the session from the FortiGate session table. Used for TCP connections only. If you set this action for non-TCP connection based attacks, the action will behave as Clear Session. If the Reset action is triggered before the TCP connection is fully established it acts as
Clear Session.
- Reset Client
The FortiGate unit drops the packet that triggered the signature, sends a reset to the client, and removes the session from the FortiGate session table. Used for TCP connections only. If you set this action for non-TCP connection based attacks, the action will behave as Clear Session. If the Reset Client action is triggered before the TCP connection is fully established it acts as Clear Session.
- Reset Server
The FortiGate unit drops the packet that triggered the signature, sends a reset to the server, and removes the session from the FortiGate session table. Used for TCP connections only. If you set this action for non-TCP connection based attacks, the action will behave as Clear Session. If the Reset Server action is triggered before the TCP connection is fully established it acts as Clear Session.
- Drop Session
The FortiGate unit drops the packet that triggered the signature and drops any other packets in the same session.
- Clear Session
The FortiGate unit drops the packet that triggered the signature, removes the session from the FortiGate session table, and does not send a reset.
- Pass Session
The FortiGate unit lets the packet that triggered the signature and all other packets in the session pass through the firewall.