← Back to SOC feed Coverage →

URLhaus: ascii 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-07-16T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies adversary behavior involving the execution of ASCII-tagged malicious URLs that often serve as initial infection vectors or command-and-control channels within the network environment. Proactive hunting in Azure Sentinel is critical to rapidly isolate these specific threats and prevent lateral movement before they compromise sensitive data assets.

IOC Summary

Threat: ascii Total URLs: 5 Active URLs: 5

URLStatusThreatDate Added
hxxps://drive.google.com/uc?export=download&id=1XDCI_1kQupUqDw_2gS8MLd8gAH3egA-Donlinemalware_download2026-07-16
hxxps://xevzora.cfd/offc/secured_stub.ps1onlinemalware_download2026-07-16
hxxps://xevzora.cfd/graced/secured_stub.ps1onlinemalware_download2026-07-16
hxxps://drive.google.com/uc?export=download&id=1Ilj9nZvE-p9PYMCjy-EgwCUWtlyPAdS8onlinemalware_download2026-07-16
hxxps://xevzora.cfd/blessed/secured_stub.ps1onlinemalware_download2026-07-16

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: ascii
let malicious_domains = dynamic(["drive.google.com", "xevzora.cfd"]);
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(["drive.google.com", "xevzora.cfd"]);
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 specific false positive scenarios for the URLhaus: ascii Malicious URLs detection rule in an enterprise environment, including suggested filters and exclusions:

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