This hunt targets adversary behavior where an unknown stealer malware executes specific indicators of compromise to exfiltrate sensitive credentials and data from endpoints within the Azure environment. Proactively hunting for these three IOCs is critical because early detection allows the SOC team to isolate compromised assets before the stealer can establish persistence or spread laterally across the network.
Malware Family: Unknown Stealer Total IOCs: 3 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxps://shadowcape.online/babayla/zor/yarisirlar/ | botnet_cc | 2026-07-09 | 100% |
| url | hxxps://shadowcape.online/mods/api/log-download | botnet_cc | 2026-07-09 | 100% |
| url | hxxps://shadowcape.online/?p= | botnet_cc | 2026-07-09 | 100% |
// Hunt for access to known malicious URLs
// Source: ThreatFox - Unknown Stealer
let malicious_urls = dynamic(["https://shadowcape.online/babayla/zor/yarisirlar/", "https://shadowcape.online/mods/api/log-download", "https://shadowcape.online/?p="]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc
| Sentinel Table | Notes |
|---|---|
UrlClickEvents | Ensure this data connector is enabled |
Here are four specific false positive scenarios for the ThreatFox: Unknown Stealer IOCs rule in an enterprise environment, including suggested filters or exclusions:
Endpoint Protection Management Console Scans
C:\Program Files\CrowdStrike\fs.exe or MsMpEng.exe) when accessing files within their designated installation and cache directories (%ProgramData%\CrowdStrike, %LocalAppData%\Microsoft\Windows Defender).Software Deployment via Configuration Management
ccmexec.exe, Ansible-Runner, or IntuneManagementExtension) and the file path resides within the temporary deployment staging folder (e.g., C:\Windows\CCMCache or C:\Temp\DeploymentStaging).**IT Admin