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

Hunt Hypothesis

This hunt detects adversary behavior involving the deployment of Kraken Keylogger indicators to capture sensitive user input and credentials within the environment. The SOC team should proactively search for these specific IOCs in Azure Sentinel to identify early-stage keylogging activity that could lead to credential theft and unauthorized access before lateral movement occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash3bb888cb49563f907b4b1305cd3c6a1eff227a5apayload2026-08-1395%
md5_hashf0227e480e845b98b91e385b898e9b47payload2026-08-1395%
sha256_hashc9548996fd7c80f449b61ab4706dce3d35307aa7215c8ff82788a513d6789e2dpayload2026-08-1395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - KrakenKeylogger
let malicious_hashes = dynamic(["3bb888cb49563f907b4b1305cd3c6a1eff227a5a", "f0227e480e845b98b91e385b898e9b47", "c9548996fd7c80f449b61ab4706dce3d35307aa7215c8ff82788a513d6789e2d"]);
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 5 specific false positive scenarios for the ThreatFox: KrakenKeylogger IOCs rule, along with suggested filters and exclusions tailored for an enterprise environment:

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