Azure Application Gateway Modified or Deleted

Identifies when a application gateway is modified or deleted.

Sigma rule (View on GitHub)

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

References

Related rules

to-top