← Back to SOC feed Coverage →

URLhaus: 144-31-147-198 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-13T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies adversary behavior involving the consumption of specific malicious web resources associated with the IP address 144.31.147.198, which are known to facilitate threat delivery and command-and-control communications. A proactive hunt is essential in Azure Sentinel to rapidly isolate affected endpoints and prevent potential lateral movement or data exfiltration before the adversary can establish a persistent foothold within the network.

IOC Summary

Threat: 144-31-147-198 Total URLs: 11 Active URLs: 0

URLStatusThreatDate Added
hxxp://144.31.147.198/pofflinemalware_download2026-08-13
hxxp://144.31.147.198/sofflinemalware_download2026-08-13
hxxp://144.31.147.198/iofflinemalware_download2026-08-13
hxxp://144.31.147.198/jofflinemalware_download2026-08-13
hxxp://144.31.147.198/tpofflinemalware_download2026-08-13
hxxp://144.31.147.198/gsofflinemalware_download2026-08-13
hxxp://144.31.147.198/mofflinemalware_download2026-08-13
hxxp://144.31.147.198/mpofflinemalware_download2026-08-13
hxxp://144.31.147.198/uofflinemalware_download2026-08-13
hxxp://144.31.147.198/trofflinemalware_download2026-08-13
hxxp://144.31.147.198/gofflinemalware_download2026-08-13

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 144-31-147-198
let malicious_domains = dynamic(["144.31.147.198"]);
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(["144.31.147.198"]);
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 corresponding exclusion strategies for the URLhaus: 144-31-147-198 Malicious URLs detection rule:

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