← 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-07-13T23:00:01Z · Confidence: medium

Hunt Hypothesis

This hypothesis posits that adversaries are leveraging known RAT-infected endpoints to exfiltrate sensitive data through a specific set of twelve malicious URLs identified by URLhaus. Proactive hunting for these indicators in Azure Sentinel is critical to rapidly isolate compromised assets and prevent lateral movement before the remote access trojans establish persistent command-and-control channels.

IOC Summary

Threat: rat Total URLs: 12 Active URLs: 10

URLStatusThreatDate Added
hxxps://www.mbowen.org/sUYQArZTfwvQYhC206.binonlinemalware_download2026-07-13
hxxp://107.172.247.123/226/eccr/vcc.exeonlinemalware_download2026-07-13
hxxp://107.173.47.146/22/img_175356.pngonlinemalware_download2026-07-13
hxxp://107.173.47.146/22/goodthingsarebestofrbetterwayscomingformetogive.htaofflinemalware_download2026-07-13
hxxp://217.160.121.177/34/secured_stub.ps1onlinemalware_download2026-07-13
hxxp://87.106.48.217/113/wce/privatethignsareverygoodformaitiasentriethinsgs.htaonlinemalware_download2026-07-13
hxxp://87.106.48.217/113/verygoodbirthdaycomingforeerytimefwithbestthigns.vbeofflinemalware_download2026-07-13
hxxp://107.173.143.52/145/img_012558.pngonlinemalware_download2026-07-13
hxxp://46.183.223.88/57/img_021550.pngonlinemalware_download2026-07-13
hxxps://dawn-mud-d34f.phzinhoooo.workers.dev/FTM0-40PO-AO28-G98E/img_yh7kna.pngonlinemalware_download2026-07-13
hxxp://194.116.236.163/35/img_180337.pngonlinemalware_download2026-07-13
hxxp://107.174.146.3/emqXijr191.binonlinemalware_download2026-07-13

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: rat
let malicious_domains = dynamic(["107.174.146.3", "dawn-mud-d34f.phzinhoooo.workers.dev", "107.173.47.146", "www.mbowen.org", "107.173.143.52", "194.116.236.163", "46.183.223.88", "107.172.247.123", "217.160.121.177", "87.106.48.217"]);
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(["107.174.146.3", "dawn-mud-d34f.phzinhoooo.workers.dev", "107.173.47.146", "www.mbowen.org", "107.173.143.52", "194.116.236.163", "46.183.223.88", "107.172.247.123", "217.160.121.177", "87.106.48.217"]);
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 for the URLhaus: rat Malicious URLs detection rule, along with suggested filters and exclusions tailored for an enterprise environment:

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