← Back to SOC feed Coverage →

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

Hunt Hypothesis

This hypothesis targets potential web-based intrusion attempts by identifying user interactions with a specific set of 11 malicious URLs associated with the IP address 94-154-43-37, which may indicate compromised endpoints or phishing campaigns. Proactively hunting for these indicators in Azure Sentinel allows the SOC to detect early-stage reconnaissance or payload delivery before adversaries can establish a foothold or execute further malicious activities within the environment.

IOC Summary

Threat: 94-154-43-37 Total URLs: 11 Active URLs: 11

URLStatusThreatDate Added
hxxp://94.154.43.37/.Sx86onlinemalware_download2026-09-16
hxxp://94.154.43.37/.Sx86_64onlinemalware_download2026-09-16
hxxp://94.154.43.37/.Smpslonlinemalware_download2026-09-16
hxxp://94.154.43.37/.Sarm5onlinemalware_download2026-09-16
hxxp://94.154.43.37/wget.shonlinemalware_download2026-09-16
hxxp://94.154.43.37/.Sarm6onlinemalware_download2026-09-16
hxxp://94.154.43.37/.Sm68konlinemalware_download2026-09-16
hxxp://94.154.43.37/.Sppconlinemalware_download2026-09-16
hxxp://94.154.43.37/.Sspconlinemalware_download2026-09-16
hxxp://94.154.43.37/.Smipsonlinemalware_download2026-09-16
hxxp://94.154.43.37/.Sarm7onlinemalware_download2026-09-16

KQL: Url Dns Hunt

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