← Back to SOC feed Coverage →

ThreatFox: KongTuke IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
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-21T11:00:01Z · Confidence: high

Hunt Hypothesis

This hunt targets adversary activity linked to the KongTuke campaign by scanning Azure Sentinel logs against a curated set of 76 Indicators of Compromise (IOCs) known to facilitate initial access and lateral movement. Proactively hunting for these specific IOCs is critical because early detection of KongTuke artifacts allows the SOC team to identify potential compromises before they escalate into broader data exfiltration or ransomware events within the cloud environment.

IOC Summary

Malware Family: KongTuke Total IOCs: 76 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainritchie.clickbotnet_cc2026-07-2150%
domainmeduurst.spacebotnet_cc2026-07-2150%
domainmonteiro.clickbotnet_cc2026-07-2150%
domainbitista.icubotnet_cc2026-07-2150%
domainthibahlt.lolbotnet_cc2026-07-2150%
domainleconto.lolbotnet_cc2026-07-2150%
domaincarreiro.lolbotnet_cc2026-07-2150%
domainhenreques.lolbotnet_cc2026-07-2150%
domainfraitas.lolbotnet_cc2026-07-2150%
domainazevedo.lolbotnet_cc2026-07-2150%
domainschester.beerbotnet_cc2026-07-2150%
domainabernaahy.sbsbotnet_cc2026-07-2150%
domainriviere.sbsbotnet_cc2026-07-2150%
domainackeamann.xyzbotnet_cc2026-07-2150%
domainlombaidi.lolbotnet_cc2026-07-2150%
domainrobests.lolbotnet_cc2026-07-2150%
domainreindardt.lolbotnet_cc2026-07-2150%
domainschuttc.lolbotnet_cc2026-07-2150%
domainbogisibh.xyzbotnet_cc2026-07-2150%
domainledesla.cfdbotnet_cc2026-07-2150%
domainuolguin.cfdbotnet_cc2026-07-2150%
domainolovier.lolbotnet_cc2026-07-2150%
domainchauvet.clubbotnet_cc2026-07-2150%
domaingautter.lolbotnet_cc2026-07-2150%
domainriihard.topbotnet_cc2026-07-2150%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - KongTuke
let malicious_domains = dynamic(["ritchie.click", "meduurst.space", "monteiro.click", "bitista.icu", "thibahlt.lol", "leconto.lol", "carreiro.lol", "henreques.lol", "fraitas.lol", "azevedo.lol", "schester.beer", "abernaahy.sbs", "riviere.sbs", "ackeamann.xyz", "lombaidi.lol", "robests.lol", "reindardt.lol", "schuttc.lol", "bogisibh.xyz", "ledesla.cfd", "uolguin.cfd", "olovier.lol", "chauvet.club", "gautter.lol", "riihard.top", "nonrueden.com", "northcombe.org", "omnivectis.com", "willimsen.com", "ssntana.com", "fundivox.com", "exoosito.com", "oelgado.com", "nitzschi.com", "vtcircuits.com", "satserfield.com", "quilborne.org", "quiglgy.com", "kovkcek.com", "gccsinc.com", "barsows.com", "ethervane.com", "raventhorp.org", "bradtkr.com", "dialectum.com", "oakington.org", "quorumix.com", "saxonfield.org", "sigmatauethifarma.com", "hegmaen.com"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are 5 specific false positive scenarios for the ThreatFox: KongTuke IOCs detection rule, tailored for an enterprise environment using common security and IT management tools:

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