← Back to SOC feed Coverage →

URLhaus: 94-154-43-44 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-06T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies adversary activity involving web traffic to a specific set of 17 malicious URLs flagged by URLhaus under the identifier 94-154-43-44, which often indicates early-stage reconnaissance or command-and-control communication. The SOC team should proactively hunt for these indicators in Azure Sentinel to rapidly isolate compromised endpoints and prevent potential data exfiltration before lateral movement occurs across the network.

IOC Summary

Threat: 94-154-43-44 Total URLs: 17 Active URLs: 17

URLStatusThreatDate Added
hxxp://94.154.43.44/bins/bin.armv4ebonlinemalware_download2026-08-06
hxxp://94.154.43.44/bins/bin.armv6lonlinemalware_download2026-08-06
hxxp://94.154.43.44/bins/bin.x86_64onlinemalware_download2026-08-06
hxxp://94.154.43.44/bins/bin.i586onlinemalware_download2026-08-06
hxxp://94.154.43.44/bins/bin.armv7lonlinemalware_download2026-08-06
hxxp://94.154.43.44/bins/bin.i486onlinemalware_download2026-08-06
hxxp://94.154.43.44/bins/bin.powerpconlinemalware_download2026-08-06
hxxp://94.154.43.44/bins/bin.mips64onlinemalware_download2026-08-06
hxxp://94.154.43.44/bins/bin.mipselonlinemalware_download2026-08-06
hxxp://94.154.43.44/bins/bin.sh4onlinemalware_download2026-08-06
hxxp://94.154.43.44/bins/bin.m68konlinemalware_download2026-08-06
hxxp://94.154.43.44/bins/bin.armv4tlonlinemalware_download2026-08-06
hxxp://94.154.43.44/bins/bin.armv4lonlinemalware_download2026-08-06
hxxp://94.154.43.44/bins/bin.i686onlinemalware_download2026-08-06
hxxp://94.154.43.44/bins/bin.mipsonlinemalware_download2026-08-06
hxxp://94.154.43.44/bins/bin.armv5lonlinemalware_download2026-08-06
hxxp://94.154.43.44/bins/bin.powerpc-440fponlinemalware_download2026-08-06

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 94-154-43-44
let malicious_domains = dynamic(["94.154.43.44"]);
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.44"]);
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 3–5 specific false positive scenarios and corresponding filters for the URLhaus: 94-154-43-44 Malicious URLs detection rule in a legitimate enterprise environment:

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