← Back to SOC feed Coverage →

URLhaus: 65-108-62-224 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-09-14T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt targets potential adversary activity involving the use of known malicious URLs associated with the IP address 65-108-62-224, which may indicate web-based initial access or command-and-control channels. Proactively hunting for these indicators in Azure Sentinel allows the SOC team to identify compromised endpoints or user sessions before the adversary can establish persistence or exfiltrate data.

IOC Summary

Threat: 65-108-62-224 Total URLs: 4 Active URLs: 4

URLStatusThreatDate Added
hxxp://65.108.62.224/xd.x86onlinemalware_download2026-09-14
hxxp://65.108.62.224/xd.mipsonlinemalware_download2026-09-14
hxxp://65.108.62.224/flutter.x86onlinemalware_download2026-09-14
hxxp://65.108.62.224/bot.x86onlinemalware_download2026-09-14

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 65-108-62-224
let malicious_domains = dynamic(["65.108.62.224"]);
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(["65.108.62.224"]);
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

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