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

Hunt Hypothesis

This hunt targets adversaries deploying GCleaner malware to exfiltrate sensitive credentials and financial data through covert command-and-control channels established after initial phishing or exploit kit infections. Proactively hunting for these specific IOCs in Azure Sentinel is critical to detect early-stage data theft before significant information loss occurs, given the high severity of this threat’s ability to operate silently within the network.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hashcdb4ac5717e2bfe3bb375d15e53fd8741c4a35e7db4f2389c29c77d66bc5cc57payload2026-07-1495%
sha1_hasha912c5fa300ba329099d1ac7c71fa92452dae968payload2026-07-1495%
md5_hash715d3af46531f2815ab9f67b47f2472dpayload2026-07-1495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - GCleaner
let malicious_hashes = dynamic(["cdb4ac5717e2bfe3bb375d15e53fd8741c4a35e7db4f2389c29c77d66bc5cc57", "a912c5fa300ba329099d1ac7c71fa92452dae968", "715d3af46531f2815ab9f67b47f2472d"]);
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: GCleaner IOCs detection rule in an enterprise environment, along with suggested filters or exclusions:

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