Skip to content

Instantly share code, notes, and snippets.

@Shivammalaviya
Created July 15, 2021 20:34
Show Gist options
  • Save Shivammalaviya/44142547aa0eee246c693042304715db to your computer and use it in GitHub Desktop.
Save Shivammalaviya/44142547aa0eee246c693042304715db to your computer and use it in GitHub Desktop.
DeviceNetworkEvents
| where ((RemoteIP startswith '10.'
or RemoteIP !startswith '192.168.'
or RemoteIP !startswith '172.31'
or RemoteIP !startswith '172.30.'
or RemoteIP !startswith '172.29.'
or RemoteIP !startswith '172.28.'
or RemoteIP !startswith '172.27.'
or RemoteIP !startswith '172.26.'
or RemoteIP !startswith '172.25.'
or RemoteIP !startswith '172.24.'
or RemoteIP !startswith '172.23.'
or RemoteIP !startswith '172.21.'
or RemoteIP !startswith '172.20.'
or RemoteIP !startswith '172.19.'
or RemoteIP !startswith '172.18.'
or RemoteIP !startswith '172.17.'
or RemoteIP !startswith '172.16.'
or RemoteIP !startswith 'fd'
or RemoteIP !startswith 'fc'
or RemoteIP !startswith '127.0.0.1'
or RemoteIP !startswith '::1'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment