← Back to SOC feed Coverage →

URLhaus: 64-89-163-22 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-31T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection rule identifies potential adversary activity involving reconnaissance or command-and-control communications through three specific malicious URLs associated with IP address 64.89.163.22. A proactive hunt in Azure Sentinel is essential to verify if these external connections represent legitimate traffic or an early-stage intrusion, allowing the SOC team to isolate affected endpoints before lateral movement occurs.

IOC Summary

Threat: 64-89-163-22 Total URLs: 3 Active URLs: 3

URLStatusThreatDate Added
hxxp://64.89.163.22/9c.elfonlinemalware_download2026-08-31
hxxp://64.89.163.22/auto.shonlinemalware_download2026-08-31
hxxp://64.89.163.22/test.shonlinemalware_download2026-08-31

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 64-89-163-22
let malicious_domains = dynamic(["64.89.163.22"]);
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.22"]);
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 5 specific false positive scenarios for the URLhaus: 64-89-163-22 Malicious URLs detection rule, including tailored filters and exclusions:

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