← Back to SOC feed Coverage →

ThreatFox: Kuiper IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
elf-kuiperiocthreatfox
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-26T11:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary activity by correlating six specific Indicators of Compromise (IOCs) linked to the Kuiper threat intelligence feed within Azure Sentinel logs. Proactively hunting for these IOCs is critical because they represent known high-severity threats that may have already infiltrated the environment, allowing the SOC team to rapidly isolate affected assets and mitigate potential lateral movement before an incident escalates.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hashad5b27155e1f34fad298c6889dbc845692f5861ad7ea835c42e991640470909fpayload2026-07-2595%
sha1_hashd96a9e4df85b326920258c21efe8b30205aee037payload2026-07-2595%
md5_hash0c2577473d74812f1236f9b799657b49payload2026-07-2595%
sha1_hashcae5fce1e51361e0c1b89119d9f0ca4a3a57ce1cpayload2026-07-2595%
md5_hashde4b52b0f65e583ab1be4564a3e863c6payload2026-07-2595%
sha256_hash1fd16cdde518d79227aedb9cec2e3b69ee47727e119cd8cec611cf1320e61265payload2026-07-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Kuiper
let malicious_hashes = dynamic(["ad5b27155e1f34fad298c6889dbc845692f5861ad7ea835c42e991640470909f", "d96a9e4df85b326920258c21efe8b30205aee037", "0c2577473d74812f1236f9b799657b49", "cae5fce1e51361e0c1b89119d9f0ca4a3a57ce1c", "de4b52b0f65e583ab1be4564a3e863c6", "1fd16cdde518d79227aedb9cec2e3b69ee47727e119cd8cec611cf1320e61265"]);
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 specific false positive scenarios and corresponding filters for the ThreatFox: Kuiper IOCs detection rule in an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/elf.kuiper/