← Back to SOC feed Coverage →

URLhaus: 95-164-53-193-5001 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 access to a specific cluster of 15 malicious URLs identified by URLhaus, which may indicate active phishing campaigns or command-and-control communication. The SOC team should proactively investigate these indicators in Azure Sentinel to rapidly identify compromised endpoints and prevent potential data exfiltration or malware propagation before broader impact occurs.

IOC Summary

Threat: 95-164-53-193-5001 Total URLs: 15 Active URLs: 1

URLStatusThreatDate Added
hxxp://95.164.53.193:5001/dit.binofflinemalware_download2026-08-08
hxxp://95.164.53.193:5001/adas.exeofflinemalware_download2026-08-08
hxxp://95.164.53.193:5001/ados.exeofflinemalware_download2026-08-08
hxxp://95.164.53.193:5001/mina.exeofflinemalware_download2026-08-08
hxxp://95.164.53.193:5001/maya.exeofflinemalware_download2026-08-08
hxxp://95.164.53.193:5001/jhgjse.exeofflinemalware_download2026-08-08
hxxp://95.164.53.193:5001/suza.exeofflinemalware_download2026-08-08
hxxp://95.164.53.193:5001/dt.binofflinemalware_download2026-08-08
hxxp://95.164.53.193:5001/anfo.exeonlinemalware_download2026-08-08
hxxp://95.164.53.193:5001/msis.exeofflinemalware_download2026-08-08
hxxp://95.164.53.193:5001/ntmyebewekca.exeofflinemalware_download2026-08-08
hxxp://95.164.53.193:5001/babust.exeofflinemalware_download2026-08-08
hxxp://95.164.53.193:5001/term.exeofflinemalware_download2026-08-08
hxxp://95.164.53.193:5001/lol.exeofflinemalware_download2026-08-08
hxxp://95.164.53.193:5001/single.exeofflinemalware_download2026-08-08

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 95-164-53-193-5001
let malicious_domains = dynamic(["95.164.53.193"]);
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.164.53.193"]);
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: 95-164-53-193-5001 Malicious URLs detection rule:

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