← Back to SOC feed Coverage →

ThreatFox: IClickFix IOCs

ioc-hunt HIGH ThreatFox
UrlClickEvents
iocjs-iclickfixthreatfox
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-09-17T23:00:00Z · Confidence: high

Hunt Hypothesis

This hypothesis targets the IClickFix attack technique, where adversaries exploit browser clickjacking to execute malicious code via a hidden iframe, often leading to credential theft or remote code execution. Proactively hunting for these IOCs in Azure Sentinel is critical because IClickFix can operate silently within user sessions, allowing attackers to establish a foothold before traditional endpoint detections trigger.

IOC Summary

Malware Family: IClickFix Total IOCs: 2 IOC Types: url

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://www.motorway.nlpayload_delivery2026-09-17100%
urlhxxps://www.motorway.nl/nochain-sw.jspayload_delivery2026-09-17100%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - IClickFix
let malicious_urls = dynamic(["https://www.motorway.nl", "https://www.motorway.nl/nochain-sw.js"]);
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

Original source: https://threatfox.abuse.ch/browse/malware/js.iclickfix/