← Back to SOC feed Coverage →

URLhaus: 64-89-163-215 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 detection identifies adversary activity involving malicious URLs hosted on IP 64.89.163.215, which are known to distribute malware as flagged by the URLhaus threat intelligence feed. A proactive hunt is essential in Azure Sentinel to rapidly isolate compromised endpoints and prevent lateral movement before the malware can execute its payload or exfiltrate sensitive data.

IOC Summary

Threat: 64-89-163-215 Total URLs: 9 Active URLs: 9

URLStatusThreatDate Added
hxxp://64.89.163.215/bins/ntb.x64onlinemalware_download2026-08-08
hxxp://64.89.163.215/bins/ntb.mipselonlinemalware_download2026-08-08
hxxp://64.89.163.215/bins/ntb.arm5onlinemalware_download2026-08-08
hxxp://64.89.163.215/bins/ntb.arm64onlinemalware_download2026-08-08
hxxp://64.89.163.215/bins/ntb.x86onlinemalware_download2026-08-08
hxxp://64.89.163.215/bins/ntb.arm6onlinemalware_download2026-08-08
hxxp://64.89.163.215/bins/ntb.arm7onlinemalware_download2026-08-08
hxxp://64.89.163.215/bins/ntb.mipsonlinemalware_download2026-08-08
hxxp://64.89.163.215/bins/ClashRoyalV2.apkonlinemalware_download2026-08-08

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 64-89-163-215
let malicious_domains = dynamic(["64.89.163.215"]);
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(["64.89.163.215"]);
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 for the URLhaus: 64-89-163-215 Malicious URLs detection rule, including suggested filters and exclusions tailored for a legitimate enterprise environment:

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