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

Hunt Hypothesis

This hunt targets adversaries deploying Venus Stealer to silently exfiltrate critical credentials and financial data by establishing encrypted outbound HTTP connections following initial infection vectors like phishing or web compromises. Proactively hunting for these specific IOCs in Azure Sentinel is essential to detect early-stage lateral movement and prevent the loss of sensitive assets before the malware can establish persistence or communicate with its command-and-control infrastructure.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hashcd362b63aa5130a6290d1326abc883309aa218a5869e82ecd2c106a80de61047payload2026-07-1495%
sha1_hashfd93e9618ec713af5483d30360f1d7b4f660d876payload2026-07-1495%
md5_hashd0a612c5bc14cb830954e6ba4dbd1e9fpayload2026-07-1495%
sha256_hash5e5f0122c172b364cb32ddefc79b381113a04ed48bf194a6a975cc7f564fa07bpayload2026-07-1495%
sha1_hashcfc94a406e187b8cba207c605374c398ce80a036payload2026-07-1495%
md5_hash6145fff517e81b6afc77d6d5149b73dapayload2026-07-1495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Venus Stealer
let malicious_hashes = dynamic(["cd362b63aa5130a6290d1326abc883309aa218a5869e82ecd2c106a80de61047", "fd93e9618ec713af5483d30360f1d7b4f660d876", "d0a612c5bc14cb830954e6ba4dbd1e9f", "5e5f0122c172b364cb32ddefc79b381113a04ed48bf194a6a975cc7f564fa07b", "cfc94a406e187b8cba207c605374c398ce80a036", "6145fff517e81b6afc77d6d5149b73da"]);
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 4 specific false positive scenarios for the ThreatFox: Venus Stealer IOCs detection rule, including targeted filters and exclusions tailored for an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/py.venus_stealer/