← Back to SOC feed Coverage →

ThreatFox: RevStealer IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
infostealeriocthreatfoxwin-revstealer
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-07-31T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity involving the RevStealer malware by identifying known Indicators of Compromise (IOCs) that signal potential credential and data theft within the environment. A SOC team should proactively hunt for these indicators in Azure Sentinel to rapidly identify and contain early-stage infections, preventing lateral movement and sensitive data exfiltration before significant impact occurs.

IOC Summary

Malware Family: RevStealer Total IOCs: 2 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainscheduler2.travel-scope.lolbotnet_cc2026-07-3175%
domainregistry.lighttexture18.onebotnet_cc2026-07-3175%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - RevStealer
let malicious_domains = dynamic(["scheduler2.travel-scope.lol", "registry.lighttexture18.one"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are the false positive scenarios and corresponding exclusions for the ThreatFox: RevStealer IOCs detection rule:

Original source: https://threatfox.abuse.ch/browse/malware/win.revstealer/