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

Hunt Hypothesis

This hunt targets known indicators of compromise associated with the AMOS malware family, which is frequently deployed to establish persistence and execute malicious payloads within Azure environments. Proactively hunting for these IOCs allows the SOC to identify potential intrusions early, mitigating the risk of lateral movement and data exfiltration before the adversary achieves their operational objectives.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash534b55b6772e5c2669f325bc877056c874a180650253e4bd5844ffaf69c384b6payload2026-09-21100%
sha256_hasha2da9aba412172006b2ba30e2168ec030dabcdf8c46e6895ffba1c26834251a6payload2026-09-21100%
sha256_hash382a3e22d91b93c67de463fde451870620e661b8e96f40a4ece80a2d3543a03fpayload2026-09-21100%
sha256_hashc254bf1cd9ab1496ad01785ed181bd6e314534bb1f079a4bc4616b40a8fd62eepayload2026-09-21100%
sha256_hash5fabab3dc7f8b73ee1343b01ea9e3d7802a41d12e9a03b1c80f66b72b98fd3fapayload2026-09-21100%
sha256_hashdbedefe4ca5494b6188085e27b17f0f3133fe2ec7df04cfe69714f8047c994bfpayload2026-09-21100%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - AMOS
let malicious_hashes = dynamic(["534b55b6772e5c2669f325bc877056c874a180650253e4bd5844ffaf69c384b6", "a2da9aba412172006b2ba30e2168ec030dabcdf8c46e6895ffba1c26834251a6", "382a3e22d91b93c67de463fde451870620e661b8e96f40a4ece80a2d3543a03f", "c254bf1cd9ab1496ad01785ed181bd6e314534bb1f079a4bc4616b40a8fd62ee", "5fabab3dc7f8b73ee1343b01ea9e3d7802a41d12e9a03b1c80f66b72b98fd3fa", "dbedefe4ca5494b6188085e27b17f0f3133fe2ec7df04cfe69714f8047c994bf"]);
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/