← 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-08-10T11:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary behavior associated with the ACR Stealer malware, which actively exfiltrates sensitive credentials and data from Azure Container Registry environments. SOC teams should proactively hunt for these indicators in Azure Sentinel to rapidly contain potential breaches before attackers leverage stolen registry access to compromise broader cloud infrastructure.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainotp.vagrancyvirus.ccbotnet_cc2026-08-10100%
domainfiles.orchestratorlabs.ccbotnet_cc2026-08-10100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ACR Stealer
let malicious_domains = dynamic(["otp.vagrancyvirus.cc", "files.orchestratorlabs.cc"]);
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

Here are 5 specific false positive scenarios for the ThreatFox: ACR Stealer IOCs detection rule, tailored for a legitimate enterprise environment:

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