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

Hunt Hypothesis

This detection rule identifies the presence of Venus Stealer malware by monitoring for specific indicators of compromise associated with its credential and cryptocurrency data exfiltration capabilities. Proactive hunting is essential to rapidly isolate compromised endpoints before attackers leverage stolen browser cookies and login credentials to pivot laterally or access financial assets within the Azure Sentinel environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash5380e9b758ebf56f00edd53c2a13aef5payload2026-08-2295%
sha1_hasha1e0a69ab5c44a9be73f9eba32320f97375f6183payload2026-08-2295%
sha256_hashb4ebdf938bd45a11dc5d139bee18e7692e5c98c7511af9026558ef7d281d8c33payload2026-08-2295%
md5_hashfae010372ab55addd31e97079a4e1b31payload2026-08-2295%
sha256_hashae2ea23bf77f28d657af0f47d95148419de1ee37812504d61cac0c36dc38e701payload2026-08-2295%
sha1_hasha7b01ecdb80cd09cf2d6181732d909606621cdb1payload2026-08-2295%
md5_hashf62ce2042c61e211449cc1d1cc3fca94payload2026-08-2295%
sha256_hasha05e2a5c5b4b93447ad06a728f9e41ce9c65d876c87daa59ae2d8ead067d2192payload2026-08-2295%
sha1_hash3e7002d2684c7de7207056c12a7bb5e47fa40f28payload2026-08-2295%
md5_hash1e395ee2e054a17a8e0117a0fe104b20payload2026-08-2295%
sha256_hash562c8468f2906fb537d378a6d53684795f91a6fc514f461cb938f53fb37fee14payload2026-08-2295%
sha1_hash57eb7f349a222c9aba45d710e974bbad37a5cd5epayload2026-08-2295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Venus Stealer
let malicious_hashes = dynamic(["5380e9b758ebf56f00edd53c2a13aef5", "a1e0a69ab5c44a9be73f9eba32320f97375f6183", "b4ebdf938bd45a11dc5d139bee18e7692e5c98c7511af9026558ef7d281d8c33", "fae010372ab55addd31e97079a4e1b31", "ae2ea23bf77f28d657af0f47d95148419de1ee37812504d61cac0c36dc38e701", "a7b01ecdb80cd09cf2d6181732d909606621cdb1", "f62ce2042c61e211449cc1d1cc3fca94", "a05e2a5c5b4b93447ad06a728f9e41ce9c65d876c87daa59ae2d8ead067d2192", "3e7002d2684c7de7207056c12a7bb5e47fa40f28", "1e395ee2e054a17a8e0117a0fe104b20", "562c8468f2906fb537d378a6d53684795f91a6fc514f461cb938f53fb37fee14", "57eb7f349a222c9aba45d710e974bbad37a5cd5e"]);
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 detection rule, including targeted filters and exclusions suitable for an enterprise environment:

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