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

Hunt Hypothesis

This detection rule identifies adversary activity by correlating network traffic and endpoint logs against a curated set of 18 Indicators of Compromise (IOCs) linked to the Kuiper threat campaign. Proactively hunting for these specific IOCs in Azure Sentinel is critical to rapidly detect early-stage intrusions from this known threat actor, enabling the SOC team to isolate affected assets before lateral movement or data exfiltration occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash18b3741afc2712dafb56505b1c1822372b35cc0bpayload2026-07-2495%
md5_hasha20052c78501ce91feba8ce56a3aa665payload2026-07-2495%
sha256_hash366e52b6d95d9478a73ffcd659a1807bdea901a0737b7b2532fe11145be03925payload2026-07-2495%
sha256_hash56091719eeba4881f3db1f837feaa9d47a5a275bff6218186d97614e252e6d21payload2026-07-2495%
sha1_hash432375fba1147d8880a98b149fe7f8f2e4f78d1apayload2026-07-2495%
md5_hash9f3955f8be35326246e2551754bd6d5epayload2026-07-2495%
sha256_hashe3fd70ee3f7e5da3d77af2bde5e7eddbc6a9df6b3e8df62aafbd28fdcd65bd27payload2026-07-2495%
sha1_hash7eef6fae32a9d83cd1950cd0b287e3657360bcc6payload2026-07-2495%
md5_hash4202ea3b73d6d50177e93c2dc10ebee0payload2026-07-2495%
sha1_hashd92b5cc0d77fc3a739ccfdcca04a0d533b21fc25payload2026-07-2495%
md5_hash0a2054469724717c2577c145907e3501payload2026-07-2495%
sha256_hash879daa96ac18a98fe5d8c650f71aad182776f96d00209eabcd05450833c8cfa7payload2026-07-2495%
sha256_hash578d6beea6123baf73ce30fd1cb245fac0225fcd2199754e12597550ffafd40apayload2026-07-2495%
sha1_hash2386b4fd541b9dc701d01fad5d50d92b426532c5payload2026-07-2495%
md5_hashc9c763b2affed693071ced6d9c074af3payload2026-07-2495%
md5_hash00cd35c4f8afda228da86503adcc2be3payload2026-07-2495%
sha256_hasheddcc00fbbaa2823bdfc0ce09f0c4d1f13de9ced5d54deaeda103739a67d0881payload2026-07-2495%
sha1_hashd48772f91907385039c4ff26e89766680d273b8fpayload2026-07-2495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Kuiper
let malicious_hashes = dynamic(["18b3741afc2712dafb56505b1c1822372b35cc0b", "a20052c78501ce91feba8ce56a3aa665", "366e52b6d95d9478a73ffcd659a1807bdea901a0737b7b2532fe11145be03925", "56091719eeba4881f3db1f837feaa9d47a5a275bff6218186d97614e252e6d21", "432375fba1147d8880a98b149fe7f8f2e4f78d1a", "9f3955f8be35326246e2551754bd6d5e", "e3fd70ee3f7e5da3d77af2bde5e7eddbc6a9df6b3e8df62aafbd28fdcd65bd27", "7eef6fae32a9d83cd1950cd0b287e3657360bcc6", "4202ea3b73d6d50177e93c2dc10ebee0", "d92b5cc0d77fc3a739ccfdcca04a0d533b21fc25", "0a2054469724717c2577c145907e3501", "879daa96ac18a98fe5d8c650f71aad182776f96d00209eabcd05450833c8cfa7", "578d6beea6123baf73ce30fd1cb245fac0225fcd2199754e12597550ffafd40a", "2386b4fd541b9dc701d01fad5d50d92b426532c5", "c9c763b2affed693071ced6d9c074af3", "00cd35c4f8afda228da86503adcc2be3", "eddcc00fbbaa2823bdfc0ce09f0c4d1f13de9ced5d54deaeda103739a67d0881", "d48772f91907385039c4ff26e89766680d273b8f"]);
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/