Microsoft Azure Firewall sample event messages

Use these sample event messages as a way of verifying a successful integration with QRadar®.

Important: Due to formatting issues, paste the message format into a text editor and then remove any carriage return or line feed characters.

Microsoft Azure sample event messages when you use the Microsoft Azure Event Hubs protocol

Sample 1: The following sample event message is of Azure Firewall Network Rule (Legacy Format).

{"time":"2025-08-06T06:43:30.973673+00:00","resourceId":"/SUBSCRIPTIONS/11111111-2222-3333-4444-555555555555/RESOURCEGROUPS/TEST/PROVIDERS/MICROSOFT.NETWORK/AZUREFIREWALLS/TEST","category":"AzureFirewallNetworkRule","operationName":"AzureFirewallNetworkRuleLog","properties":{"msg":"TCP request from 10.0.0.1:49832 to 10.0.0.2:443 was allowed. Action: Allow. Rule Collection: RC-NetRules, Rule: Allow-HTTPS-Outbound"}}
Table 1. Highlighted fields
QRadar field name Highlighted payload field name
Event ID Allow
Event category AZFWNetworkRule
SRC_IP 10.0.0.1
SRC_PORT 49832
DST_IP 10.0.0.2
DST_PORT 443
PROTOCOL TCP
Device Time devTime
Note: The Microsoft Azure Firewall DSM supports both Legacy Format and new format as shown in Sample 2.

Sample 2: The following sample event message shows shows Azure Firewall Network Rule.

{"TenantId":"00000000-0000-0000-0000-000000000000","TimeGenerated":"2025-08-20T12:34:56.789Z","SubscriptionId":"00000000-0000-0000-0000-000000000000","ResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Network/azureFirewalls/myFirewall","Policy":"DefaultFirewallPolicy","RuleCollectionGroup":"RCG-Default","RuleCollection":"RC-DefaultNetwork","Rule":"Allow-DNS","Action":"Allow","ActionReason":"","Protocol":"UDP","SourceIp":"10.0.0.1","SourcePort":12345,"DestinationIp":"10.0.0.2","DestinationPort":53,"IsBillable":"true","BilledSize":512.34,"SourceSystem":"Azure","Type":"AZFWNetworkRule"}
Table 2. Highlighted fields
QRadar field name Highlighted payload field name
Event ID Allow
Event category AZFWNetworkRule
SRC_IP 10.0.0.1
SRC_PORT 12345
DST_IP 10.0.0.2
DST_PORT 53
PROTOCOL UDP
Device Time TimeGenerated
Note: The Microsoft Azure Firewall DSM also supports categories such as AzureFirewallApplicationRule (Legacy Format), AZFWApplicationRule, AZFWDnsProxy, AZFWNatRule, AZFWDnsQuery, and AZFWThreatIntel