This hypothesis targets the presence of known indicators of compromise associated with the Unknown Stealer, a tool frequently used by adversaries to exfiltrate sensitive data such as credentials and browser history. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to identify compromised endpoints or cloud resources before the attacker can establish persistence or escalate privileges, thereby reducing the dwell time of this high-severity threat.
Malware Family: Unknown Stealer Total IOCs: 12 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | okekjaiw.click | botnet_cc | 2026-09-04 | 100% |
| domain | stv4ec5.shop | botnet_cc | 2026-09-04 | 100% |
| domain | vg5sgxv.lol | botnet_cc | 2026-09-04 | 100% |
| domain | 8jdjpwka.baby | botnet_cc | 2026-09-04 | 100% |
| domain | apdhlhs3.xyz | botnet_cc | 2026-09-04 | 100% |
| domain | bduwih8.pro | botnet_cc | 2026-09-04 | 100% |
| domain | fbuytf67.click | botnet_cc | 2026-09-04 | 100% |
| domain | j9af4sr.guru | botnet_cc | 2026-09-04 | 100% |
| domain | machine628.baby | botnet_cc | 2026-09-04 | 100% |
| domain | 67sixcebeh.surf | botnet_cc | 2026-09-04 | 100% |
| domain | quartzdraft.com | botnet_cc | 2026-09-04 | 100% |
| domain | kernel-87.com | botnet_cc | 2026-09-04 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown Stealer
let malicious_domains = dynamic(["okekjaiw.click", "stv4ec5.shop", "vg5sgxv.lol", "8jdjpwka.baby", "apdhlhs3.xyz", "bduwih8.pro", "fbuytf67.click", "j9af4sr.guru", "machine628.baby", "67sixcebeh.surf", "quartzdraft.com", "kernel-87.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 |
Scenario: A security operations team or incident response engineer manually deploys a forensic collection script (e.g., using Sysmon or Velociraptor) that queries specific registry keys or file paths associated with the “Unknown Stealer” IOCs to verify the presence of artifacts on a suspected host.
velociraptor.exe, sysmon.exe, edr_agent.exe) and the command line contains keywords like query, collect, or hunt.Scenario: An application deployment pipeline or CI/CD system (e.g., Jenkins, GitHub Actions, or Azure DevOps) installs a third-party dependency or library that includes a binary or configuration file matching one of the 12 IOCs (e.g., a specific DLL hash or registry path) as part of a standard build or update process.
msbuild.exe, npm.exe, pip.exe, dotnet.exe) and the event occurs within a designated build agent service account or directory path (e.g., C:\builds\, /home/ci/).Scenario: A legacy enterprise application or custom internal tool uses a specific registry key or file path (one of the IOCs) for its own configuration storage or state management, which coincidentally matches an IOC associated with the stealer.
intranet_app.exe, legacy_tool.dll) and the target path is within the application’s designated installation or data directory (e.g., C:\Program Files\InternalApp\, `C:\Users\Public\