← 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-07-02T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets adversary activity linked to the DarkTortilla campaign by monitoring for specific indicators of compromise across network and endpoint logs within Azure Sentinel. Proactively hunting these IOCs is critical because early detection of this known threat actor allows the SOC team to rapidly isolate affected assets before lateral movement or data exfiltration occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashe63bc44fbf3dd02c91262e309fb4d0ebpayload2026-07-0295%
sha256_hash51e3e006da49bddcdfaeceb3ada3b0401abc6e1536098caf85d3897a9e3e48e4payload2026-07-0295%
sha1_hash11758c6808e531b111b91997c67cb15a1e443032payload2026-07-0295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - DarkTortilla
let malicious_hashes = dynamic(["e63bc44fbf3dd02c91262e309fb4d0eb", "51e3e006da49bddcdfaeceb3ada3b0401abc6e1536098caf85d3897a9e3e48e4", "11758c6808e531b111b91997c67cb15a1e443032"]);
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 5 specific false positive scenarios for the ThreatFox: DarkTortilla IOCs rule in an enterprise environment, along with suggested filters or exclusions:

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