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

Hunt Hypothesis

This hunt targets known indicators of compromise associated with the AMOS threat actor, which is frequently linked to advanced persistent threats and ransomware operations. Proactively searching for these IOCs in Azure Sentinel allows the SOC to identify potential footholds or lateral movement activities before they escalate into a full-blown breach or data exfiltration event.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash5b7487d9528a49f6b83d41c772529b4d02d08a363c4501a60a3c8f9a3eeb53fapayload2026-09-24100%
sha256_hash8a4ef80cf6dbce39425c82d90953189e14ff8fc4c69627a6f06d24565c3421ecpayload2026-09-24100%
sha256_hash5d73b00bd37e96853bcb1f2cba845ce806b3c0dd8b83be3aaa58d0f42a235152payload2026-09-24100%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - AMOS
let malicious_hashes = dynamic(["5b7487d9528a49f6b83d41c772529b4d02d08a363c4501a60a3c8f9a3eeb53fa", "8a4ef80cf6dbce39425c82d90953189e14ff8fc4c69627a6f06d24565c3421ec", "5d73b00bd37e96853bcb1f2cba845ce806b3c0dd8b83be3aaa58d0f42a235152"]);
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/