[Rule Tuning] PowerShell Keylogging Script (#3023)

This commit is contained in:
Jonhnathan
2023-08-22 07:45:00 -03:00
committed by GitHub
parent f8df53626e
commit 0c3b251208
+3 -3
View File
@@ -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/07/05"
updated_date = "2023/08/21"
[rule]
author = ["Elastic"]
@@ -90,11 +90,11 @@ event.category:process and host.os.type:windows and
powershell.file.script_block_text : (GetAsyncKeyState or NtUserGetAsyncKeyState or GetKeyboardState or "Get-Keystrokes") or
powershell.file.script_block_text : (
(SetWindowsHookA or SetWindowsHookW or SetWindowsHookEx or SetWindowsHookExA or NtUserSetWindowsHookEx) and
(GetForegroundWindow or GetWindowTextA or GetWindowTextW or "WM_KEYBOARD_LL")
(GetForegroundWindow or GetWindowTextA or GetWindowTextW or "WM_KEYBOARD_LL" or "WH_MOUSE_LL")
)
) and not user.id : "S-1-5-18"
and not powershell.file.script_block_text : (
"sentinelbreakpoints" and "Set-PSBreakpoint" and "PowerSploitIndicators"
"sentinelbreakpoints" and "Set-PSBreakpoint"
)
'''