← Back to SOC feed Coverage →

ThreatFox: DarkMe IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-darkme
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-06-28T11:00:00Z · Confidence: high

Hunt Hypothesis

This hypothesis posits that adversaries are leveraging specific DarkMe indicators of compromise to establish persistence and command-and-control channels within Azure environments. Proactive hunting is critical because early detection of these known IOCs allows the SOC team to identify active intrusions before they escalate into broader data exfiltration or lateral movement incidents.

IOC Summary

Malware Family: DarkMe Total IOCs: 3 IOC Types: sha256_hash, md5_hash, sha1_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hash8cd1408dbe57b890cb7aac49c60567e659156f376075ef617d5d7afb588daa09payload2026-06-2795%
sha1_hash6de94861e213b9b876edac4bdc716e141df735b7payload2026-06-2795%
md5_hash891776acc33d8c22e4667d51c8370d49payload2026-06-2795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - DarkMe
let malicious_hashes = dynamic(["8cd1408dbe57b890cb7aac49c60567e659156f376075ef617d5d7afb588daa09", "6de94861e213b9b876edac4bdc716e141df735b7", "891776acc33d8c22e4667d51c8370d49"]);
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 4 specific false positive scenarios for the ThreatFox: DarkMe IOCs detection rule in an enterprise environment, along with suggested filters or exclusions:

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