Query Details
DeviceNetworkEvents | where InitiatingProcessFileName contains "wscript.exe"| where RemoteIPType == @"Public" | where RemoteUrl !endswith @".entrust.net"
This query is looking at network events on devices and filtering them based on specific criteria:
In simple terms, the query is identifying network activities initiated by "wscript.exe" that are connecting to public IP addresses, but excluding connections to URLs ending in ".entrust.net".

Ali Hussein
Released: March 20, 2024
Tables
Keywords
Operators