Azure Network Security Group Open to the World

Set up the azure integration.

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

Goal

Detect when an Azure network security group allows inbound traffic from all IP Addresses.

Strategy

This rule monitors Azure Activity logs for network changes and detects when the @evt.name has a value of MICROSOFT.NETWORK/NETWORKSECURITYGROUPS/WRITE, @properties.securityRules.properties.direction has a value of Inbound, @properties.securityRules.properties.access has a value of Allow, and @properties.securityRules.properties.sourceAddressPrefix has a value of either 0.0.0.0/0 OR *.

Triage and response

  1. Inspect which Virtual Machines are associated with this security group.
  2. Determine whether this security group and the VMs should permit inbound traffic from all IP addresses.