This detection identifies adversary activity involving JavaScript-based threats by monitoring traffic to known malicious URLs flagged by URLhaus. Proactively hunting for these indicators in Azure Sentinel is critical because JavaScript-driven attacks often serve as initial footholds for lateral movement and data exfiltration that may bypass standard signature-based defenses.
Threat: js Total URLs: 2 Active URLs: 2
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://192.236.217.68/85/seethebestthings.js | online | malware_download | 2026-07-13 |
hxxp://192.236.217.77/86/uneedbestthingsfrobetterplacescomingforme.js | online | malware_download | 2026-07-13 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: js
let malicious_domains = dynamic(["192.236.217.68", "192.236.217.77"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses
| order by TimeGenerated desc
// Hunt for web traffic to URLhaus malicious domains
let malicious_domains = dynamic(["192.236.217.68", "192.236.217.77"]);
CommonSecurityLog
| where RequestURL has_any (malicious_domains) or DestinationHostName has_any (malicious_domains)
| project TimeGenerated, SourceIP, RequestURL, DestinationHostName, DeviceAction
| order by TimeGenerated desc
| Sentinel Table | Notes |
|---|---|
CommonSecurityLog | Ensure this data connector is enabled |
DnsEvents | Ensure this data connector is enabled |
Here are 4 specific false positive scenarios for the URLhaus: js Malicious URLs detection rule in an enterprise environment, along with suggested filters or exclusions:
Software Update Mechanisms via JavaScript Checksums
update.microsoft.com or cdn.jamfcloud.com) which may be flagged by URLhaus as “js” if they contain embedded tracking scripts or recently updated code signatures that haven’t yet been whitelisted in the threat intelligence feed.10.20.x.x for SCCM) accessing specific vendor domains where the User-Agent string contains “SCCM” or “JamfProAgent,” provided the HTTP status code is 200 and no subsequent download of executable payloads occurs immediately after.Browser-Based Admin Portals with Third-Party Analytics
?ga=, ?nrjs=) or domains ending in .google-analytics.com and `.new