← Back to SOC feed Coverage →

ThreatFox: DarkTortilla IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-darktortilla
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-11T23:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: DarkTortilla IOCs rule detects potential adversary activity linked to the DarkTortilla group, which is known for targeting organizations through sophisticated malware and command-and-control infrastructure. SOC teams should proactively hunt for these IOCs in Azure Sentinel to identify and mitigate advanced persistent threats before they cause significant damage.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash624eb52464199c7dfea8f082c5b4e9f7payload2026-06-1195%
sha256_hashc2a383a0dff5e69299443a119bb73f2b76f3f9c0f3951330ffea5db26fc3797fpayload2026-06-1195%
sha1_hash60b2674a3acda83abedd7173355a9473f2904f17payload2026-06-1195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - DarkTortilla
let malicious_hashes = dynamic(["624eb52464199c7dfea8f082c5b4e9f7", "c2a383a0dff5e69299443a119bb73f2b76f3f9c0f3951330ffea5db26fc3797f", "60b2674a3acda83abedd7173355a9473f2904f17"]);
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

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