← Back to SOC feed Coverage →

ThreatFox: ACR Stealer IOCs

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

Hunt Hypothesis

The detection identifies potential ACR Stealer malware activity through known IOCs, indicating an adversary may be exfiltrating credentials or sensitive data from Azure Container Registry. SOC teams should proactively hunt for this behavior to detect and mitigate early-stage compromise before data is exfiltrated or systems are further compromised.

IOC Summary

Malware Family: ACR Stealer Total IOCs: 3 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domaingetauthdash.icubotnet_cc2026-05-19100%
domainhs.imitationfinancialfootwork.icubotnet_cc2026-05-19100%
domainapigrokcloud.icubotnet_cc2026-05-19100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ACR Stealer
let malicious_domains = dynamic(["getauthdash.icu", "hs.imitationfinancialfootwork.icu", "apigrokcloud.icu"]);
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

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