[Rule Tuning] Potential Antimalware Scan Interface Bypass via PowerShell (#2663)

This commit is contained in:
Jonhnathan
2023-03-27 11:50:53 -03:00
committed by GitHub
parent 3bfe3060a2
commit 192047f46d
@@ -4,7 +4,7 @@ integration = ["windows"]
maturity = "production"
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
min_stack_version = "8.3.0"
updated_date = "2023/03/02"
updated_date = "2023/03/24"
[rule]
author = ["Elastic"]
@@ -81,9 +81,9 @@ event.category:"process" and host.os.type:windows and
(powershell.file.script_block_text :
("System.Management.Automation.AmsiUtils" or
amsiInitFailed or
Invoke-AmsiBypass or
Bypass.AMSI or
amsi.dll or
"Invoke-AmsiBypass" or
"Bypass.AMSI" or
"amsi.dll" or
AntimalwareProvider or
amsiSession or
amsiContext or