← Back to SOC feed Coverage →

ThreatFox: GCleaner IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-gcleaner
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-13T23:00:01Z · Confidence: high

Hunt Hypothesis

This hunt targets adversary behavior involving the execution of known malicious indicators from the GCleaner campaign to identify potential compromise or lateral movement within the network. The SOC team should proactively search for these specific IOCs in Azure Sentinel because their high severity suggests an active threat that requires immediate validation and containment before it escalates into a broader incident.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash9449a051bb8d647541dd980b998baabdpayload2026-07-1395%
sha256_hash937c16c2f853b605c2be68982a65109fcd5f2cdf704b9438cd254a38ff529b7fpayload2026-07-1395%
sha1_hash83dd3427c1f594f93bdec864dca1a59377259012payload2026-07-1395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - GCleaner
let malicious_hashes = dynamic(["9449a051bb8d647541dd980b998baabd", "937c16c2f853b605c2be68982a65109fcd5f2cdf704b9438cd254a38ff529b7f", "83dd3427c1f594f93bdec864dca1a59377259012"]);
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 for the ThreatFox: GCleaner IOCs detection rule, tailored for an enterprise environment where legitimate administrative activities may mimic the behavior of the GCleaner tool or its associated infrastructure.

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