← Back to SOC feed Coverage →

URLhaus: 94-154-43-192-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 hypothesis targets potential web-based intrusion attempts by identifying traffic to a known malicious IP and port (94.154.43.192:8081) associated with the URLhaus threat feed. Proactively hunting for these specific URLs in Azure Sentinel allows the SOC to detect early-stage reconnaissance or payload delivery before adversaries can establish a foothold or execute further post-compromise actions.

IOC Summary

Threat: 94-154-43-192-8081 Total URLs: 17 Active URLs: 0

URLStatusThreatDate Added
hxxp://94.154.43.192:8081/titan.arm4tlofflinemalware_download2026-09-07
hxxp://94.154.43.192:8081/titan.sh4offlinemalware_download2026-09-07
hxxp://94.154.43.192:8081/titan.arm6offlinemalware_download2026-09-07
hxxp://94.154.43.192:8081/titan.ppc440offlinemalware_download2026-09-07
hxxp://94.154.43.192:8081/titan.m68kofflinemalware_download2026-09-07
hxxp://94.154.43.192:8081/titan.ppcofflinemalware_download2026-09-07
hxxp://94.154.43.192:8081/titan.x32offlinemalware_download2026-09-07
hxxp://94.154.43.192:8081/titan.x64-testofflinemalware_download2026-09-07
hxxp://94.154.43.192:8081/titan.mipsofflinemalware_download2026-09-07
hxxp://94.154.43.192:8081/titan.mipselofflinemalware_download2026-09-07
hxxp://94.154.43.192:8081/titan.arm7offlinemalware_download2026-09-07
hxxp://94.154.43.192:8081/titan.arm4lofflinemalware_download2026-09-07
hxxp://94.154.43.192:8081/titan.arm5offlinemalware_download2026-09-07
hxxp://94.154.43.192:8081/titan.x86offlinemalware_download2026-09-07
hxxp://94.154.43.192:8081/titan.x86_32offlinemalware_download2026-09-07
hxxp://94.154.43.192:8081/titan.x64offlinemalware_download2026-09-07
hxxp://94.154.43.192:8081/titan.x86_64offlinemalware_download2026-09-07

KQL: Url Dns Hunt

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