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

Hunt Hypothesis

This hypothesis targets the presence of DarkTortilla malware, which establishes persistence and exfiltrates sensitive data through compromised credentials or exploit kits. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to identify early-stage infections via unusual outbound traffic or unexpected processes, mitigating the risk of data loss before the adversary achieves full control.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash750343b29466f6258ae1d26c00fcbd3e98f2000d80eb9d2ad9496e9fda5c422fpayload2026-09-0595%
sha1_hash1bd1099ae886df044bd5c1f1a1a5f17344708070payload2026-09-0595%
md5_hashed2972345edb2d887052dccaff556aa8payload2026-09-0595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - DarkTortilla
let malicious_hashes = dynamic(["750343b29466f6258ae1d26c00fcbd3e98f2000d80eb9d2ad9496e9fda5c422f", "1bd1099ae886df044bd5c1f1a1a5f17344708070", "ed2972345edb2d887052dccaff556aa8"]);
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/