← 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-08-04T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary activity by correlating network traffic and endpoint logs against nine specific Indicators of Compromise (IOCs) linked to the Kuiper threat actor. Proactively hunting for these IOCs in Azure Sentinel is critical because early identification of this high-severity campaign allows the SOC team to contain potential lateral movement and data exfiltration before they escalate into a broader breach.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash12767208e2775d74cec36dfe0a6dadf4payload2026-08-0495%
sha256_hashf1f304a6be3928d7c8ee7e65e23b4306da4d83c5ff0bb3791ef44afe2506e2f2payload2026-08-0495%
sha1_hash9ce079710d5d0e0d8778b6fd5eaae8267bb9dc04payload2026-08-0495%
sha1_hash90734748b072f42f9f89ba03057a6f9ab4bed72fpayload2026-08-0495%
md5_hashf0d2934199c9f86d25014d628cd7385apayload2026-08-0495%
sha256_hashb2b6c906f355c11945f84134f27559acce2247ae2214d544734bddf97e9ee22cpayload2026-08-0495%
sha1_hashb8afef7e77d61a2abf0b80915cc0769f2c0531aepayload2026-08-0495%
md5_hashdf84f03c4fa8d429a13e4ce8b010a66apayload2026-08-0495%
sha256_hash98c3283cac92544cf7d2237d4a457181ae5a2e3983bb17728df8b81d067c8e4apayload2026-08-0495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Kuiper
let malicious_hashes = dynamic(["12767208e2775d74cec36dfe0a6dadf4", "f1f304a6be3928d7c8ee7e65e23b4306da4d83c5ff0bb3791ef44afe2506e2f2", "9ce079710d5d0e0d8778b6fd5eaae8267bb9dc04", "90734748b072f42f9f89ba03057a6f9ab4bed72f", "f0d2934199c9f86d25014d628cd7385a", "b2b6c906f355c11945f84134f27559acce2247ae2214d544734bddf97e9ee22c", "b8afef7e77d61a2abf0b80915cc0769f2c0531ae", "df84f03c4fa8d429a13e4ce8b010a66a", "98c3283cac92544cf7d2237d4a457181ae5a2e3983bb17728df8b81d067c8e4a"]);
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 3-5 specific false positive scenarios for the ThreatFox: Kuiper IOCs detection rule, including suggested filters or exclusions tailored for an enterprise environment:

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