← Back to SOC feed Coverage →

URLhaus: 167-86-99-169 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-18T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies adversary activity involving traffic to a specific cluster of 13 malicious URLs associated with the IP address 167.86.99.169, which are known indicators of compromise for phishing or command-and-control communication. The SOC team should proactively hunt for these URLs in Azure Sentinel to rapidly isolate affected endpoints and prevent potential data exfiltration or lateral movement before broader infection occurs.

IOC Summary

Threat: 167-86-99-169 Total URLs: 13 Active URLs: 13

URLStatusThreatDate Added
hxxp://167.86.99.169/cat.shonlinemalware_download2026-08-18
hxxp://167.86.99.169/telnet.shonlinemalware_download2026-08-18
hxxp://167.86.99.169/iran.arconlinemalware_download2026-08-18
hxxp://167.86.99.169/iran.i486onlinemalware_download2026-08-18
hxxp://167.86.99.169/iran.armv5lonlinemalware_download2026-08-18
hxxp://167.86.99.169/iran.armv4lonlinemalware_download2026-08-18
hxxp://167.86.99.169/iran.armv6lonlinemalware_download2026-08-18
hxxp://167.86.99.169/iran.sh4onlinemalware_download2026-08-18
hxxp://167.86.99.169/iran.armv7lonlinemalware_download2026-08-18
hxxp://167.86.99.169/iran.mipselonlinemalware_download2026-08-18
hxxp://167.86.99.169/iran.mipsrouteronlinemalware_download2026-08-18
hxxp://167.86.99.169/iran.sparconlinemalware_download2026-08-18
hxxp://167.86.99.169/iran.powerpconlinemalware_download2026-08-18

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 167-86-99-169
let malicious_domains = dynamic(["167.86.99.169"]);
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(["167.86.99.169"]);
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: 167-86-99-169 Malicious URLs detection rule, including tailored filters and exclusions:

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