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.
Malware Family: DarkTortilla Total IOCs: 3 IOC Types: sha1_hash, md5_hash, sha256_hash
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| sha1_hash | 6440053c62f579c2dfd9935f535ba15cd326b17e | payload | 2026-09-21 | 95% |
| md5_hash | 04f5fdfac670ae1f057a4ce8e494cea1 | payload | 2026-09-21 | 95% |
| sha256_hash | f9b214dcc50723e8f35a8f18cd4324065b481107f8c2bec6aa4a127156f8ccab | payload | 2026-09-21 | 95% |
// 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
| Sentinel Table | Notes |
|---|---|
DeviceFileEvents | Ensure this data connector is enabled |
curl or wget to download a specific configuration bundle or script from a trusted internal mirror that happens to share the same IP address or domain hash as one of the DarkTortilla IOCs (e.g., a shared CDN or public S3 bucket).
ansible, terraform, kubernetes).python.exe, yara.exe, or powershell.exe and the command line contains keywords like -scan, hunt, or validate, or where the account belongs to the SecurityOps or ThreatHunt service group.veeam.exe, commvault.exe, nagios.exe) and the destination port is 443 or 80, provided the source account is a dedicated service account (e