← Back to SOC feed Coverage →

URLhaus: 94-154-43-95-8081 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-07T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt targets potential web-based intrusion attempts by identifying traffic to a cluster of 17 malicious URLs associated with the IP 94.154.43.95, which adversaries may use for command-and-control channels or payload delivery. Proactively hunting for these indicators in Azure Sentinel allows the SOC to detect early-stage web interactions that could lead to credential theft or malware execution before they escalate into a full compromise.

IOC Summary

Threat: 94-154-43-95-8081 Total URLs: 17 Active URLs: 17

URLStatusThreatDate Added
hxxp://94.154.43.95:8081/titan.ppc440onlinemalware_download2026-09-07
hxxp://94.154.43.95:8081/titan.i586onlinemalware_download2026-09-07
hxxp://94.154.43.95:8081/titan.m68konlinemalware_download2026-09-07
hxxp://94.154.43.95:8081/titan.mipselonlinemalware_download2026-09-07
hxxp://94.154.43.95:8081/titan.x64onlinemalware_download2026-09-07
hxxp://94.154.43.95:8081/titan.x64-testonlinemalware_download2026-09-07
hxxp://94.154.43.95:8081/titan.x32onlinemalware_download2026-09-07
hxxp://94.154.43.95:8081/titan.i486onlinemalware_download2026-09-07
hxxp://94.154.43.95:8081/titan.arm6onlinemalware_download2026-09-07
hxxp://94.154.43.95:8081/titan.mipsonlinemalware_download2026-09-07
hxxp://94.154.43.95:8081/titan.arm4lonlinemalware_download2026-09-07
hxxp://94.154.43.95:8081/titan.arm5onlinemalware_download2026-09-07
hxxp://94.154.43.95:8081/titan.arm7onlinemalware_download2026-09-07
hxxp://94.154.43.95:8081/titan.ppconlinemalware_download2026-09-07
hxxp://94.154.43.95:8081/titan.arm4tlonlinemalware_download2026-09-07
hxxp://94.154.43.95:8081/titan.sh4onlinemalware_download2026-09-07
hxxp://94.154.43.95:8081/titan.i686onlinemalware_download2026-09-07

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 94-154-43-95-8081
let malicious_domains = dynamic(["94.154.43.95"]);
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(["94.154.43.95"]);
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/