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

Hunt Hypothesis

This detection rule identifies the presence of the Venus Stealer malware, which actively harvests credentials and exfiltrates sensitive data from compromised endpoints within the Azure Sentinel environment. Proactively hunting for these specific IOCs is critical to enable rapid containment before adversaries can leverage stolen identities to escalate privileges or move laterally across the network.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash53b2409da145971e26878378ddd1338be7ba48d0payload2026-08-0295%
md5_hashde65b65e7d5d3fd35f062341b5d47effpayload2026-08-0295%
sha256_hashc703f7c8a9719198f450e6e9f91df340f810a197ef44a24926212c18d70abc8apayload2026-08-0295%
sha1_hash46c192138f740f6cce76d27b560b3b7c5ea1125epayload2026-08-0295%
md5_hash50a9a1fcb001dc2e806fce909475a18cpayload2026-08-0295%
sha256_hash8fe83c4ceebaf00bfa977ff415dc067c962f7159c75431a0849d4342e505573cpayload2026-08-0295%
sha256_hash077480d961420c8b53b68059ce2493a1318756c7f9b93e2242020740f98afe20payload2026-08-0295%
sha1_hash52ccf3e4ef9c5bf212ad9a083d0df892d1fcd91apayload2026-08-0295%
md5_hash368f60b8e34fb19caa134fcd7d2079d0payload2026-08-0295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Venus Stealer
let malicious_hashes = dynamic(["53b2409da145971e26878378ddd1338be7ba48d0", "de65b65e7d5d3fd35f062341b5d47eff", "c703f7c8a9719198f450e6e9f91df340f810a197ef44a24926212c18d70abc8a", "46c192138f740f6cce76d27b560b3b7c5ea1125e", "50a9a1fcb001dc2e806fce909475a18c", "8fe83c4ceebaf00bfa977ff415dc067c962f7159c75431a0849d4342e505573c", "077480d961420c8b53b68059ce2493a1318756c7f9b93e2242020740f98afe20", "52ccf3e4ef9c5bf212ad9a083d0df892d1fcd91a", "368f60b8e34fb19caa134fcd7d2079d0"]);
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 rule, including suggested filters and exclusions tailored for an enterprise environment:

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