← Back to SOC feed Coverage →

URLhaus: connectwise 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-08-06T11:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt detects adversary activity where endpoints establish connections to malicious URLs identified by URLhaus and associated with ConnectWise, potentially indicating compromised remote support sessions or supply chain attacks. The SOC team should proactively investigate these detections in Azure Sentinel to validate legitimate traffic versus active threats that could lead to data exfiltration or lateral movement within the network.

IOC Summary

Threat: connectwise Total URLs: 2 Active URLs: 2

URLStatusThreatDate Added
hxxps://www.dropbox.com/scl/fi/ghs5xorewgj943fx9dgr7/ScreenConnectSetup.exe?rlkey=7qg95my97ne53jhdmu7c7arex&st=zhed4h5r&dl=1onlinemalware_download2026-08-06
hxxps://www.dropbox.com/scl/fi/kni67o628yiiw4hj8yocy/ScreenConnectSetup.exe?rlkey=3r9x5bfzav1oxwjq1goajtm5s&st=6cuqqcrw&dl=1onlinemalware_download2026-08-06

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: connectwise
let malicious_domains = dynamic(["www.dropbox.com"]);
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(["www.dropbox.com"]);
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 the false positive scenarios and corresponding filters for the URLhaus: connectwise Malicious URLs detection rule:

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