← Back to SOC feed Coverage →

ThreatFox: Amadey IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-amadey
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-08-28T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary activity by correlating three specific Indicators of Compromise (IOCs) linked to the Amadey threat intelligence feed within Azure Sentinel. Proactively hunting for these signals is critical because early identification of known malicious artifacts enables the SOC team to rapidly contain potential breaches before they escalate into widespread incidents.

IOC Summary

Malware Family: Amadey Total IOCs: 3 IOC Types: sha1_hash, sha256_hash, md5_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hashc5616af2cef3dcdb095d8cc55db75c96payload2026-08-2895%
sha256_hash76e6367d8123171afa540fe92a3758424ec7d1e029c4e5a3b9771e24fe0085c1payload2026-08-2895%
sha1_hash3c584320e4f7523645ed71d09321d2f5a476f103payload2026-08-2895%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Amadey
let malicious_hashes = dynamic(["c5616af2cef3dcdb095d8cc55db75c96", "76e6367d8123171afa540fe92a3758424ec7d1e029c4e5a3b9771e24fe0085c1", "3c584320e4f7523645ed71d09321d2f5a476f103"]);
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: Amadey IOCs detection rule, along with targeted filters and exclusions:

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