← Back to SOC feed Coverage →

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

Hunt Hypothesis

This hunt targets adversaries leveraging malicious .hta (HTML Application) files to execute payloads via compromised web links, a technique often used to bypass traditional email attachment defenses. Proactively hunting for these specific URLhaus-tagged indicators in Azure Sentinel is critical because .hta files can silently launch PowerShell or VBScript commands that may evade standard endpoint detection if not explicitly monitored at the network proxy level.

IOC Summary

Threat: hta Total URLs: 12 Active URLs: 5

URLStatusThreatDate Added
hxxp://107.172.247.123/226/weneedbestthingswithbestversionsneed.htaonlinemalware_download2026-07-13
hxxp://209.54.101.152/50/greatdaycomingformylifetogetmegood.htaofflinemalware_download2026-07-13
hxxp://192.210.186.206/40/wellmaintinaedthingsarebestofroprofessional.htaofflinemalware_download2026-07-13
hxxp://192.236.217.81/124/givingbestthingswithbetterplaceonhere.htaofflinemalware_download2026-07-13
hxxp://107.173.143.36/33/wehavingbestsolutionsforbetterplacescomingfor.htaofflinemalware_download2026-07-13
hxxp://104.168.70.168/60/goodthingsareavailableforhtebsestbthignsforneway.htaofflinemalware_download2026-07-13
hxxp://46.183.223.88/57/nimiddlemaninthisindutrytogetbackgoodforme.htaofflinemalware_download2026-07-13
hxxp://192.236.217.68/85/ecc/cxx.htaonlinemalware_download2026-07-13
hxxp://107.173.227.99/225/wegivenbestthingsforeverybodytogive.htaofflinemalware_download2026-07-13
hxxp://107.175.202.168/44/unv/givemebestthingswithbestprocssionthigns.htaonlinemalware_download2026-07-13
hxxp://198.23.144.23/129/oo/bissbetnetorkingmarketthingscomingfor.htaonlinemalware_download2026-07-13
hxxp://192.236.217.77/86/ecv/cxc.htaonlinemalware_download2026-07-13

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: hta
let malicious_domains = dynamic(["107.175.202.168", "192.236.217.77", "192.236.217.68", "198.23.144.23", "107.172.247.123"]);
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(["107.175.202.168", "192.236.217.77", "192.236.217.68", "198.23.144.23", "107.172.247.123"]);
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 four specific false positive scenarios for the URLhaus: hta Malicious URLs detection rule in an enterprise environment, along with suggested filters or exclusions:

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