You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Use innerunique to keep performance fast and result set low, as we only need one match to indicate potential malicious activity that needs investigation
50
50
| join kind=innerunique (
51
-
AzureDiagnostics
51
+
union AZFWApplicationRule, AZFWNetworkRule
52
52
| where TimeGenerated >= ago(dt_lookBack)
53
-
| where OperationName in ("AzureFirewallApplicationRuleLog", "AzureFirewallNetworkRuleLog")
54
-
| parse kind=regex flags=U msg_s with Protocol 'request from ' SourceHost 'to ' DestinationHost @'\.? Action: ' Firewall_Action @'\.' Rest_msg
0 commit comments