← 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-05-26T23:00:01Z · 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 by this advanced threat actor.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://ryfsowiu.icu/dpayload_delivery2026-05-26100%
domainryfsowiu.icupayload_delivery2026-05-26100%
urlhxxps://hartunh.lol/api/v1/statuspayload_delivery2026-05-26100%
urlhxxps://cdnmlmdptb.icu/dpayload_delivery2026-05-26100%
domaincdnmlmdptb.icupayload_delivery2026-05-26100%
urlhxxps://eegelhardt.lol/file.jspayload_delivery2026-05-26100%
domaineegelhardt.lolpayload_delivery2026-05-26100%
urlhxxps://eegelhardt.lol/api/v1/sessionpayload_delivery2026-05-26100%
urlhxxps://eegelhardt.lol/api/v1/verifypayload_delivery2026-05-26100%
urlhxxps://hartunh.lol/api/v1/verifypayload_delivery2026-05-26100%
urlhxxps://hartunh.lol/file.jspayload_delivery2026-05-26100%
domainhartunh.lolpayload_delivery2026-05-26100%
urlhxxps://hartunh.lol/api/v1/sessionpayload_delivery2026-05-26100%
urlhxxps://eegelhardt.lol/api/v1/statuspayload_delivery2026-05-26100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - KongTuke
let malicious_domains = dynamic(["ryfsowiu.icu", "cdnmlmdptb.icu", "eegelhardt.lol", "hartunh.lol"]);
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://ryfsowiu.icu/d", "https://hartunh.lol/api/v1/status", "https://cdnmlmdptb.icu/d", "https://eegelhardt.lol/file.js", "https://eegelhardt.lol/api/v1/session", "https://eegelhardt.lol/api/v1/verify", "https://hartunh.lol/api/v1/verify", "https://hartunh.lol/file.js", "https://hartunh.lol/api/v1/session", "https://eegelhardt.lol/api/v1/status"]);
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/