← 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-24T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary behavior where malicious actors deploy the Venus Stealer to exfiltrate sensitive credentials and data by leveraging specific indicators of compromise (IOCs) such as unique file hashes and network artifacts. A SOC team should proactively hunt for these IOCs in Azure Sentinel to identify early-stage infections before attackers can establish persistence or escalate privileges within the cloud environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash0ec313029dce62c5ee7aa979263f208bpayload2026-07-2495%
md5_hash8316c11965ea33d19a0b81e1b1d3e1c1payload2026-07-2495%
sha256_hash23135f7a9ef043ebf31d296b08b93b1a636ce43f9ea490afe778433c024726a7payload2026-07-2495%
sha1_hashad9b61dd4558239dc97d4580439ab2f4ddd03f52payload2026-07-2495%
sha256_hash2ecc8f99a7860a6806347bc55842e71f2baa81afeffd7f0dbcebe22da5228a2epayload2026-07-2495%
sha1_hash919b5673aced7f5b239450ff52c3c4d492249c1cpayload2026-07-2495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Venus Stealer
let malicious_hashes = dynamic(["0ec313029dce62c5ee7aa979263f208b", "8316c11965ea33d19a0b81e1b1d3e1c1", "23135f7a9ef043ebf31d296b08b93b1a636ce43f9ea490afe778433c024726a7", "ad9b61dd4558239dc97d4580439ab2f4ddd03f52", "2ecc8f99a7860a6806347bc55842e71f2baa81afeffd7f0dbcebe22da5228a2e", "919b5673aced7f5b239450ff52c3c4d492249c1c"]);
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 filters for the ThreatFox: Venus Stealer IOCs detection rule in an enterprise environment:

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