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

Hunt Hypothesis

This hunt targets the presence of known IOCs associated with the Venus Stealer, a high-severity infostealer that actively exfiltrates sensitive data such as credentials and browser history. Proactively hunting for these indicators in Azure Sentinel allows the SOC to identify compromised endpoints before the adversary achieves full data exfiltration or establishes persistence.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash0960143403b7d6d8bbaed0f1652e83d6376c3cfe1fa6fe63b080b1fab97eb5a6payload2026-09-1095%
sha1_hash5983f394bdc9c2a191b5874a98cb736590ed5734payload2026-09-1095%
md5_hashe728c199f2f1ad356fcbee25a5475c74payload2026-09-1095%
md5_hashf4e051ee49a9559f6d71c7699226e3fbpayload2026-09-1095%
sha256_hasha84bef9ffa7f4ee4c682a75f1d0480c8b5cd233e355b885b61ef4a52eaf65dfbpayload2026-09-1095%
sha1_hash11397967c121f36edd2e894234627d68394b2e62payload2026-09-1095%
sha1_hash638bb882ff0dba784ecc078c1792706983af0f91payload2026-09-1095%
md5_hashee12bf94330dbbb5025aae8e1ec908a7payload2026-09-1095%
sha256_hashcbabe6cb9fd822bb69b271c14952397b4d2a571d9e11e08c26312fad1b158163payload2026-09-1095%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Venus Stealer
let malicious_hashes = dynamic(["0960143403b7d6d8bbaed0f1652e83d6376c3cfe1fa6fe63b080b1fab97eb5a6", "5983f394bdc9c2a191b5874a98cb736590ed5734", "e728c199f2f1ad356fcbee25a5475c74", "f4e051ee49a9559f6d71c7699226e3fb", "a84bef9ffa7f4ee4c682a75f1d0480c8b5cd233e355b885b61ef4a52eaf65dfb", "11397967c121f36edd2e894234627d68394b2e62", "638bb882ff0dba784ecc078c1792706983af0f91", "ee12bf94330dbbb5025aae8e1ec908a7", "cbabe6cb9fd822bb69b271c14952397b4d2a571d9e11e08c26312fad1b158163"]);
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

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