This hunt targets adversary behavior where malicious actors deploy the Unknown Stealer to exfiltrate sensitive credentials and data using newly identified Indicators of Compromise (IOCs). Proactively hunting for these IOCs in Azure Sentinel is critical because early detection of this high-severity stealer allows the SOC team to contain lateral movement and prevent widespread credential theft before automated alerts trigger.
Malware Family: Unknown Stealer Total IOCs: 2 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | advanceslibrary.com | botnet_cc | 2026-06-28 | 100% |
| domain | remiumholdings.com | botnet_cc | 2026-06-28 | 75% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown Stealer
let malicious_domains = dynamic(["advanceslibrary.com", "remiumholdings.com"]);
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: Unknown Stealer IOCs rule in an enterprise environment, along with suggested filters or exclusions:
Endpoint Protection Policy Updates via CrowdStrike Falcon
FalconService.exe) and Parent Process (svchost.exe), specifically targeting the C:\Program Files\CrowdStrike\ directory path to bypass alerts from known EDR maintenance activities.Microsoft 365 Auto-Update for Office Suite
OfficeC2RClient.exe process, which generates network traffic to Microsoft content delivery networks (CDNs) that overlap with known IOCs for stealer malware communication patterns.13.64.0.0/12) and the Process Name is OfficeC2RClient.exe or ClickToRun.exe, provided the process signature matches the official Microsoft certificate chain.Scheduled Enterprise Backup Jobs using Veeam Agent