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

Hunt Hypothesis

This hunt hypothesis targets adversary behavior where ACR Stealer malware infiltrates endpoints through phishing vectors to exfiltrate critical browser credentials and authentication data. Proactively hunting for these indicators in Azure Sentinel is essential due to the high severity of credential theft, which often serves as a precursor to lateral movement and broader identity compromise within the organization.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash105195dfdfbfdce7cf13f50d92bba761eba5bc22c31000109a67708f61474e12payload2026-08-2895%
sha1_hashba655e73a1c08143324ffeaf56b6f6bea0a134e6payload2026-08-2895%
md5_hash8be48ea27f6cd6b2ec2ef3be4977322dpayload2026-08-2895%
md5_hash98f00e36daaf4c4bae91031d4b53ea9bpayload2026-08-2895%
sha256_hash46ced738ab9a9a37df3e36c6a8603742f26783f0be2fa845bdec10b5ddb50bfbpayload2026-08-2895%
sha1_hash6c19930c2b6b2ec49b42399dcd8e477de347c010payload2026-08-2895%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - ACR Stealer
let malicious_hashes = dynamic(["105195dfdfbfdce7cf13f50d92bba761eba5bc22c31000109a67708f61474e12", "ba655e73a1c08143324ffeaf56b6f6bea0a134e6", "8be48ea27f6cd6b2ec2ef3be4977322d", "98f00e36daaf4c4bae91031d4b53ea9b", "46ced738ab9a9a37df3e36c6a8603742f26783f0be2fa845bdec10b5ddb50bfb", "6c19930c2b6b2ec49b42399dcd8e477de347c010"]);
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 rule, including targeted filters and exclusions suitable for an enterprise environment:

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