← Back to SOC feed Coverage →

ThreatFox: AMOS IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocosx-amosthreatfox
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-25T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt identifies potential compromise by matching network traffic or asset attributes against nine known IOCs linked to the AMOS threat actor, a group frequently associated with advanced persistent threats targeting enterprise environments. Proactively hunting for these indicators in Azure Sentinel allows the SOC to detect early-stage reconnaissance or lateral movement activities before they escalate into full-scale data exfiltration or ransomware deployment.

IOC Summary

Malware Family: AMOS Total IOCs: 9 IOC Types: sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hash89aad11bff0ba0d654016e4e95b02f6f94b18f01f09475b83b0d983ed0764af2payload2026-09-25100%
sha256_hash15f5980c718cda6c5b16ea81cd153ebef15f07a03378594a669395c0d51c64edpayload2026-09-25100%
sha256_hashd3552befdb5519741191cd15d8b6e5109c9f8bba584a4506b3c551253f993474payload2026-09-25100%
sha256_hash6e2c9918a3eee4233cb3058385011fb7c79bf2f801655ff7711174196f1dcb59payload2026-09-25100%
sha256_hashbd1b6bed346570b063a14e9f4f7ddf21b19f61dbe1f820e03401fe82c509fd7bpayload2026-09-25100%
sha256_hash33cb2391cc0a21681eb67b1b85ce43117641059494c249030be388fa178bbda2payload2026-09-25100%
sha256_hash7243f66e3c28ef7d20a2ab34b30c577fe6f1f4273145a3379be7d3b9fea625a1payload2026-09-25100%
sha256_hashf91311823973108b313e941881d0ba501569b59221585b05cb69d2baeba68a74payload2026-09-25100%
sha256_hashef3bec3fc56611025ea5c9e67197f70f8f9d625b3b08eaea7c444f7285264badpayload2026-09-25100%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - AMOS
let malicious_hashes = dynamic(["89aad11bff0ba0d654016e4e95b02f6f94b18f01f09475b83b0d983ed0764af2", "15f5980c718cda6c5b16ea81cd153ebef15f07a03378594a669395c0d51c64ed", "d3552befdb5519741191cd15d8b6e5109c9f8bba584a4506b3c551253f993474", "6e2c9918a3eee4233cb3058385011fb7c79bf2f801655ff7711174196f1dcb59", "bd1b6bed346570b063a14e9f4f7ddf21b19f61dbe1f820e03401fe82c509fd7b", "33cb2391cc0a21681eb67b1b85ce43117641059494c249030be388fa178bbda2", "7243f66e3c28ef7d20a2ab34b30c577fe6f1f4273145a3379be7d3b9fea625a1", "f91311823973108b313e941881d0ba501569b59221585b05cb69d2baeba68a74", "ef3bec3fc56611025ea5c9e67197f70f8f9d625b3b08eaea7c444f7285264bad"]);
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/osx.amos/