Skip to content

Commit db8a937

Browse files
w0rk3rgithub-actions[bot]
authored andcommitted
[Rule Tuning] Potential LSASS Clone Creation via PssCaptureSnapShot (#2691)
(cherry picked from commit eafe54c)
1 parent d920e41 commit db8a937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/windows/credential_access_via_snapshot_lsass_clone_creation.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ integration = ["windows"]
44
maturity = "production"
55
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
66
min_stack_version = "8.3.0"
7-
updated_date = "2023/02/22"
7+
updated_date = "2023/04/05"
88

99
[rule]
1010
author = ["Elastic"]
@@ -13,7 +13,7 @@ Identifies the creation of an LSASS process clone via PssCaptureSnapShot where t
1313
process instance. This may indicate an attempt to evade detection and dump LSASS memory for credential access.
1414
"""
1515
from = "now-9m"
16-
index = ["winlogbeat-*", "logs-windows.*"]
16+
index = ["winlogbeat-*", "logs-system.*", "logs-windows.*"]
1717
language = "eql"
1818
license = "Elastic License v2"
1919
name = "Potential LSASS Clone Creation via PssCaptureSnapShot"

0 commit comments

Comments
 (0)