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

Hunt Hypothesis

This hunt detects adversary behavior where attackers deploy the Venus Stealer malware to exfiltrate sensitive credentials and data by matching network traffic against six specific Indicators of Compromise (IOCs). Proactively hunting for these IOCs in Azure Sentinel is critical because early identification of this stealer prevents lateral movement and data loss before the threat can establish persistence or escalate privileges within the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash61151b8e4db0fc9cc48a2c0a701955b13bbeca22payload2026-08-1495%
md5_hash51debef8194480827f1317a93fc93ca3payload2026-08-1495%
sha1_hash63debe2bc11935cd1f2e7ff5429c640620f0d380payload2026-08-1495%
md5_hashe5fe8fdb73df57602871e4cedeb3803apayload2026-08-1495%
sha256_hash540b4dfb2bceb2f68f26d7173f07d195f3ed5a83942fefcb92ffb583c74ffc32payload2026-08-1495%
sha256_hash191dccb04b3a98cf557a8bd994c6b8df433782653a3fa445bfa86ad5e6a5928apayload2026-08-1495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Venus Stealer
let malicious_hashes = dynamic(["61151b8e4db0fc9cc48a2c0a701955b13bbeca22", "51debef8194480827f1317a93fc93ca3", "63debe2bc11935cd1f2e7ff5429c640620f0d380", "e5fe8fdb73df57602871e4cedeb3803a", "540b4dfb2bceb2f68f26d7173f07d195f3ed5a83942fefcb92ffb583c74ffc32", "191dccb04b3a98cf557a8bd994c6b8df433782653a3fa445bfa86ad5e6a5928a"]);
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 5 specific false positive scenarios for the ThreatFox: Venus Stealer IOCs detection rule, along with suggested filters and exclusions tailored for an enterprise environment:

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