diff --git a/rules/windows/process_access/sysmon_cred_dump_lsass_access.yml b/rules/windows/process_access/sysmon_cred_dump_lsass_access.yml index 08fd0add2..365995511 100755 --- a/rules/windows/process_access/sysmon_cred_dump_lsass_access.yml +++ b/rules/windows/process_access/sysmon_cred_dump_lsass_access.yml @@ -5,7 +5,7 @@ description: Detects process access LSASS memory which is typical for credential author: Florian Roth, Roberto Rodriguez, Dimitrios Slamaris, Mark Russinovich, Thomas Patzke, Teymur Kheirkhabarov, Sherif Eldeeb, James Dickenson, Aleksey Potapov, oscd.community (update) date: 2017/02/16 -modified: 2021/12/03 +modified: 2021/12/04 references: - https://onedrive.live.com/view.aspx?resid=D026B4699190F1E6!2843&ithint=file%2cpptx&app=PowerPoint&authkey=!AMvCRTKB_V1J5ow - https://cyberwardog.blogspot.com/2017/03/chronicles-of-threat-hunter-hunting-for_22.html @@ -64,7 +64,10 @@ detection: SourceImage: 'C:\WINDOWS\system32\svchost.exe' GrantedAccess: '0x100000' filter7: - SourceImage: 'C:\WINDOWS\system32\wbem\wmiprvse.exe' + SourceImage: + - 'C:\WINDOWS\system32\wbem\wmiprvse.exe' + - 'C:\Windows\syswow64\MsiExec.exe' + - 'C:\Windows\System32\msiexec.exe' GrantedAccess: - '0x1410' - '0x410'