Azure Firewall Modified or Deleted

Identifies when a firewall is created, modified, or deleted.

Sigma rule (View on GitHub)

 1title: Azure Firewall Modified or Deleted
 2id: 512cf937-ea9b-4332-939c-4c2c94baadcd
 3status: test
 4description: Identifies when a firewall is created, modified, or deleted.
 5references:
 6    - https://docs.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations
 7author: Austin Songer @austinsonger
 8date: 2021/08/08
 9modified: 2022/08/23
10tags:
11    - attack.impact
12    - attack.defense_evasion
13    - attack.t1562.004
14logsource:
15    product: azure
16    service: activitylogs
17detection:
18    selection:
19        operationName:
20            - MICROSOFT.NETWORK/AZUREFIREWALLS/WRITE
21            - MICROSOFT.NETWORK/AZUREFIREWALLS/DELETE
22    condition: selection
23falsepositives:
24    - Firewall being modified or deleted may be performed by a system administrator. Verify whether the user identity, user agent, and/or hostname should be making changes in your environment.
25    - Firewall modified or deleted from unfamiliar users should be investigated. If known behavior is causing false positives, it can be exempted from the rule.
26level: medium

References

Related rules

to-top