Query Details
let BLgreensnow = externaldata(IPaddr: string)[@"https://blocklist.greensnow.co/greensnow.txt"] with (format="txt"); DeviceNetworkEvents | where ActionType == "ConnectionSuccess" | where RemoteIP in (BLgreensnow)
This query is checking for successful network connections made by devices to any IP addresses listed in the "greensnow" blocklist.

Benjamin Zulliger
Released: June 7, 2024
Tables
Keywords
Operators