[Rule Tuning] Script Execution via Microsoft HTML Application (#4950)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user