This hunt detects adversary activity involving known indicators of compromise (IOCs) from the RevStealer malware, which is designed to exfiltrate sensitive browser data such as credentials and cookies. The SOC team should proactively search for these IOCs in Azure Sentinel to identify early-stage infections that could lead to widespread credential theft and unauthorized access before the threat escalates.
Malware Family: RevStealer Total IOCs: 2 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | pull.valley-screen.click | botnet_cc | 2026-08-14 | 75% |
| domain | stage.vibedisplay32.one | botnet_cc | 2026-08-14 | 75% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - RevStealer
let malicious_domains = dynamic(["pull.valley-screen.click", "stage.vibedisplay32.one"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc
| Sentinel Table | Notes |
|---|---|
DnsEvents | Ensure this data connector is enabled |
Here are 4 specific false positive scenarios for the ThreatFox: RevStealer IOCs detection rule in an enterprise environment, along with suggested filters and exclusions:
Endpoint Protection Scanning of Known Malware Definitions
MSSQL$EDR_SERVICE or SYSTEM) and exclude processes named C:\Program Files\CrowdStrike\FalconSensor\csfalcon.exe or C:\Windows\System32\mpcmdrun.exe when accessing known update repositories.Scheduled Backup Jobs Accessing Cloud Storage
DOMAIN\BackupService) during defined maintenance windows (e.g., 02:00–04:00 UTC) where these jobs are known to run.IT Admin Tasks Involving Browser-Based Configuration