diff --git a/rules/windows/process_access/proc_access_win_lsass_memdump.yml b/rules/windows/process_access/proc_access_win_lsass_memdump.yml index 20167f08d..86463e94b 100755 --- a/rules/windows/process_access/proc_access_win_lsass_memdump.yml +++ b/rules/windows/process_access/proc_access_win_lsass_memdump.yml @@ -11,7 +11,7 @@ references: - https://research.splunk.com/endpoint/windows_possible_credential_dumping/ author: Samir Bousseaden, Michael Haag date: 2019/04/03 -modified: 2023/12/13 +modified: 2024/03/02 tags: - attack.credential_access - attack.t1003.001 @@ -23,7 +23,6 @@ detection: selection: TargetImage|endswith: '\lsass.exe' GrantedAccess|contains: - - '0x1000' - '0x1038' - '0x1438' - '0x143a'