This detection identifies adversary activity where endpoints access known malicious web resources associated with the specific threat signature 46-151-182-200 from URLhaus. Proactive hunting for these URLs in Azure Sentinel is critical to rapidly isolate compromised assets and prevent potential data exfiltration or lateral movement before broader infection occurs.
Threat: 46-151-182-200 Total URLs: 9 Active URLs: 2
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://46.151.182.200/dlr.arm5 | online | malware_download | 2026-08-31 |
hxxp://46.151.182.200/lll | offline | malware_download | 2026-08-31 |
hxxp://46.151.182.200/li | offline | malware_download | 2026-08-31 |
hxxp://46.151.182.200/sdt | offline | malware_download | 2026-08-31 |
hxxp://46.151.182.200/ruck | offline | malware_download | 2026-08-31 |
hxxp://46.151.182.200/k.sh | offline | malware_download | 2026-08-31 |
hxxp://46.151.182.200/gocl | offline | malware_download | 2026-08-31 |
hxxp://46.151.182.200/av.sh | offline | malware_download | 2026-08-31 |
hxxp://46.151.182.200/dlr.arm6 | online | malware_download | 2026-08-31 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 46-151-182-200
let malicious_domains = dynamic(["46.151.182.200"]);
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(["46.151.182.200"]);
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 3-5 specific false positive scenarios and corresponding exclusion strategies for the URLhaus: 46-151-182-200 Malicious URLs detection rule:
Scenario: Automated Security Scanner Traffic
46-151-182-200 as part of their standard discovery routine, triggering alerts due to the sheer volume of connection attempts from known scanner subnets.Host_Name contains "Tenable-Scanner" OR Host_IP in [10.20.5.1, 10.20.5.2]) and restrict the alert to only trigger if the destination URL is not a known scanner target or if the request method is not GET/HEAD.Scenario: Scheduled Cloud Backup Synchronization
46-151-182-200 to fetch the latest threat intelligence feed updates required for their own policy engines, which mimics a malicious URL access pattern.Time between 02:00 and 04:00 UTC) combined with a process filter targeting the specific backup