← Back to SOC feed Coverage →

ThreatFox: WarLock IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-warlock
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at ThreatFox →
Retrieved: 2026-08-06T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary activity by matching network and endpoint telemetry against nine specific Indicators of Compromise (IOCs) linked to the WarLock threat actor. Proactively hunting for these IOCs in Azure Sentinel is critical because WarLock’s high-severity campaigns often target enterprise infrastructure, requiring early identification to mitigate potential data exfiltration or lateral movement before full compromise occurs.

IOC Summary

Malware Family: WarLock Total IOCs: 9 IOC Types: md5_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hasha7fd97ff3685cb971650922c12725e8bpayload2026-08-06100%
md5_hash843df3ad51fb7c3d35e6f65545bb710bpayload2026-08-06100%
md5_hashdd7f096c647581f6c639e5c3dc7d1e7epayload2026-08-06100%
md5_hash016802863edd6de4503ffa5d815d90b4payload2026-08-06100%
md5_hash2bc0e73148e07ade9ea1f2df31ca1c1bpayload2026-08-06100%
md5_hash3c624e9f786189d001dab2649ade0eb9payload2026-08-06100%
md5_hash758c6a86871370406e477e8ea53d2d8dpayload2026-08-06100%
md5_hash66b521a1eccf3b28906299768ee77222payload2026-08-06100%
md5_hashc6bf6be91257d4625dc4e8778b313d6bpayload2026-08-06100%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - WarLock
let malicious_hashes = dynamic(["a7fd97ff3685cb971650922c12725e8b", "843df3ad51fb7c3d35e6f65545bb710b", "dd7f096c647581f6c639e5c3dc7d1e7e", "016802863edd6de4503ffa5d815d90b4", "2bc0e73148e07ade9ea1f2df31ca1c1b", "3c624e9f786189d001dab2649ade0eb9", "758c6a86871370406e477e8ea53d2d8d", "66b521a1eccf3b28906299768ee77222", "c6bf6be91257d4625dc4e8778b313d6b"]);
DeviceFileEvents
| where SHA256 in (malicious_hashes) or SHA1 in (malicious_hashes) or MD5 in (malicious_hashes)
| project Timestamp, DeviceName, FileName, FolderPath, SHA256, InitiatingProcessFileName
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DeviceFileEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are specific false positive scenarios and corresponding filters for the ThreatFox: WarLock IOCs detection rule in an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/win.warlock/