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

Hunt Hypothesis

This hunt detects adversary behavior involving the deployment of Venus Stealer indicators to exfiltrate sensitive credentials and system data from compromised endpoints. A SOC team should proactively search for these specific IOCs within Azure Sentinel to rapidly identify active infections and prevent potential lateral movement before critical assets are breached.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash91b31807f78c59ac463c15e2a4a94d3e4ec85958payload2026-07-2795%
md5_hash653498f67781d06904988a7c36d7097epayload2026-07-2795%
sha256_hash600cf8533d43cc3b073ab18ed728cb4c9c037870c53ab8f0eb66bf225a3ac7e3payload2026-07-2795%
sha256_hash7d98375b03ed4def16841cc9b749a9297701edf20cba2f6f64bf96fcc995c79dpayload2026-07-2795%
sha1_hash6dbce49761da2db96277b1c7cd65176ca9b7fa58payload2026-07-2795%
md5_hash39763d60e7122f64bd38797e83ef7977payload2026-07-2795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Venus Stealer
let malicious_hashes = dynamic(["91b31807f78c59ac463c15e2a4a94d3e4ec85958", "653498f67781d06904988a7c36d7097e", "600cf8533d43cc3b073ab18ed728cb4c9c037870c53ab8f0eb66bf225a3ac7e3", "7d98375b03ed4def16841cc9b749a9297701edf20cba2f6f64bf96fcc995c79d", "6dbce49761da2db96277b1c7cd65176ca9b7fa58", "39763d60e7122f64bd38797e83ef7977"]);
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 and corresponding exclusion strategies for the ThreatFox: Venus Stealer IOCs detection rule in an enterprise environment:

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