← 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-09-12T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt identifies potential compromise by matching network traffic or endpoint telemetry against known Indicators of Compromise (IOCs) associated with the Amadey malware family. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to detect stealthy lateral movement or command-and-control channels before the adversary establishes a persistent foothold within the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash5a52ab26c92887b367383c8c47d1f825payload2026-09-1295%
sha256_hash52ebd649910eac2754dd5631d388dfdcf25e200be19918d1c94999225729a73cpayload2026-09-1295%
sha1_hash6ac13b1d254972f48fab7a854cec277261c3538epayload2026-09-1295%
md5_hash6f2da55a79f65a87ad3d36492e7fb9f0payload2026-09-1295%
sha256_hashbb04d6d6fccd0c5eaaeb02bc0c904c0122e9a61d0756b579c2d0da760190b576payload2026-09-1295%
sha1_hashf425d0cdc51db0f3e0bcb70ea600767655c67fb2payload2026-09-1295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Amadey
let malicious_hashes = dynamic(["5a52ab26c92887b367383c8c47d1f825", "52ebd649910eac2754dd5631d388dfdcf25e200be19918d1c94999225729a73c", "6ac13b1d254972f48fab7a854cec277261c3538e", "6f2da55a79f65a87ad3d36492e7fb9f0", "bb04d6d6fccd0c5eaaeb02bc0c904c0122e9a61d0756b579c2d0da760190b576", "f425d0cdc51db0f3e0bcb70ea600767655c67fb2"]);
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/win.amadey/