← Back to SOC feed Coverage →

ThreatFox: ACR Stealer IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
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-07-18T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets adversary behavior involving the deployment of ACR Stealer malware by searching for specific indicators of compromise across endpoints and network logs to identify active credential theft operations. Proactively hunting for these six IOCs within Azure Sentinel is critical to rapidly detect and contain early-stage data exfiltration attempts before they escalate into broader lateral movement incidents.

IOC Summary

Malware Family: ACR Stealer Total IOCs: 6 IOC Types: md5_hash, sha1_hash, sha256_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hash778aad49c1279d5a647759894155d40apayload2026-07-1895%
sha256_hashb2ab8825b84e6f0209cf713dcf7156c93ae82f37a6d9f0ca9072e228825c8d63payload2026-07-1895%
sha1_hash54fbaa90e47e9ea04deebb6dd2a5e8ed48e86a35payload2026-07-1895%
sha256_hash31cf473bb93abef0760d4992d45bafcd936edb7c26193c175f8491f8ffaef0e0payload2026-07-1895%
sha1_hash1d17d0e432e085af891afabedafaf9c1f1b3993fpayload2026-07-1895%
md5_hashd1e5cbeac0e02e97a34aca7c9c54db5cpayload2026-07-1895%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - ACR Stealer
let malicious_hashes = dynamic(["778aad49c1279d5a647759894155d40a", "b2ab8825b84e6f0209cf713dcf7156c93ae82f37a6d9f0ca9072e228825c8d63", "54fbaa90e47e9ea04deebb6dd2a5e8ed48e86a35", "31cf473bb93abef0760d4992d45bafcd936edb7c26193c175f8491f8ffaef0e0", "1d17d0e432e085af891afabedafaf9c1f1b3993f", "d1e5cbeac0e02e97a34aca7c9c54db5c"]);
DeviceFileEvents
| where SHA256 in (malicious_hashes) or SHA1 in (malicious_hashes) or MD5 in (malicious_hashes)
| project Timestamp, DeviceName, FileName, FolderPath, SHA256, InitiatingProcessFileName
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DeviceFileEventsEnsure 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 an enterprise environment:

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