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.
Malware Family: ACR Stealer Total IOCs: 2 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | otp.vagrancyvirus.cc | botnet_cc | 2026-08-10 | 100% |
| domain | files.orchestratorlabs.cc | botnet_cc | 2026-08-10 | 100% |
// 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
| Sentinel Table | Notes |
|---|---|
DnsEvents | Ensure this data connector is enabled |
Here are 5 specific false positive scenarios for the ThreatFox: ACR Stealer IOCs detection rule, tailored for a legitimate enterprise environment:
Scenario: Automated Backup Agent Scanning
AppData) to capture configuration files and browser data. The ACR Stealer rule may flag these agents as they access known IOCs (specific file hashes or registry keys) associated with the stealer’s behavior within the backup scope.VeeamTransport.exe, vbrservice.exe, or CommServe.exe when they access paths under C:\Program Files\... or user profile directories, provided the parent process is a recognized service host (svchost.exe) with a valid digital signature from Veeam or Commvault.Scenario: Scheduled Browser Profile Migration
HKCU\Software\Google or accessing AppData\Local\Google.powershell.exe running under the context of a specific scheduled task (e.g., Task Name contains “Profile_Migration” or “Browser_Sync”). Additionally, verify that the script hash matches a known baseline hash stored in your SIEM’s asset inventory.Scenario: Endpoint Detection and Response (EDR) Health Checks