FortiGate - New Firewall Policy Added

Detects the addition of a new firewall policy on a Fortinet FortiGate Firewall.

Sigma rule (View on GitHub)

 1title: FortiGate - New Firewall Policy Added
 2id: f24ab7a8-f09a-4319-82c1-915586aa642b
 3status: experimental
 4description: Detects the addition of a new firewall policy on a Fortinet FortiGate Firewall.
 5references:
 6    - https://www.fortiguard.com/psirt/FG-IR-24-535
 7    - https://docs.fortinet.com/document/fortigate/7.6.4/fortios-log-message-reference/398/event
 8    - https://docs.fortinet.com/document/fortigate/7.6.4/cli-reference/333889629/config-firewall-policy
 9    - https://docs.fortinet.com/document/fortigate/7.6.4/fortios-log-message-reference/44547/44547-logid-event-config-objattr
10author: Marco Pedrinazzi @pedrinazziM (InTheCyber)
11date: 2025-11-01
12tags:
13    - attack.defense-evasion
14    - attack.t1562
15logsource:
16    product: fortigate
17    service: event
18detection:
19    selection:
20        action: 'Add'
21        cfgpath: 'firewall.policy'
22    condition: selection
23falsepositives:
24    - A firewall policy can be added for legitimate purposes.
25level: medium

References

Related rules

to-top