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

Hunt Hypothesis

This hunt identifies network connections or asset matches associated with the AMOS ransomware family, leveraging known indicators of compromise to detect potential footholds or lateral movement. Proactively hunting for these IOCs in Azure Sentinel is critical because AMOS is a high-severity threat that often targets on-premises and hybrid environments, allowing the SOC to isolate affected assets before encryption or data exfiltration occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash835f2996734cfc372b8e99824ffb778753228733d23ae2e83608c8caad5ce9e6payload2026-09-23100%
sha256_hashac4d0608d32b97b8af1d9ab47dd5a88f3a0ca7406189e3e8edea5dec911d7c04payload2026-09-23100%
sha256_hasha283e242a4b2e91131811128da4d04e823d2d1f52bcd25520db7d9fd0c2f54ccpayload2026-09-23100%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - AMOS
let malicious_hashes = dynamic(["835f2996734cfc372b8e99824ffb778753228733d23ae2e83608c8caad5ce9e6", "ac4d0608d32b97b8af1d9ab47dd5a88f3a0ca7406189e3e8edea5dec911d7c04", "a283e242a4b2e91131811128da4d04e823d2d1f52bcd25520db7d9fd0c2f54cc"]);
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/