← Back to SOC feed Coverage →

ThreatFox: GCleaner IOCs

ioc-hunt HIGH ThreatFox
UrlClickEvents
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-08-12T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary behavior involving known Indicators of Compromise (IOCs) linked to the GCleaner malware family, which often targets endpoints to establish persistence and exfiltrate sensitive data. A SOC team should proactively hunt for these IOCs within Azure Sentinel to identify early-stage infections that may evade standard signature-based detection, thereby preventing potential lateral movement and data breaches before they escalate.

IOC Summary

Malware Family: GCleaner Total IOCs: 6 IOC Types: url

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://91[.]92[.]242[.]236/success?substr=mixfive&s=three&sub=nnbotnet_cc2026-08-12100%
urlhxxp://91[.]92[.]242[.]236/dllbotnet_cc2026-08-12100%
urlhxxp://91[.]92[.]242[.]236/infobotnet_cc2026-08-12100%
urlhxxp://91[.]92[.]242[.]236/updatebotnet_cc2026-08-12100%
urlhxxp://91[.]92[.]242[.]236/servicebotnet_cc2026-08-12100%
urlhxxp://91[.]92[.]242[.]236/yclbotnet_cc2026-08-12100%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - GCleaner
let malicious_urls = dynamic(["http://91.92.242.236/success?substr=mixfive&s=three&sub=nn", "http://91.92.242.236/dll", "http://91.92.242.236/info", "http://91.92.242.236/update", "http://91.92.242.236/service", "http://91.92.242.236/ycl"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are specific false positive scenarios and corresponding exclusion strategies for the ThreatFox: GCleaner IOCs detection rule:

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