← 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-24T11:00:00Z · Confidence: high

Hunt Hypothesis

This detection identifies adversary activity linked to the DarkTortilla campaign by monitoring specific indicators of compromise that signal potential reconnaissance or initial access attempts within the Azure Sentinel environment. Proactive hunting for these IOCs is critical because DarkTortilla targets high-value sectors with sophisticated tradecraft, and early identification allows the SOC team to rapidly isolate affected assets before lateral movement occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash198906594ae1cb1951d6e75e1921a7dd1188c8356371b847556ff15226dc5e83payload2026-07-2495%
sha1_hash21e5f10d7fef1dea915d7a39ce867b2948eee944payload2026-07-2495%
md5_hash24711f1cd12f005cdf6353c261f8eaf4payload2026-07-2495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - DarkTortilla
let malicious_hashes = dynamic(["198906594ae1cb1951d6e75e1921a7dd1188c8356371b847556ff15226dc5e83", "21e5f10d7fef1dea915d7a39ce867b2948eee944", "24711f1cd12f005cdf6353c261f8eaf4"]);
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: DarkTortilla IOCs detection rule, including tailored filters and exclusions suitable for an enterprise environment:

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