Azure Network Security Groups or Rules Created, Modified, or Deleted
이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우
언제든지 연락주시기 바랍니다.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.