mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
Merge pull request #1813 from austinsonger/azure_virtual_network_modified_or_deleted.yml
azure_virtual_network_modified_or_deleted.yml
This commit is contained in:
commit
a1917b4247
25
rules/cloud/azure_virtual_network_modified_or_deleted.yml
Normal file
25
rules/cloud/azure_virtual_network_modified_or_deleted.yml
Normal file
@ -0,0 +1,25 @@
|
||||
title: Azure Virtual Network Modified or Deleted
|
||||
id: bcfcc962-0e4a-4fd9-84bb-a833e672df3f
|
||||
description: Identifies when a Virtual Network is modified or deleted in Azure.
|
||||
author: Austin Songer @austinsonger
|
||||
status: experimental
|
||||
date: 2021/08/08
|
||||
references:
|
||||
- https://docs.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations
|
||||
logsource:
|
||||
service: azure.activitylogs
|
||||
detection:
|
||||
selection:
|
||||
properties.message|startswith:
|
||||
- MICROSOFT.NETWORK/VIRTUALNETWORKGATEWAYS/
|
||||
- MICROSOFT.NETWORK/VIRTUALNETWORKS/
|
||||
properties.message|endswith:
|
||||
- /WRITE
|
||||
- /DELETE
|
||||
condition: selection
|
||||
level: medium
|
||||
tags:
|
||||
- attack.impact
|
||||
falsepositives:
|
||||
- Virtual Network 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.
|
||||
- Virtual Network modified or deleted from unfamiliar users should be investigated. If known behavior is causing false positives, it can be exempted from the rule.
|
Loading…
Reference in New Issue
Block a user