This hunt detects adversary activity linked to the KongTuke threat by identifying matches against eight specific Indicators of Compromise (IOCs) within network and endpoint telemetry. Proactively hunting for these IOCs in Azure Sentinel is critical because early identification of KongTuke’s unique signatures allows the SOC team to isolate affected assets before lateral movement or data exfiltration occurs.
Malware Family: KongTuke Total IOCs: 8 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxps://schuctz.click/ps8oyg4x.js | payload_delivery | 2026-07-14 | 100% |
| url | hxxps://schuctz.click/epx4vn8q.js | payload_delivery | 2026-07-14 | 100% |
| url | hxxps://schuctz.click/wvjn3nb0.js | payload_delivery | 2026-07-14 | 100% |
| url | hxxps://schuctz.click/e187jn2e.js | payload_delivery | 2026-07-14 | 100% |
| url | hxxps://schuctz.click/h5gqnaud.js | payload_delivery | 2026-07-14 | 100% |
| url | hxxps://schuctz.click/xyzqcsdc.js | payload_delivery | 2026-07-14 | 100% |
| url | hxxps://schuctz.click/kkikc54m.js | payload_delivery | 2026-07-14 | 100% |
| url | hxxps://schuctz.click/2xfae91q.js | payload_delivery | 2026-07-14 | 100% |
// Hunt for access to known malicious URLs
// Source: ThreatFox - KongTuke
let malicious_urls = dynamic(["https://schuctz.click/ps8oyg4x.js", "https://schuctz.click/epx4vn8q.js", "https://schuctz.click/wvjn3nb0.js", "https://schuctz.click/e187jn2e.js", "https://schuctz.click/h5gqnaud.js", "https://schuctz.click/xyzqcsdc.js", "https://schuctz.click/kkikc54m.js", "https://schuctz.click/2xfae91q.js"]);
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 specific false positive scenarios and corresponding exclusions for the ThreatFox: KongTuke IOCs detection rule in an enterprise environment:
Endpoint Protection Scanning of Quarantine Archives
C:\ProgramData\Microsoft\Windows Defender\Quarantine or specific CrowdStrike “Hold” folders) and filter for processes running under the EDR service account (e.g., svc-crowdstrike or LocalSystem) rather than interactive user sessions.Automated Vulnerability Scanning with Signature Updates
svc-tenable-agent, QualysAgent) and restrict alerts to business hours or exclude events occurring during known scheduled scan windows defined in the IT calendar.Software Deployment via Configuration Management