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

Hunt Hypothesis

This hunt targets the presence of DarkTortilla IOCs to identify potential compromise by this threat actor, which is known for deploying web shells and establishing persistent access in cloud environments. Proactively hunting for these indicators in Azure Sentinel allows the SOC to detect early-stage intrusion attempts and mitigate the risk of lateral movement or data exfiltration before the adversary achieves their objectives.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash6440053c62f579c2dfd9935f535ba15cd326b17epayload2026-09-2195%
md5_hash04f5fdfac670ae1f057a4ce8e494cea1payload2026-09-2195%
sha256_hashf9b214dcc50723e8f35a8f18cd4324065b481107f8c2bec6aa4a127156f8ccabpayload2026-09-2195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - DarkTortilla
let malicious_hashes = dynamic(["6440053c62f579c2dfd9935f535ba15cd326b17e", "04f5fdfac670ae1f057a4ce8e494cea1", "f9b214dcc50723e8f35a8f18cd4324065b481107f8c2bec6aa4a127156f8ccab"]);
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/