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

Hunt Hypothesis

This hunt targets adversary behavior where malicious infrastructure associated with the DarkTortilla campaign communicates with internal assets via specific Indicators of Compromise (IOCs). Proactively hunting for these IOCs in Azure Sentinel is critical to identify early-stage reconnaissance or command-and-control activity before it escalates into a confirmed breach.

IOC Summary

Malware Family: DarkTortilla Total IOCs: 3 IOC Types: md5_hash, sha256_hash, sha1_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 5 specific false positive scenarios for the ThreatFox: DarkTortilla IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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