← Back to SOC feed Coverage →

URLhaus: 198-251-91-148-8080 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-25T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hypothesis targets potential web-based intrusion attempts by identifying traffic to a known malicious URL cluster associated with the IP 198.251.91.148 on port 8080, which often serves as a staging point for initial access or command-and-control communications. Proactively hunting for these specific URLs in Azure Sentinel allows the SOC team to detect compromised endpoints or phishing campaigns before they escalate into full-scale breaches or lateral movement within the environment.

IOC Summary

Threat: 198-251-91-148-8080 Total URLs: 11 Active URLs: 0

URLStatusThreatDate Added
hxxp://198.251.91.148:8080/meter_443.exeofflinemalware_download2026-09-25
hxxp://198.251.91.148:8080/srv.exeofflinemalware_download2026-09-25
hxxp://198.251.91.148:8080/meter64.exeofflinemalware_download2026-09-25
hxxp://198.251.91.148:8080/meter_80.exeofflinemalware_download2026-09-25
hxxp://198.251.91.148:8080/auto_pentest.pyofflinemalware_download2026-09-25
hxxp://198.251.91.148:8080/meter_full.exeofflinemalware_download2026-09-25
hxxp://198.251.91.148:8080/meter_7777.exeofflinemalware_download2026-09-25
hxxp://198.251.91.148:8080/srv_lan.exeofflinemalware_download2026-09-25
hxxp://198.251.91.148:8080/meter.exeofflinemalware_download2026-09-25
hxxp://198.251.91.148:8080/meter.vbsofflinemalware_download2026-09-25
hxxp://198.251.91.148:8080/srv443.exeofflinemalware_download2026-09-25

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 198-251-91-148-8080
let malicious_domains = dynamic(["198.251.91.148"]);
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(["198.251.91.148"]);
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/