← Back to SOC feed Coverage →

ThreatFox: Amadey IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
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-10T11:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies the initial infection phase of the Amadey ransomware family by monitoring for phishing-delivered malicious attachments or links that trigger exploit kits and compromised credential usage. SOC teams should proactively hunt for this threat in Azure Sentinel to detect early-stage lateral movement, anomalous file encryption patterns, and command-and-control communications beyond known domains before widespread data exfiltration occurs.

IOC Summary

Malware Family: Amadey Total IOCs: 2 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainuybwveyvyt62rc.sitebotnet_cc2026-08-10100%
domainzsv2c62243.spacebotnet_cc2026-08-10100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Amadey
let malicious_domains = dynamic(["uybwveyvyt62rc.site", "zsv2c62243.space"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

False Positive Scenarios: ThreatFox: Amadey IOCs Detection Rule

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