← Back to SOC feed Coverage →

URLhaus: 94-154-43-91 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 access to a specific cluster of 17 malicious URLs associated with the 94-154-43-91 threat signature, indicating potential command-and-control communication or phishing campaigns. Proactive hunting for these indicators within Azure Sentinel is critical due to their high severity rating, allowing the SOC team to rapidly isolate compromised endpoints and prevent lateral movement before broader network impact occurs.

IOC Summary

Threat: 94-154-43-91 Total URLs: 17 Active URLs: 16

URLStatusThreatDate Added
hxxp://94.154.43.91/iran.armv5lonlinemalware_download2026-08-06
hxxp://94.154.43.91/iran.armv7lofflinemalware_download2026-08-06
hxxp://94.154.43.91/iran.sparconlinemalware_download2026-08-06
hxxp://94.154.43.91/iran.arconlinemalware_download2026-08-06
hxxp://94.154.43.91/iran.armv6lonlinemalware_download2026-08-06
hxxp://94.154.43.91/cat.shonlinemalware_download2026-08-06
hxxp://94.154.43.91/iran.mipsonlinemalware_download2026-08-06
hxxp://94.154.43.91/iran.armv4lonlinemalware_download2026-08-06
hxxp://94.154.43.91/iran.mipsrouteronlinemalware_download2026-08-06
hxxp://94.154.43.91/iran.mipselonlinemalware_download2026-08-06
hxxp://94.154.43.91/iran.m68konlinemalware_download2026-08-06
hxxp://94.154.43.91/iran.powerpconlinemalware_download2026-08-06
hxxp://94.154.43.91/iran.x86_64onlinemalware_download2026-08-06
hxxp://94.154.43.91/iran.aarch64onlinemalware_download2026-08-06
hxxp://94.154.43.91/telnet.shonlinemalware_download2026-08-06
hxxp://94.154.43.91/iran.sh4onlinemalware_download2026-08-06
hxxp://94.154.43.91/iran.i486onlinemalware_download2026-08-06

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 94-154-43-91
let malicious_domains = dynamic(["94.154.43.91"]);
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.91"]);
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 and corresponding exclusion strategies for the URLhaus: 94-154-43-91 Malicious URLs detection rule in an enterprise environment:

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