[Rule Tuning] Potential Antimalware Scan Interface Bypass via PowerShell (#2663)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user