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

Hunt Hypothesis

This hunt detects adversary behavior where malicious actors deploy the Venus Stealer to exfiltrate sensitive credentials and data by matching network traffic against six specific Indicators of Compromise (IOCs). A SOC team should proactively hunt for these IOCs within Azure Sentinel to rapidly identify early-stage infections and prevent potential lateral movement or data breaches before they escalate.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash250c4d2f05964b839cb779a2f13826f2payload2026-08-0195%
sha256_hashf67a176503343855c88d9aac1217277ee4e2badc5e56fe403e56ca30e144b266payload2026-08-0195%
sha1_hash8a6a3373a6c7a9b3c202c119ab76b3126464f636payload2026-08-0195%
sha256_hashfed541de0e768a6132da368ec8e0c66125ed7c144ca7d039bbcfe7b75192ecaapayload2026-08-0195%
sha1_hash859a5f150f6028fe660051755fb4e7b35d392359payload2026-08-0195%
md5_hashe27af1a650e95047f7b995cc6929f94epayload2026-08-0195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Venus Stealer
let malicious_hashes = dynamic(["250c4d2f05964b839cb779a2f13826f2", "f67a176503343855c88d9aac1217277ee4e2badc5e56fe403e56ca30e144b266", "8a6a3373a6c7a9b3c202c119ab76b3126464f636", "fed541de0e768a6132da368ec8e0c66125ed7c144ca7d039bbcfe7b75192ecaa", "859a5f150f6028fe660051755fb4e7b35d392359", "e27af1a650e95047f7b995cc6929f94e"]);
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

False Positive Scenarios for “ThreatFox: Venus Stealer IOCs” Rule

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