← 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-09-14T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt targets adversaries leveraging the ConnectWise brand to distribute malware or establish initial access through known malicious URLs, often used in targeted phishing or supply chain attacks. Proactively hunting for these indicators in Azure Sentinel allows the SOC to identify compromised endpoints or web traffic patterns before the malicious payload executes or establishes persistence within the environment.

IOC Summary

Threat: connectwise Total URLs: 11 Active URLs: 3

URLStatusThreatDate Added
hxxps://thankful-cliff-01dfec010.7.azurestaticapps.net/Adobe_Updater%20.msionlinemalware_download2026-09-14
hxxp://wir.consultingics.com/Bin/ScreenConnect.ClientSetup.msi?e=Access&y=Guest&c=GOODVIBE&c=&c=&c=&c=&c=&c=&c=offlinemalware_download2026-09-14
hxxps://wir.consultingics.com/Bin/ScreenConnect.ClientSetup.msi?e=Access&y=Guest&c=GOODVIBE&c=&c=&c=&c=&c=&c=&c=offlinemalware_download2026-09-14
hxxps://angefundsu.sbs/Bin/ScreenConnect.ClientSetup.msi?e=Access&y=Guestonlinemalware_download2026-09-14
hxxps://pub-5590b15da27f4f219811312b19a8df05.r2.dev/ScreenConnect.ClientSetup.msiofflinemalware_download2026-09-14
hxxp://163.245.215.154:8040/Bin/ScreenConnect.ClientSetup.msi?e=Access&y=Guestofflinemalware_download2026-09-14
hxxps://pub-d21b4190a47f45628c828456f23dd66e.r2.dev/38-146-219-200.msiofflinemalware_download2026-09-14
hxxps://teamapp.pages.dev/Microsoft_Team%20_Update.exeofflinemalware_download2026-09-14
hxxp://163.245.215.154:8040/Bin/ScreenConnect.ClientSetup.msiofflinemalware_download2026-09-14
hxxps://portal.onepansol.site/Bin/ScreenConnect.WindowsClient.exeonlinemalware_download2026-09-14
hxxps://pub-3e3889b5442b4ed4ab5f97beec5959ea.r2.dev/SSA%20_Document%20Viewer.batofflinemalware_download2026-09-14

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: connectwise
let malicious_domains = dynamic(["angefundsu.sbs", "portal.onepansol.site", "thankful-cliff-01dfec010.7.azurestaticapps.net"]);
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(["angefundsu.sbs", "portal.onepansol.site", "thankful-cliff-01dfec010.7.azurestaticapps.net"]);
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

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