← Back to SOC feed Coverage →

ThreatFox: KongTuke IOCs

ioc-hunt HIGH ThreatFox
UrlClickEvents
iocjs-kongtukethreatfox
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at ThreatFox →
Retrieved: 2026-07-14T11:00:00Z · Confidence: high

Hunt Hypothesis

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.

IOC Summary

Malware Family: KongTuke Total IOCs: 8 IOC Types: url

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://schuctz.click/ps8oyg4x.jspayload_delivery2026-07-14100%
urlhxxps://schuctz.click/epx4vn8q.jspayload_delivery2026-07-14100%
urlhxxps://schuctz.click/wvjn3nb0.jspayload_delivery2026-07-14100%
urlhxxps://schuctz.click/e187jn2e.jspayload_delivery2026-07-14100%
urlhxxps://schuctz.click/h5gqnaud.jspayload_delivery2026-07-14100%
urlhxxps://schuctz.click/xyzqcsdc.jspayload_delivery2026-07-14100%
urlhxxps://schuctz.click/kkikc54m.jspayload_delivery2026-07-14100%
urlhxxps://schuctz.click/2xfae91q.jspayload_delivery2026-07-14100%

KQL: Url Hunt

// 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

Required Data Sources

Sentinel TableNotes
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are specific false positive scenarios and corresponding exclusions for the ThreatFox: KongTuke IOCs detection rule in an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/js.kongtuke/