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

Hunt Hypothesis

This hunt targets adversary behavior where threat actors deploy the Venus Stealer malware to exfiltrate sensitive credentials and data by leveraging six specific Indicators of Compromise (IOCs). Proactively hunting for these IOCs within Azure Sentinel is critical because early detection of this stealer prevents lateral movement and limits the scope of potential data breaches before they escalate into major incidents.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash746c06f05b8e3bc93d6495a6c447c3c1874bd77011c33b0bcfe74ae27addbfafpayload2026-07-1395%
sha1_hash6ce65e50e8b91686e401e7fda41935a04503a2a6payload2026-07-1395%
md5_hash474de2155ee5c575d408806412c90411payload2026-07-1395%
sha256_hash4049128f0308d05dcb8d24b668f69238d720199de32ba0d8304cd3c3b3bde1b9payload2026-07-1395%
sha1_hashb35a83420c9d263788f785d5d0e0c64801521a52payload2026-07-1395%
md5_hash1b707c3c5fbb377d78c06eff79829490payload2026-07-1395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Venus Stealer
let malicious_hashes = dynamic(["746c06f05b8e3bc93d6495a6c447c3c1874bd77011c33b0bcfe74ae27addbfaf", "6ce65e50e8b91686e401e7fda41935a04503a2a6", "474de2155ee5c575d408806412c90411", "4049128f0308d05dcb8d24b668f69238d720199de32ba0d8304cd3c3b3bde1b9", "b35a83420c9d263788f785d5d0e0c64801521a52", "1b707c3c5fbb377d78c06eff79829490"]);
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 in an enterprise environment, along with suggested filters or exclusions:

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