This hunt targets adversary behavior where malicious actors deploy the Unknown Stealer to exfiltrate sensitive credentials and data using three specific indicators of compromise. Proactively hunting for these IOCs in Azure Sentinel is critical because early detection allows the SOC team to isolate affected endpoints before the stealer establishes persistence or expands its lateral movement across the cloud environment.
Malware Family: Unknown Stealer Total IOCs: 3 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | football-attraction.pro | botnet_cc | 2026-07-17 | 100% |
| domain | mytrfnuif.com | botnet_cc | 2026-07-17 | 100% |
| domain | rebel-pause.xyz | botnet_cc | 2026-07-17 | 75% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown Stealer
let malicious_domains = dynamic(["football-attraction.pro", "mytrfnuif.com", "rebel-pause.xyz"]);
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 detection rule in an enterprise environment, along with suggested filters or exclusions:
Endpoint Protection Policy Deployment via SCCM/Intune
ccmexec.exe, IntuneManagementExtension.exe) and the Parent Process ID. Additionally, filter out alerts where the file path resides within the standard deployment directories (e.g., C:\Windows\CCM\ or C:\Program Files\Microsoft Intune Management Extension).Automated Log Rotation and Archiving Jobs
svc_log_archive) running on a specific schedule. Implement a filter for the Command Line Arguments containing keywords like -compress, -backup, or specific job IDs associated with the scheduled task (Task Scheduler name: LogRotation_Nightly).Software Asset Inventory Scans