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.
Threat: 64-89-163-215 Total URLs: 9 Active URLs: 9
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://64.89.163.215/bins/ntb.x64 | online | malware_download | 2026-08-08 |
hxxp://64.89.163.215/bins/ntb.mipsel | online | malware_download | 2026-08-08 |
hxxp://64.89.163.215/bins/ntb.arm5 | online | malware_download | 2026-08-08 |
hxxp://64.89.163.215/bins/ntb.arm64 | online | malware_download | 2026-08-08 |
hxxp://64.89.163.215/bins/ntb.x86 | online | malware_download | 2026-08-08 |
hxxp://64.89.163.215/bins/ntb.arm6 | online | malware_download | 2026-08-08 |
hxxp://64.89.163.215/bins/ntb.arm7 | online | malware_download | 2026-08-08 |
hxxp://64.89.163.215/bins/ntb.mips | online | malware_download | 2026-08-08 |
hxxp://64.89.163.215/bins/ClashRoyalV2.apk | online | malware_download | 2026-08-08 |
// 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
// 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
| Sentinel Table | Notes |
|---|---|
CommonSecurityLog | Ensure this data connector is enabled |
DnsEvents | Ensure this data connector is enabled |
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:
Automated Endpoint Security Health Checks
64-89-163-215 (or a subdomain thereof) during its scheduled maintenance window, the URL request may be flagged as malicious by URLhaus due to shared infrastructure or recent certificate changes.NT SERVICE\CrowdStrikeService) connecting to the destination IP 64-89-163-215 during the defined maintenance window (02:00–04:00 UTC).Third-Party Cloud Backup Synchronization
64-89-163-215 to sync metadata and verify repository integrity. This routine administrative traffic often triggers URLhaus alerts if the specific IP is newly listed or flagged globally but benign for this specific use case.10.20.5.0/24) to `64-