← Back to SOC feed Coverage →

ThreatFox: KongTuke IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
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-08-15T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary behavior associated with the KongTuke backdoor family, which establishes persistence to facilitate command-and-control communications and sensitive data exfiltration. A proactive hunt is essential within Azure Sentinel to rapidly identify early-stage infections and prevent lateral movement before significant data loss occurs.

IOC Summary

Malware Family: KongTuke Total IOCs: 6 IOC Types: md5_hash, sha256_hash, sha1_hash

TypeValueThreat TypeFirst SeenConfidence
sha1_hash4f70d46d66a362d4c0ddc1242443223f20b9ca9cpayload2026-08-1595%
md5_hash082587256ff1ecbed29ca78dbfee706dpayload2026-08-1595%
sha256_hash5ee2f468fac76514a39aac80f78a48a36a3a6585460017bfccca54e4afeb13c2payload2026-08-1595%
sha1_hash0e555954137d88bde2aac58051f507c1c886e2e6payload2026-08-1595%
md5_hash488e038d75bd71a749dcb98ca5f0006dpayload2026-08-1595%
sha256_hash5320d565de984280aed253f7ba82c3a5f9d6a7be23300e746e10c63f2b583cbdpayload2026-08-1595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - KongTuke
let malicious_hashes = dynamic(["4f70d46d66a362d4c0ddc1242443223f20b9ca9c", "082587256ff1ecbed29ca78dbfee706d", "5ee2f468fac76514a39aac80f78a48a36a3a6585460017bfccca54e4afeb13c2", "0e555954137d88bde2aac58051f507c1c886e2e6", "488e038d75bd71a749dcb98ca5f0006d", "5320d565de984280aed253f7ba82c3a5f9d6a7be23300e746e10c63f2b583cbd"]);
DeviceFileEvents
| where SHA256 in (malicious_hashes) or SHA1 in (malicious_hashes) or MD5 in (malicious_hashes)
| project Timestamp, DeviceName, FileName, FolderPath, SHA256, InitiatingProcessFileName
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DeviceFileEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are 5 specific false positive scenarios for the ThreatFox: KongTuke IOCs detection rule in an enterprise environment, along with suggested filters or exclusions:

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