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

Hunt Hypothesis

This hunt hypothesis targets adversary activity involving known indicators of compromise (IOCs) from the ThreatFox Kuiper threat intelligence feed to identify potential early-stage intrusions or compromised assets within the Azure Sentinel environment. Proactively hunting for these specific IOCs allows the SOC team to rapidly detect and respond to emerging threats before they escalate, leveraging high-fidelity external intelligence to reduce dwell time on critical security incidents.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash6afcaa8ef95e2867087f41d30b3e3e1bpayload2026-07-2795%
md5_hashfe1f23de8bd1e84ad1a33939638144eepayload2026-07-2795%
sha256_hash55328cd52aed6e375338b394b1bb8c4a1438e52d3ddf079c316f05e764b6f72dpayload2026-07-2795%
sha1_hash29a21b6970cf47fe514bdff500d8b1d326420024payload2026-07-2795%
sha256_hash6342bad7408a482326ff663f94f092e5c8e7757f83a6b4a3c39b80e113338c0fpayload2026-07-2795%
sha1_hashed62786497220ef110a774aebe24e400f0ed8517payload2026-07-2795%
md5_hash8a5bc9290195e29bfc9214ffa8e13126payload2026-07-2795%
sha256_hash68891e60955a121e092f5b987100b85f2f3c75af0a7636161dbab9ca2ec04848payload2026-07-2795%
sha1_hashaca464ae81f26c415a65fadd91cceea55716d617payload2026-07-2795%
sha256_hash6f23c7805963d98f57ba6497f17168967545e203774f383b23807f0dcb86e0d0payload2026-07-2795%
sha1_hash8057152364fdbcbd18811eb09baabae1a32b2db5payload2026-07-2795%
md5_hash7696f9286237810feb2fcdce7eb6b953payload2026-07-2795%
sha1_hash725267275ae18ea5f45798957c100eb3136edda6payload2026-07-2795%
md5_hashd71b2f14528e27c87ecf8b786c252d57payload2026-07-2795%
sha256_hasha006492687681003d32393ccdd5b050340342672a29698d3cc399e4e2471bcf5payload2026-07-2795%
md5_hashb909d08eaab5ebd97e5ee9af79d9952apayload2026-07-2795%
sha256_hashe15b78ffb8b880b99ea1dbc2f51d1426fa0d72da39c10e5a0e364d62ccfaa1cepayload2026-07-2795%
sha1_hashe03a3925deefb4888331a3c9573a5199248ac9f5payload2026-07-2795%
sha1_hashf5f2634f60b18f0eddb9edd155f89329d85315a1payload2026-07-2795%
md5_hash80bd4cf388f4109cbf2ec1433a1813aapayload2026-07-2795%
sha256_hash50421a15ad2458ac9518a4c8fe3b5c8341ac87d7838327d2eb55fa94fe334a39payload2026-07-2795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Kuiper
let malicious_hashes = dynamic(["6afcaa8ef95e2867087f41d30b3e3e1b", "fe1f23de8bd1e84ad1a33939638144ee", "55328cd52aed6e375338b394b1bb8c4a1438e52d3ddf079c316f05e764b6f72d", "29a21b6970cf47fe514bdff500d8b1d326420024", "6342bad7408a482326ff663f94f092e5c8e7757f83a6b4a3c39b80e113338c0f", "ed62786497220ef110a774aebe24e400f0ed8517", "8a5bc9290195e29bfc9214ffa8e13126", "68891e60955a121e092f5b987100b85f2f3c75af0a7636161dbab9ca2ec04848", "aca464ae81f26c415a65fadd91cceea55716d617", "6f23c7805963d98f57ba6497f17168967545e203774f383b23807f0dcb86e0d0", "8057152364fdbcbd18811eb09baabae1a32b2db5", "7696f9286237810feb2fcdce7eb6b953", "725267275ae18ea5f45798957c100eb3136edda6", "d71b2f14528e27c87ecf8b786c252d57", "a006492687681003d32393ccdd5b050340342672a29698d3cc399e4e2471bcf5", "b909d08eaab5ebd97e5ee9af79d9952a", "e15b78ffb8b880b99ea1dbc2f51d1426fa0d72da39c10e5a0e364d62ccfaa1ce", "e03a3925deefb4888331a3c9573a5199248ac9f5", "f5f2634f60b18f0eddb9edd155f89329d85315a1", "80bd4cf388f4109cbf2ec1433a1813aa", "50421a15ad2458ac9518a4c8fe3b5c8341ac87d7838327d2eb55fa94fe334a39"]);
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 4 specific false positive scenarios for the ThreatFox: Kuiper IOCs detection rule, along with targeted filtering strategies:

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