← Back to SOC feed Coverage →

URLhaus: 38-76-199-154-8888 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-04-22T09:00:00Z · Confidence: medium

Hunt Hypothesis

The hypothesis is that the detected URLs are part of a malicious campaign using the IP 38-76-199-154 and port 8888, likely used for command and control or data exfiltration. A SOC team should proactively hunt for this behavior in Azure Sentinel to identify and mitigate potential compromise of endpoints or data leakage.

IOC Summary

Threat: 38-76-199-154-8888 Total URLs: 5 Active URLs: 5

URLStatusThreatDate Added
hxxp://38.76.199.154:8888/pro_stager.exeonlinemalware_download2026-04-22
hxxp://38.76.199.154:8888/pro_payload.exeonlinemalware_download2026-04-22
hxxp://38.76.199.154:8888/payload_exeonlinemalware_download2026-04-22
hxxp://38.76.199.154:8888/payload.exeonlinemalware_download2026-04-22
hxxp://38.76.199.154:8888/payload.elfonlinemalware_download2026-04-22

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 38-76-199-154-8888
let malicious_domains = dynamic(["38.76.199.154"]);
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(["38.76.199.154"]);
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/