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

Hunt Hypothesis

This hunt targets the presence of known Venus Stealer indicators to identify compromised endpoints where this infostealer is actively harvesting credentials, browser data, and cryptocurrency wallet information. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to detect and isolate infected systems before the adversary exfiltrates sensitive data or establishes persistence, mitigating the high severity risk associated with this prevalent stealer malware.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash1ae9433efe8a190b2dc0b842050b67255d3c54b17097314f189d608c7a40d678payload2026-09-1995%
sha1_hash3d2e9031c415884cc67ef0fedf9d802981700f6bpayload2026-09-1995%
md5_hash93e76e5b33860040d1a4235234a8e6c7payload2026-09-1995%
sha1_hash491f801f4d59380016d1b8ea5ff4baa097cdf84fpayload2026-09-1995%
md5_hash0049d699536ec0a1a3242626edf840d3payload2026-09-1995%
sha256_hash574fe1d0b5b67b8a4a58ad76458cfa2d5d7c9061657abc4a672cd23e96bf4aebpayload2026-09-1995%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Venus Stealer
let malicious_hashes = dynamic(["1ae9433efe8a190b2dc0b842050b67255d3c54b17097314f189d608c7a40d678", "3d2e9031c415884cc67ef0fedf9d802981700f6b", "93e76e5b33860040d1a4235234a8e6c7", "491f801f4d59380016d1b8ea5ff4baa097cdf84f", "0049d699536ec0a1a3242626edf840d3", "574fe1d0b5b67b8a4a58ad76458cfa2d5d7c9061657abc4a672cd23e96bf4aeb"]);
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/