This detection identifies adversary behavior involving the execution of known stealer malware indicators that may represent novel or previously unseen threats within the environment. Proactive hunting for these Unknown Stealer IOCs in Azure Sentinel is critical to rapidly identify and contain data exfiltration attempts before they compromise sensitive credentials or intellectual property.
Malware Family: Unknown Stealer Total IOCs: 3 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | loveloveinfo.xyz | botnet_cc | 2026-07-18 | 100% |
| domain | searchranktraffic.live | botnet_cc | 2026-07-18 | 100% |
| domain | robbylinkpi.icu | botnet_cc | 2026-07-18 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown Stealer
let malicious_domains = dynamic(["loveloveinfo.xyz", "searchranktraffic.live", "robbylinkpi.icu"]);
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 scenarios that could trigger the ThreatFox: Unknown Stealer IOCs rule in a legitimate enterprise environment, along with suggested filters or exclusions for each:
Endpoint Protection Agent Self-Updates and Scans
C:\Windows\Temp or %TEMP%) that match the “unknown” criteria of stealer IOCs before they are fully whitelisted by the vendor’s internal reputation service.csagent.exe, MsMpEng.exe, SentinelOneAgent.exe) and restrict the alert scope to exclude file paths containing standard update folders like \Program Files\Microsoft Defender\ or \CrowdStrike\.IT Administration via Remote Management Tools
powershell.exe) that downloads a configuration file from an internal repository. If this downloaded file is new and lacks a global reputation score, it triggers the “Unknown Stealer” logic while mimicking data exfiltration behavior.IvantiAgent.exe, ccmexec.exe) or filter by user context to exclude accounts belonging to the “IT-Admins” security group during business hours (08:00–18:00).**Scheduled Software Deployment and