← 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-06T11:00:01Z · Confidence: high

Hunt Hypothesis

This hunt identifies network connections or asset matches to known indicators of compromise for the Venus Stealer, a high-severity credential and data theft malware. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to detect early-stage intrusions and isolate affected endpoints before the adversary exfiltrates sensitive credentials or corporate data.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hashf02e2fefd74c7268e3aced61017173fff92e2a1d0e7eaf7807189f371fbfcc1fpayload2026-09-0695%
sha1_hash4ae26b9ecf5250d6b1691d4006b629fa39d668d0payload2026-09-0695%
md5_hash756d63bdd8c9a7e95caadaadb8a2124dpayload2026-09-0695%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Venus Stealer
let malicious_hashes = dynamic(["f02e2fefd74c7268e3aced61017173fff92e2a1d0e7eaf7807189f371fbfcc1f", "4ae26b9ecf5250d6b1691d4006b629fa39d668d0", "756d63bdd8c9a7e95caadaadb8a2124d"]);
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/