This hunt targets adversary behavior consistent with the Venus Stealer infostealer, specifically monitoring for network connections and file artifacts matching its three known Indicators of Compromise (IOCs). Proactively hunting for these signals in Azure Sentinel is critical to rapidly identify early-stage data exfiltration attempts before they escalate into significant credential theft or lateral movement incidents.
Malware Family: Venus Stealer Total IOCs: 3 IOC Types: md5_hash, sha256_hash, sha1_hash
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| sha1_hash | ac0ba770904dedc4cd0f713b89359048325993ef | payload | 2026-07-10 | 95% |
| md5_hash | c4f11447afc4928a9ce8843fc81cb25c | payload | 2026-07-10 | 95% |
| sha256_hash | 1fc2634ee7f9bdddc44bdb2424e898e71d844b8935c2d9c6bb208a6a5befba9e | payload | 2026-07-10 | 95% |
// Hunt for files matching known malicious hashes
// Source: ThreatFox - Venus Stealer
let malicious_hashes = dynamic(["ac0ba770904dedc4cd0f713b89359048325993ef", "c4f11447afc4928a9ce8843fc81cb25c", "1fc2634ee7f9bdddc44bdb2424e898e71d844b8935c2d9c6bb208a6a5befba9e"]);
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
| Sentinel Table | Notes |
|---|---|
DeviceFileEvents | Ensure this data connector is enabled |
Here are four specific false positive scenarios for the ThreatFox: Venus Stealer IOCs detection rule in an enterprise environment, along with recommended filters or exclusions:
Antivirus Quarantine and Scanning Operations
C:\Program Files\CrowdStrike\, C:\ProgramData\Microsoft\Windows Defender\) and filter out events where the parent process is an AV scanner service (e.g., MsMpEng.exe, csagent.exe).Security Information and Event Management (SIEM) Log Parsing
SIEM-, LOG-FWD-) and restrict the rule scope to