← 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-06-15T23:00:00Z · Confidence: medium

Hunt Hypothesis

Adversaries may be using malicious HTA files hosted on compromised or command-and-control servers to execute payloads and establish persistence. SOC teams should proactively hunt for these URLs in Azure Sentinel to identify and mitigate potential compromise of endpoints and exfiltration of sensitive data.

IOC Summary

Threat: hta Total URLs: 13 Active URLs: 2

URLStatusThreatDate Added
hxxp://172.245.209.253/202/ecc/goodcreationsforbestfamilypeoples.htaonlinemalware_download2026-06-15
hxxp://107.172.135.60/97/goodthingsarebestforbesttihignstocome.htaofflinemalware_download2026-06-15
hxxp://107.172.135.60/96/ibredgoodforbestthingscomingbackform.htaofflinemalware_download2026-06-15
hxxp://172.245.209.169/154/goodchoiceforbetterplacingconvencingthebesttreatments.htaofflinemalware_download2026-06-15
hxxp://107.172.135.8/123/evc/greatindianthingsareperfectforbest.htaonlinemalware_download2026-06-15
hxxp://82.223.139.167/221/givenbestthingsforbetterplacegoodcoming.htaofflinemalware_download2026-06-15
hxxp://172.86.110.98/img/kb/verygoodperformancethingsarecominginthisnewthingsinside.htaofflinemalware_download2026-06-15
hxxp://209.54.103.155/46/givemebestthignsbackfromthisbusiness.htaofflinemalware_download2026-06-15
hxxp://198.23.144.116/40/imacomingthisweekinthrforbestgoodthings.htaofflinemalware_download2026-06-15
hxxp://192.3.140.105/33/goodthingsarebesttogetbetterthingsfrome.htaofflinemalware_download2026-06-15
hxxp://23.95.103.215/156/notimefordothatallbrotherherewiatingalot.htaofflinemalware_download2026-06-15
hxxp://193.37.215.169/33/verygreatthingsaregoingaroundonmethings.htaofflinemalware_download2026-06-15
hxxp://172.86.110.98/121/goodreangewithbestthignsaroundonmyself.htaofflinemalware_download2026-06-15

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: hta
let malicious_domains = dynamic(["172.245.209.253", "107.172.135.8"]);
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(["172.245.209.253", "107.172.135.8"]);
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/