← Back to SOC feed Coverage →

URLhaus: ClickFix Malicious URLs

ioc-hunt HIGH URLhaus
CommonSecurityLogDnsEvents
iocurlhaus
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 URLhaus →
Retrieved: 2026-07-19T11:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt targets adversaries leveraging ClickFix malware to deliver malicious payloads through compromised web links, aiming to intercept initial infection vectors before they establish persistence. Proactively hunting these specific URL patterns in Azure Sentinel is critical because early detection of ClickFix activity allows the SOC team to block lateral movement and prevent data exfiltration driven by this high-severity threat family.

IOC Summary

Threat: ClickFix Total URLs: 7 Active URLs: 2

URLStatusThreatDate Added
hxxps://productionai.shop/recaptcha-verifyofflinemalware_download2026-07-19
hxxps://natural-health-news.com/Verify.msi?Iofflinemalware_download2026-07-19
hxxp://95.164.53.214:5554/d.batofflinemalware_download2026-07-19
hxxps://gerenland.click/flask/whales.msionlinemalware_download2026-07-19
hxxps://gerenland.click/api/stale.msionlinemalware_download2026-07-19
hxxp://178.17.59.195:5506/ll.vbsofflinemalware_download2026-07-19
hxxp://93.152.224.29/VMvDWLT7AqpC45hhHfofflinemalware_download2026-07-19

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: ClickFix
let malicious_domains = dynamic(["gerenland.click"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses
| order by TimeGenerated desc

KQL: Url Proxy Hunt

// Hunt for web traffic to URLhaus malicious domains
let malicious_domains = dynamic(["gerenland.click"]);
CommonSecurityLog
| where RequestURL has_any (malicious_domains) or DestinationHostName has_any (malicious_domains)
| project TimeGenerated, SourceIP, RequestURL, DestinationHostName, DeviceAction
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
CommonSecurityLogEnsure this data connector is enabled
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are 5 specific false positive scenarios for the URLhaus: ClickFix Malicious URLs detection rule in an enterprise environment, along with suggested filters or exclusions:

Original source: https://urlhaus.abuse.ch/