← Back to SOC feed Coverage →

URLhaus: 95-155-151-113 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-08T23:00:01Z · Confidence: medium

Hunt Hypothesis

This hunt detects adversary behavior involving the consumption of seven specific malicious URLs identified by URLhaus under the tag 95-155-151-113, which often indicate active phishing campaigns or command-and-control communications. A SOC team should proactively hunt for these indicators within Azure Sentinel to rapidly identify and isolate compromised endpoints before they facilitate data exfiltration or lateral movement across the network.

IOC Summary

Threat: 95-155-151-113 Total URLs: 7 Active URLs: 6

URLStatusThreatDate Added
hxxp://95.155.151.113/d/slim.arm64onlinemalware_download2026-08-08
hxxp://95.155.151.113/realtek.shonlinemalware_download2026-08-08
hxxp://95.155.151.113/d/slim.arm7onlinemalware_download2026-08-08
hxxp://95.155.151.113/d/slim.mpslonlinemalware_download2026-08-08
hxxp://95.155.151.113/d/slim.armonlinemalware_download2026-08-08
hxxp://95.155.151.113/gpon.shofflinemalware_download2026-08-08
hxxp://95.155.151.113/d/slim.mipsonlinemalware_download2026-08-08

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 95-155-151-113
let malicious_domains = dynamic(["95.155.151.113"]);
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(["95.155.151.113"]);
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 4 specific false positive scenarios and their corresponding filters for the URLhaus: 95-155-151-113 Malicious URLs detection rule:

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