← 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-15T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt hypothesis targets adversaries leveraging the specific network and file indicators of the KongTuke malware to establish persistence or execute lateral movement within the environment. Proactively hunting for these eight IOCs in Azure Sentinel is critical because early detection of this high-severity threat family can prevent data exfiltration and reduce dwell time before automated response mechanisms are triggered.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://ritchie.click/i7sh56je.jspayload_delivery2026-07-15100%
urlhxxps://ritchie.click/usfp4ldu.jspayload_delivery2026-07-15100%
urlhxxps://ritchie.click/i7r4dbm3.jspayload_delivery2026-07-15100%
urlhxxps://ritchie.click/3ypepkhb.jspayload_delivery2026-07-15100%
urlhxxps://ritchie.click/ybsunal3.jspayload_delivery2026-07-15100%
urlhxxps://ritchie.click/ahbod5es.jspayload_delivery2026-07-15100%
urlhxxps://ritchie.click/slyp1crx.jspayload_delivery2026-07-15100%
urlhxxps://ritchie.click/vdej742l.jspayload_delivery2026-07-15100%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - KongTuke
let malicious_urls = dynamic(["https://ritchie.click/i7sh56je.js", "https://ritchie.click/usfp4ldu.js", "https://ritchie.click/i7r4dbm3.js", "https://ritchie.click/3ypepkhb.js", "https://ritchie.click/ybsunal3.js", "https://ritchie.click/ahbod5es.js", "https://ritchie.click/slyp1crx.js", "https://ritchie.click/vdej742l.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 5 specific false positive scenarios for the ThreatFox: KongTuke IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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