← Back to SOC feed Coverage →

ThreatFox: VoltStealer IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
infostealeriocthreatfoxwin-voltstealer
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-21T23:00:01Z · Confidence: high

Hunt Hypothesis

This hunt targets known indicators of compromise associated with VoltStealer, a credential-stealing malware frequently deployed in phishing campaigns to compromise user sessions. Proactively searching for these IOCs in Azure Sentinel allows the SOC to identify potentially infected endpoints or compromised identities before the adversary can escalate privileges or exfiltrate sensitive data.

IOC Summary

Malware Family: VoltStealer Total IOCs: 3 IOC Types: sha1_hash, md5_hash, sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hashc9fd4ec3ea940456b89dc7c7192f67ba9b7f258fdb118f6dbfe195fce981c973payload2026-09-2195%
sha1_hash8be112ec619ef287abb5ad74186ab04882368e40payload2026-09-2195%
md5_hash50eb3d47e565d0e7fcd861032e806de5payload2026-09-2195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - VoltStealer
let malicious_hashes = dynamic(["c9fd4ec3ea940456b89dc7c7192f67ba9b7f258fdb118f6dbfe195fce981c973", "8be112ec619ef287abb5ad74186ab04882368e40", "50eb3d47e565d0e7fcd861032e806de5"]);
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

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