- 重要な情報
- はじめに
- 用語集
- ガイド
- エージェント
- インテグレーション
- OpenTelemetry
- 開発者
- API
- CoScreen
- アプリ内
- Service Management
- インフラストラクチャー
- アプリケーションパフォーマンス
- 継続的インテグレーション
- ログ管理
- セキュリティ
- UX モニタリング
- 管理
Set up the azure integration.
Detect when an Azure network security group allows inbound traffic from all IP Addresses.
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 *
.