← Back to SOC feed Coverage →

ThreatFox: Amadey IOCs

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

Hunt Hypothesis

The ThreatFox: Amadey IOCs rule detects potential adversary activity associated with the Amadey malware, which is known for its persistence and lateral movement capabilities. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate advanced threats before they cause significant damage to the environment.

IOC Summary

Malware Family: Amadey Total IOCs: 3 IOC Types: url

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://bugmenot.site/bPwsAq2/ndex.phpbotnet_cc2026-05-05100%
urlhxxp://arbitrarycode.site/bPwsAq2/ndex.phpbotnet_cc2026-05-05100%
urlhxxp://adminstatus.site/bPwsAq2/ndex.phpbotnet_cc2026-05-05100%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Amadey
let malicious_urls = dynamic(["http://bugmenot.site/bPwsAq2/ndex.php", "http://arbitrarycode.site/bPwsAq2/ndex.php", "http://adminstatus.site/bPwsAq2/ndex.php"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

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