← Back to SOC feed Coverage →

URLhaus: a0f4ec11acdab29ab0b90e28b8d77c14 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-01T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt targets adversary behavior where endpoints access known malicious web resources identified by URLhaus under the specific threat signature a0f4ec11acdab29ab0b90e28b8d77c14, indicating potential command-and-control communication or initial phishing delivery. Proactively hunting for these URLs in Azure Sentinel is critical to rapidly identify and isolate compromised assets before they can exfiltrate data or establish persistent footholds within the network.

IOC Summary

Threat: a0f4ec11acdab29ab0b90e28b8d77c14 Total URLs: 4 Active URLs: 1

URLStatusThreatDate Added
hxxps://blue-paper-f69f.acrypters.workers.dev/FTM0-40PO-AO28-G98E/img_m9agri.pngonlinemalware_download2026-07-01
hxxp://107.173.143.45/sso.esic.gov.inESICSSOAppLiferaylogin.jspbmctx=7CAD769BFA3451BE21DE1F73E125D2C4FA94907F3FE40A1DCE0DB069C1A208E4&password=secure_string&contextTypeop.phpofflinemalware_download2026-07-01
hxxps://sh.classera.com/enT3acofflinemalware_download2026-07-01
hxxp://107.173.143.45/128/givemebesttimeforbetterplacescomingforme.hta?&%D0%9B%D0%9B%D0%9B%D0%9B%D0%9B%D0%9B%D0%9B%D0%9B%D0%9B%D0%9B%D0%9B%D0%9B%D0%9B%D0%9B%D0%9B%D0%9B%D0%9B%D0%9Bofflinemalware_download2026-07-01

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: a0f4ec11acdab29ab0b90e28b8d77c14
let malicious_domains = dynamic(["blue-paper-f69f.acrypters.workers.dev"]);
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(["blue-paper-f69f.acrypters.workers.dev"]);
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 for the URLhaus: a0f4ec11acdab29ab0b90e28b8d77c14 Malicious URLs detection rule, tailored for an enterprise environment:

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