← Back to SOC feed Coverage →

URLhaus: 45-135-194-47 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 connections to a specific set of 14 malicious URLs associated with the IP address 45-135-194-47, which are known indicators of compromise for potential data exfiltration or command-and-control communication. Proactively hunting for these URLs in Azure Sentinel is critical to rapidly identify and isolate affected endpoints before adversaries can establish persistent access or initiate lateral movement within the network.

IOC Summary

Threat: 45-135-194-47 Total URLs: 14 Active URLs: 12

URLStatusThreatDate Added
hxxp://45.135.194.47/bins/xnxnxnxnxnxnxnxnor1kxnxnonlinemalware_download2026-08-06
hxxp://45.135.194.47/bins/xnxnxnxnxnxnxnxnaarch64xnxnofflinemalware_download2026-08-06
hxxp://45.135.194.47/bins/xnxnxnxnxnxnxnxnpowerpcxnxnonlinemalware_download2026-08-06
hxxp://45.135.194.47/run.shofflinemalware_download2026-08-06
hxxp://45.135.194.47/bins/xnxnxnxnxnxnxnxnriscv32xnxnonlinemalware_download2026-08-06
hxxp://45.135.194.47/bins/xnxnxnxnxnxnxnxnx86_64xnxnonlinemalware_download2026-08-06
hxxp://45.135.194.47/bins/xnxnxnxnxnxnxnxnsh4xnxnonlinemalware_download2026-08-06
hxxp://45.135.194.47/bins/xnxnxnxnxnxnxnxnm68kxnxnonlinemalware_download2026-08-06
hxxp://45.135.194.47/bins/xnxnxnxnxnxnxnxni386xnxnonlinemalware_download2026-08-06
hxxp://45.135.194.47/bins/xnxnxnxnxnxnxnxnmicroblazexnxnonlinemalware_download2026-08-06
hxxp://45.135.194.47/bins/xnxnxnxnxnxnxnxnloongarch64xnxnonlinemalware_download2026-08-06
hxxp://45.135.194.47/bins/xnxnxnxnxnxnxnxnsh2xnxnonlinemalware_download2026-08-06
hxxp://45.135.194.47/bins/xnxnxnxnxnxnxnxnriscv64xnxnonlinemalware_download2026-08-06
hxxp://45.135.194.47/bins/xnxnxnxnxnxnxnxnmipsxnxnonlinemalware_download2026-08-06

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 45-135-194-47
let malicious_domains = dynamic(["45.135.194.47"]);
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(["45.135.194.47"]);
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 5 specific false positive scenarios and their corresponding filters/exclusions for the URLhaus: 45-135-194-47 Malicious URLs detection rule:

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