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

Hunt Hypothesis

This hunt detects adversary activity linked to the DarkTortilla campaign by identifying specific indicators of compromise across network and endpoint telemetry within Azure Sentinel. Proactively hunting for these signatures is critical because DarkTortilla targets cloud infrastructure with sophisticated persistence mechanisms that may evade standard signature-based defenses until lateral movement occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash68c9207a1e4e703b897300fc6c21cf0472549b352d80a64259e21ed4fdfe63a4payload2026-07-1695%
sha1_hash54f998f02bb83c71a0746cd38ca8203ed9a90a3apayload2026-07-1695%
md5_hash1f017ca7bcdae763c27483193017747apayload2026-07-1695%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - DarkTortilla
let malicious_hashes = dynamic(["68c9207a1e4e703b897300fc6c21cf0472549b352d80a64259e21ed4fdfe63a4", "54f998f02bb83c71a0746cd38ca8203ed9a90a3a", "1f017ca7bcdae763c27483193017747a"]);
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 specific false positive scenarios for the ThreatFox: DarkTortilla IOCs detection rule in an enterprise environment, along with suggested filters or exclusions:

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