← Back to SOC feed Coverage →

URLhaus: 103-77-246-150 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-27T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies adversary behavior involving the consumption of malicious URLs hosted on IP 103.77.246.150, which are known to deliver malware payloads capable of compromising endpoint integrity. A SOC team should proactively hunt for this activity in Azure Sentinel to rapidly isolate affected assets and prevent lateral movement before the malware establishes persistence or exfiltrates sensitive data.

IOC Summary

Threat: 103-77-246-150 Total URLs: 3 Active URLs: 3

URLStatusThreatDate Added
hxxp://103.77.246.150/c.shonlinemalware_download2026-08-27
hxxp://103.77.246.150/w.shonlinemalware_download2026-08-27
hxxp://103.77.246.150/wget.shonlinemalware_download2026-08-27

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 103-77-246-150
let malicious_domains = dynamic(["103.77.246.150"]);
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(["103.77.246.150"]);
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 for the URLhaus: 103-77-246-150 Malicious URLs detection rule, along with targeted filtering strategies:

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