This hypothesis targets the presence of Venus Stealer indicators, which signal an adversary actively harvesting credentials, browser sessions, and cryptocurrency assets for exfiltration. Proactively hunting for these IOCs in Azure Sentinel is critical to identify compromised endpoints before the threat actor can leverage stolen secrets to pivot laterally or execute financial theft.
Malware Family: Venus Stealer Total IOCs: 3 IOC Types: sha256_hash, md5_hash, sha1_hash
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| sha1_hash | 19c1644e3bb7a4dce5b90077d03c806327015bad | payload | 2026-09-04 | 95% |
| md5_hash | 7c7fd63c3ca386594d5099865d1ff7c0 | payload | 2026-09-04 | 95% |
| sha256_hash | d09fdae7f6e7b170094ea36a602d6c2f830933c368b43fa49dadce5c3f3fd0c4 | payload | 2026-09-04 | 95% |
// Hunt for files matching known malicious hashes
// Source: ThreatFox - Venus Stealer
let malicious_hashes = dynamic(["19c1644e3bb7a4dce5b90077d03c806327015bad", "7c7fd63c3ca386594d5099865d1ff7c0", "d09fdae7f6e7b170094ea36a602d6c2f830933c368b43fa49dadce5c3f3fd0c4"]);
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 |
Browser Extension Installation via Group Policy or MDM
gpupdate.exe, IntuneManagementExtension.exe, or SCCMClient.exe) and the file path resides in standard enterprise software directories (e.g., C:\Program Files\ or C:\Program Files (x86)\) rather than user-specific temp or appdata folders.Legitimate Crypto Wallet Synchronization
AppData\Roaming\MetaMask or AppData\Local\Trezor). A scheduled backup job or a user-initiated export operation may trigger file creation or registry access alerts that mimic the stealer’s data exfiltration behavior.LedgerLive.exe, TrezorSuite.exe) and the user belongs to a specific finance or treasury security group.Credential Manager or Password Vault Updates