← Back to SOC feed Coverage →

ThreatFox: KrakenKeylogger IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
infostealeriocthreatfoxwin-krakenkeylogger
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-09-10T11:00:00Z · Confidence: high

Hunt Hypothesis

This hypothesis targets the presence of known indicators of compromise associated with the KrakenKeylogger, a high-severity threat that enables adversaries to capture sensitive user credentials and keystrokes. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to identify compromised endpoints or network artifacts before the keylogger can exfiltrate data or establish persistent access.

IOC Summary

Malware Family: KrakenKeylogger Total IOCs: 3 IOC Types: sha256_hash, sha1_hash, md5_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hashb7d29e94613df7d42bd2f882e77a3f85payload2026-09-1095%
sha256_hashcc3417c2cdd3d0a9897528f1229f8649fa7313b348f887aba05173e6542b3e14payload2026-09-1095%
sha1_hash2078271033087b2eb6582ecebf7be4e57099fdafpayload2026-09-1095%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - KrakenKeylogger
let malicious_hashes = dynamic(["b7d29e94613df7d42bd2f882e77a3f85", "cc3417c2cdd3d0a9897528f1229f8649fa7313b348f887aba05173e6542b3e14", "2078271033087b2eb6582ecebf7be4e57099fdaf"]);
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

Original source: https://threatfox.abuse.ch/browse/malware/win.krakenkeylogger/