Skip to content

Commit 611bd14

Browse files
committed
chore(rules): Consider DUP_HANDLE access right
Certain tools tend to duplicate the lsass process token and then initiate the minidump creation.
1 parent 7629090 commit 611bd14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/credential_access_lsass_memory_dumping.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ condition: >
2323
sequence
2424
maxspan 2m
2525
by ps.uuid
26-
|open_process and ps.access.mask.names in ('ALL_ACCESS', 'CREATE_PROCESS', 'VM_READ')
26+
|open_process and ps.access.mask.names in ('ALL_ACCESS', 'CREATE_PROCESS', 'VM_READ', 'DUP_HANDLE')
2727
and
2828
kevt.arg[exe] imatches '?:\\Windows\\System32\\lsass.exe'
2929
and

0 commit comments

Comments
 (0)