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

Hunt Hypothesis

This hunt detects adversary activity involving specific indicators of compromise (IOCs) linked to the KongTuke threat actor, which is known for targeting enterprise networks through malicious payloads and lateral movement. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to identify early-stage infections or dormant threats that may have bypassed standard automated detections, thereby reducing dwell time and preventing potential data exfiltration.

IOC Summary

Malware Family: KongTuke Total IOCs: 6 IOC Types: sha1_hash, sha256_hash, md5_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, along with recommended filters and exclusions tailored for an enterprise environment:

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