← Back to SOC feed Coverage →

ThreatFox: Astaroth IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-astaroth
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-02T11:00:00Z · Confidence: high

Hunt Hypothesis

This detection identifies adversary activity linked to the Astaroth threat by monitoring specific Indicators of Compromise (IOCs) that signal potential compromise within the environment. SOC teams should proactively hunt for these signals in Azure Sentinel to rapidly identify and contain early-stage infections before they escalate into broader lateral movement or data exfiltration incidents.

IOC Summary

Malware Family: Astaroth Total IOCs: 4 IOC Types: sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hash47d2908c4dd7f6f5eb4a8ef4306077b10315c44231f4bacd2bb811b245561911payload2026-09-0250%
sha256_hasha6044786991afdb9d42ceb350943987765a7d0e8537369b2092e3f019c0f63capayload2026-09-0250%
sha256_hashcc44782356cb0effc528a7ab22c19ab360a55ebbbe01feb0967031aa191c5869payload2026-09-0250%
sha256_hashf62a958faf0491b2b2803be2ee69b664b58e4a1261f64e8530cdc1a3ff666aa4payload2026-09-0250%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Astaroth
let malicious_hashes = dynamic(["47d2908c4dd7f6f5eb4a8ef4306077b10315c44231f4bacd2bb811b245561911", "a6044786991afdb9d42ceb350943987765a7d0e8537369b2092e3f019c0f63ca", "cc44782356cb0effc528a7ab22c19ab360a55ebbbe01feb0967031aa191c5869", "f62a958faf0491b2b2803be2ee69b664b58e4a1261f64e8530cdc1a3ff666aa4"]);
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: Astaroth IOCs detection rule, along with targeted filters and exclusions:

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