← Back to SOC feed Coverage →

ThreatFox: KongTuke IOCs

ioc-hunt HIGH ThreatFox
DnsEventsUrlClickEvents
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-06-06T11:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: KongTuke IOCs rule detects potential adversary activity associated with the KongTuke threat group, which is linked to malicious network traffic and command-and-control communications. SOC teams should proactively hunt for these IOCs in Azure Sentinel to identify and mitigate early-stage compromises from advanced persistent threats leveraging known malicious infrastructure.

IOC Summary

Malware Family: KongTuke Total IOCs: 14 IOC Types: domain, url

TypeValueThreat TypeFirst SeenConfidence
domainonefunnydog.combotnet_cc2026-06-06100%
domainlowfoodanddrink.combotnet_cc2026-06-06100%
domainu9ppj9u3hfphtv7.topbotnet_cc2026-06-06100%
domainvednb0n9eo7pn6z.topbotnet_cc2026-06-06100%
domainvj2k4sffbxpxhhr.topbotnet_cc2026-06-06100%
domaingm0vmvr1kt1i1n8.topbotnet_cc2026-06-06100%
urlhxxps://loureiru.lol/file.jspayload_delivery2026-06-06100%
domainloureiru.lolpayload_delivery2026-06-06100%
urlhxxps://loureiru.lol/api/v1/sessionpayload_delivery2026-06-06100%
urlhxxps://loureiru.lol/api/v1/verifypayload_delivery2026-06-06100%
urlhxxps://loureiru.lol/api/v1/statuspayload_delivery2026-06-06100%
urlhxxps://diranda.lol/api/v1/statuspayload_delivery2026-06-06100%
urlhxxps://captcha-checkpoint.top/opayload_delivery2026-06-06100%
domaincaptcha-checkpoint.toppayload_delivery2026-06-06100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - KongTuke
let malicious_domains = dynamic(["onefunnydog.com", "lowfoodanddrink.com", "u9ppj9u3hfphtv7.top", "vednb0n9eo7pn6z.top", "vj2k4sffbxpxhhr.top", "gm0vmvr1kt1i1n8.top", "loureiru.lol", "captcha-checkpoint.top"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - KongTuke
let malicious_urls = dynamic(["https://loureiru.lol/file.js", "https://loureiru.lol/api/v1/session", "https://loureiru.lol/api/v1/verify", "https://loureiru.lol/api/v1/status", "https://diranda.lol/api/v1/status", "https://captcha-checkpoint.top/o"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

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