This hunt detects adversary activity involving the specific indicators of compromise (IOCs) linked to the RevStealer malware, which is known for stealing sensitive credentials and financial data from compromised systems. A SOC team should proactively search for these IOCs within Azure Sentinel to identify early-stage infections before they escalate into broader credential theft or ransomware incidents across the enterprise environment.
Malware Family: RevStealer Total IOCs: 5 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | auth.commonup.click | botnet_cc | 2026-08-13 | 75% |
| domain | edge.amberreport.one | botnet_cc | 2026-08-13 | 75% |
| domain | metric3.viberun.lol | botnet_cc | 2026-08-13 | 75% |
| domain | beta.smartcore.click | botnet_cc | 2026-08-13 | 75% |
| domain | trace.eastbox.lol | botnet_cc | 2026-08-13 | 75% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - RevStealer
let malicious_domains = dynamic(["auth.commonup.click", "edge.amberreport.one", "metric3.viberun.lol", "beta.smartcore.click", "trace.eastbox.lol"]);
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 specific false positive scenarios and corresponding filters for the ThreatFox: RevStealer IOCs detection rule in an enterprise environment:
Scenario: The IT Operations team executes a nightly automated backup script using Veeam Backup & Restore, which includes a post-processing step that queries external threat intelligence feeds (including ThreatFox) to update local asset tags. This process generates network traffic matching the RevStealer IOCs during the scheduled maintenance window (02:00 – 04:00 UTC).
VeeamAgent.exe or vbrbackup.exe) combined with a Time Window constraint, excluding alerts generated between 01:30 and 04:30 daily.Scenario: The Security Engineering group runs a weekly vulnerability assessment using Tenable Nessus, which performs active scanning of internal endpoints against known IOCs to validate asset posture. During this scan, the tool connects to ThreatFox APIs to fetch the latest RevStealer indicators, triggering the detection logic on the scanner’s management node.
tn-mgmt-01.corp.local), as these are known trusted sources for IOC ingestion.Scenario: The DevOps team utilizes Ansible Automation Platform to deploy security configurations across a fleet of Windows servers. A specific playbook task involves downloading and parsing the latest RevStealer IOC list from ThreatFox to update local firewall rules, causing legitimate network connections that match the detection signature.
svc-ansible-deploy) or filter by