← Back to SOC feed Coverage →

ThreatFox: Venus Stealer IOCs

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

Hunt Hypothesis

This hypothesis targets the presence of Venus Stealer indicators, which signal an adversary actively harvesting credentials, browser sessions, and cryptocurrency assets for exfiltration. Proactively hunting for these IOCs in Azure Sentinel is critical to identify compromised endpoints before the threat actor can leverage stolen secrets to pivot laterally or execute financial theft.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash19c1644e3bb7a4dce5b90077d03c806327015badpayload2026-09-0495%
md5_hash7c7fd63c3ca386594d5099865d1ff7c0payload2026-09-0495%
sha256_hashd09fdae7f6e7b170094ea36a602d6c2f830933c368b43fa49dadce5c3f3fd0c4payload2026-09-0495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Venus Stealer
let malicious_hashes = dynamic(["19c1644e3bb7a4dce5b90077d03c806327015bad", "7c7fd63c3ca386594d5099865d1ff7c0", "d09fdae7f6e7b170094ea36a602d6c2f830933c368b43fa49dadce5c3f3fd0c4"]);
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/py.venus_stealer/