Skip to content

Commit 67e4ff2

Browse files
authored
Create OMI-Crypto-Miner-Detection.txt
1 parent e689921 commit 67e4ff2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

OMIGOD/OMI-Crypto-Miner-Detection.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Azure OMI Crypto Miner Detection
2+
let OMG = (externaldata(ip:string)
3+
[@"https://raw.githubusercontent.com/eshlomo1/Azure-Sentinel-4-SecOps/master/OMIGOD/OMIGOD-Cryptocurrency-Miner-Data.txt"]
4+
| distinct ip
5+
);
6+
union DeviceNetworkEvents, AzureDiagnostics, AzureActivity
7+
| where RemoteIP contains "OMG" and RemoteUrl contains "OMG"

0 commit comments

Comments
 (0)