Skip to content

Commit bc369a7

Browse files
committed
Add srcipaddr filter
1 parent f797f37 commit bc369a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Parsers/ASimAuthentication/Parsers/vimAuthenticationPaloAltoGlobalProtect.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ ParserQuery: |
196196
dynamic([])
197197
)
198198
| where (array_length(targetappname_has_any) == 0 or TargetAppName has_any(targetappname_has_any))
199+
| where (array_length(srcipaddr_has_any_prefix) == 0 or has_any_ipv4_prefix(SrcIpAddr, srcipaddr_has_any_prefix))
199200
| project-rename
200201
DvcIpAddr = Computer,
201202
DvcId = DeviceExternalID,

0 commit comments

Comments
 (0)