← Back to SOC feed Coverage →

URLhaus: rat Malicious URLs

ioc-hunt HIGH URLhaus
CommonSecurityLogDnsEvents
backdooriocurlhaus
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-31T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies adversary activity involving remote access trojan (RAT) infections by monitoring traffic to known malicious URLs flagged by URLhaus. SOC teams should proactively hunt for these indicators in Azure Sentinel to rapidly isolate compromised endpoints and prevent lateral movement or data exfiltration before the RAT establishes persistent command-and-control channels.

IOC Summary

Threat: rat Total URLs: 3 Active URLs: 1

URLStatusThreatDate Added
hxxps://web.opendrive.com/api/v1/download/file.json/MjlfNjU3MDI5NTdfNlNTNEQ?temp_key=%8Ah4%F7%7D%F4%DE%99%E0&inline=0offlinemalware_download2026-08-31
hxxps://lively-fog-af49.pablosoftwareplus.workers.dev/ZwdOQofflinemalware_download2026-08-31
hxxps://alphapicaficagency.com/stego_88zloq9er8.pngonlinemalware_download2026-08-31

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: rat
let malicious_domains = dynamic(["alphapicaficagency.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(["alphapicaficagency.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 specific false positive scenarios and corresponding filters for the URLhaus: rat Malicious URLs detection rule in an enterprise environment:

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