Skip to content

Commit 9615a61

Browse files
committed
Update Azure Firewall - Abnormal Port to Protocol.yaml
1 parent c52eb8a commit 9615a61

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Solutions/Azure Firewall/Analytic Rules/Azure Firewall - Abnormal Port to Protocol.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ query: |
6666
| join kind=leftouter (LearningPortToProtocol1) on $left.AlertTimeDstPort == $right.LearningTimeDstPort
6767
| where LearningTimeProtocol != AlertTimeProtocol),
6868
(AlertTimePortToProtocol2
69-
| join kind=leftouter (LearningPortToProtocol2) on $left.AlertTimeDstPort == $right.LearningTimeDstPort
70-
| where LearningTimeProtocol != AlertTimeProtocol),
69+
| join kind=leftanti (LearningPortToProtocol2) on $left.AlertTimeDstPort == $right.LearningTimeDstPort, $left.AlertTimeProtocol == $right.LearningTimeProtocol),
7170
(AlertTimePortToProtocol3
7271
| join kind=leftouter (LearningPortToProtocol3) on $left.AlertTimeDstPort == $right.LearningTimeDstPort
7372
| where LearningTimeProtocol != AlertTimeProtocol))

0 commit comments

Comments
 (0)