Create azure_network_p2s_vpn_modified_or_deleted.yml
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
title: Azure Point-to-site VPN Modified or Deleted
|
||||
id: d9557b75-267b-4b43-922f-a775e2d1f792
|
||||
description: Identifies when a Point-to-site VPN is Modified or Deleted.
|
||||
author: Austin Songer
|
||||
status: experimental
|
||||
date: 2021/
|
||||
references:
|
||||
- https://docs.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations
|
||||
logsource:
|
||||
service: azure.activitylogs
|
||||
detection:
|
||||
selection:
|
||||
properties.message:
|
||||
- MICROSOFT.NETWORK/P2SVPNGATEWAYS/WRITE
|
||||
- MICROSOFT.NETWORK/P2SVPNGATEWAYS/DELETE
|
||||
condition: selection
|
||||
level: medium
|
||||
tags:
|
||||
- attack.impact
|
||||
falsepositives:
|
||||
- Point-to-site VPN 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.
|
||||
- Point-to-site VPN modified or deleted from unfamiliar users should be investigated. If known behavior is causing false positives, it can be exempted from the rule.
|
||||
Reference in New Issue
Block a user