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

Hunt Hypothesis

This hunt targets adversary behavior where Venus Stealer executes reconnaissance and data exfiltration activities by leveraging specific known Indicators of Compromise (IOCs) within the Azure environment. Proactively hunting for these IOCs is critical to rapidly identify early-stage infections before sensitive credentials and intellectual property are compromised, ensuring a swift containment response in Azure Sentinel.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hashf193b47f2739aaa35c0ecec5d2731dc7d343c200340015e4a2bff663c3041512payload2026-07-0595%
sha1_hashdef05ff2de5bf7d550e6230c19480bae253d8043payload2026-07-0595%
md5_hash4be39027f6e94c46bf4307f6762d8b98payload2026-07-0595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Venus Stealer
let malicious_hashes = dynamic(["f193b47f2739aaa35c0ecec5d2731dc7d343c200340015e4a2bff663c3041512", "def05ff2de5bf7d550e6230c19480bae253d8043", "4be39027f6e94c46bf4307f6762d8b98"]);
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 specific false positive scenarios for the ThreatFox: Venus Stealer IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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