← Back to SOC feed Coverage →

URLhaus: censys 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-06T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt targets the presence of 46 known malicious URLs associated with the Censys tag, which adversaries frequently leverage for command-and-control channels or initial access vectors. Proactively identifying these indicators in Azure Sentinel allows the SOC to detect compromised endpoints or phishing campaigns before they escalate into broader lateral movement or data exfiltration events.

IOC Summary

Threat: censys Total URLs: 46 Active URLs: 29

URLStatusThreatDate Added
hxxp://8.219.239.117:60139/linuxonlinemalware_download2026-09-06
hxxp://8.219.108.63:60142/linuxonlinemalware_download2026-09-06
hxxp://8.219.201.139:60102/linuxonlinemalware_download2026-09-06
hxxp://106.225.235.90:60106/linuxonlinemalware_download2026-09-06
hxxp://47.237.118.211:60105/linuxonlinemalware_download2026-09-06
hxxp://47.236.18.24:60116/linuxonlinemalware_download2026-09-06
hxxp://8.222.160.231:60148/linuxonlinemalware_download2026-09-06
hxxp://47.236.51.52:60136/linuxonlinemalware_download2026-09-06
hxxp://47.245.99.183:60117/linuxonlinemalware_download2026-09-06
hxxp://47.84.123.75:60102/linuxonlinemalware_download2026-09-06
hxxp://47.76.159.198:60144/linuxonlinemalware_download2026-09-06
hxxp://47.245.89.183:60131/linuxonlinemalware_download2026-09-06
hxxp://185.104.63.79/mipsonlinemalware_download2026-09-06
hxxp://5.175.211.23/bins/xnxnxnxnxnxnxnxnpowerpcxnxnonlinemalware_download2026-09-06
hxxp://77.239.124.123/hiddenbin/mipsofflinemalware_download2026-09-06
hxxp://77.239.124.123/hiddenbin/ppcofflinemalware_download2026-09-06
hxxp://77.239.124.123/hiddenbin/i686offlinemalware_download2026-09-06
hxxp://77.239.124.123/hiddenbin/mipselofflinemalware_download2026-09-06
hxxp://77.239.124.123/hiddenbin/arm6offlinemalware_download2026-09-06
hxxp://77.239.124.123/hiddenbin/m68kofflinemalware_download2026-09-06
hxxp://77.239.124.123/hiddenbin/android-armofflinemalware_download2026-09-06
hxxp://77.239.124.123/hiddenbin/x86offlinemalware_download2026-09-06
hxxp://77.239.124.123/hiddenbin/arcofflinemalware_download2026-09-06
hxxp://77.239.124.123/hiddenbin/x86_64offlinemalware_download2026-09-06
hxxp://77.239.124.123/hiddenbin/arm5offlinemalware_download2026-09-06

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: censys
let malicious_domains = dynamic(["8.219.201.139", "8.219.239.117", "47.76.159.198", "106.225.235.90", "185.104.63.79", "5.181.187.75", "47.236.51.52", "8.222.160.231", "8.219.108.63", "5.175.211.23", "47.245.99.183", "47.236.18.24", "92.112.125.51", "47.84.123.75", "47.237.118.211", "47.245.89.183"]);
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(["8.219.201.139", "8.219.239.117", "47.76.159.198", "106.225.235.90", "185.104.63.79", "5.181.187.75", "47.236.51.52", "8.222.160.231", "8.219.108.63", "5.175.211.23", "47.245.99.183", "47.236.18.24", "92.112.125.51", "47.84.123.75", "47.237.118.211", "47.245.89.183"]);
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/