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.
Malware Family: GCleaner Total IOCs: 6 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://91[.]92[.]242[.]236/success?substr=mixfive&s=three&sub=nn | botnet_cc | 2026-08-12 | 100% |
| url | hxxp://91[.]92[.]242[.]236/dll | botnet_cc | 2026-08-12 | 100% |
| url | hxxp://91[.]92[.]242[.]236/info | botnet_cc | 2026-08-12 | 100% |
| url | hxxp://91[.]92[.]242[.]236/update | botnet_cc | 2026-08-12 | 100% |
| url | hxxp://91[.]92[.]242[.]236/service | botnet_cc | 2026-08-12 | 100% |
| url | hxxp://91[.]92[.]242[.]236/ycl | botnet_cc | 2026-08-12 | 100% |
// 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
| Sentinel Table | Notes |
|---|---|
UrlClickEvents | Ensure this data connector is enabled |
Here are specific false positive scenarios and corresponding exclusion strategies for the ThreatFox: GCleaner IOCs detection rule:
Endpoint Protection Maintenance Jobs
svc-edr-maint), triggering the detection of GCleaner IOCs during off-hours.falcon.sys, cb.exe, or MsMpEng.exe, and the execution time falls within a defined maintenance window (e.g., 02:00–04:00 UTC).IT Asset Management & Patch Deployment
--job-id=PATCH-WIN10-Q3) or originates from a specific management