← Back to SOC feed Coverage →

ThreatFox: GootKit IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-gootkit
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-06-11T23:00:00Z · Confidence: high

Hunt Hypothesis

The detection identifies potential GootKit malware activity through known IOCs, indicating an adversary may be establishing persistence or exfiltrating data. SOC teams should proactively hunt for this behavior in Azure Sentinel to detect and mitigate advanced threats before they cause significant damage.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hashc8889ebbf9516b00d148dfd3b2aee781deb30d27f654039903d31a8ff39d1f4epayload2026-06-1195%
sha1_hashb1e46ed3f539868edb60e25b523e77dea71868c2payload2026-06-1195%
md5_hash2e4973a854f88682666c77394ec3e61epayload2026-06-1195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - GootKit
let malicious_hashes = dynamic(["c8889ebbf9516b00d148dfd3b2aee781deb30d27f654039903d31a8ff39d1f4e", "b1e46ed3f539868edb60e25b523e77dea71868c2", "2e4973a854f88682666c77394ec3e61e"]);
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.gootkit/