[Rule Tuning] Script Execution via Microsoft HTML Application (#4950)

This commit is contained in:
Jonhnathan
2025-08-01 07:55:14 -03:00
committed by GitHub
parent a9ad66935c
commit 3de9456197
@@ -2,7 +2,7 @@
creation_date = "2020/09/09"
integration = ["windows", "system", "sentinel_one_cloud_funnel", "m365_defender"]
maturity = "production"
updated_date = "2025/03/20"
updated_date = "2025/07/21"
[rule]
author = ["Elastic"]
@@ -100,7 +100,7 @@ process where host.os.type == "windows" and event.type == "start" and
) or
(process.name : "mshta.exe" and
not process.command_line : ("*.hta*", "*.htm*", "-Embedding") and process.args_count >=2) or
not process.command_line : ("*.hta*", "*.htm*", "-Embedding") and ?process.args_count >=2) or
/* Execution of HTA file downloaded from the internet */
(process.name : "mshta.exe" and process.command_line : "*\\Users\\*\\Downloads\\*.hta*") or