Azure Network Security Groups or Rules Created, Modified, or Deleted

Set up the azure integration.

이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.

Goal

Detect when an Azure network security group or an Azure network security rule has been created, modified, or deleted.

Strategy

Monitor Azure activity logs and detect when the @evt.name is equal to any one of the following names:

  • MICROSOFT.NETWORK/NETWORKSECURITYGROUPS/WRITE
  • MICROSOFT.NETWORK/NETWORKSECURITYGROUPS/DELETE
  • MICROSOFT.NETWORK/NETWORKSECURITYGROUPS/SECURITYRULES/WRITE
  • MICROSOFT.NETWORK/NETWORKSECURITYGROUPS/SECURITYRULES/DELETE

and @evt.outcome is equal to Success.

Triage and response

Inspect the security group or security rule and determine if it exposes any Azure resources that should not be exposed.