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

Hunt Hypothesis

This hypothesis targets the execution or network activity associated with the ACR Stealer malware, a credential-stealing tool that often leverages Azure Container Registry (ACR) infrastructure to exfiltrate secrets or establish persistence. Proactively hunting for these IOCs in Azure Sentinel is critical to identify compromised container workloads or registry access that could lead to unauthorized lateral movement and data exfiltration within the cloud environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainlogs.primebyte.ccbotnet_cc2026-09-14100%
domainmail.novaform.ccbotnet_cc2026-09-14100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ACR Stealer
let malicious_domains = dynamic(["logs.primebyte.cc", "mail.novaform.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

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