Viernes 26 Junio 2026 04:21:37 GMT+02:00

Netcrook

InicioManifiesto
Noticias
Techcrook
Geocrook
WikicrookEquipoAppContacto
EnglishItalianoArabic

WIKICROOK

HTA

Short for HTML Application, a Windows file type that can run script with local privileges outside normal browser protections.

HTA stands for HTML Application. It is a Windows file type that can contain HTML plus script, and when opened it runs through the Windows HTML engine with the user’s local privileges. Unlike a normal web page, an HTA is not confined by browser sandboxing, so it can access files, launch programs, and perform system actions.

HTAs matter in cyber security because attackers can use them as a proxy execution method: a seemingly harmless .hta file can start malicious script or drop other tools, often through mshta.exe. Defenders watch for unexpected HTA files, suspicious use of mshta.exe, and chains that combine downloads, scripts, and unusual child processes. If HTA use is not required in an environment, blocking or restricting it is a strong hardening control.

← índice WIKICROOK