diff --git a/rules/windows/process_access/proc_access_win_direct_syscall_ntopenprocess.yml b/rules/windows/process_access/proc_access_win_direct_syscall_ntopenprocess.yml index 41ad52be8..219ef24db 100755 --- a/rules/windows/process_access/proc_access_win_direct_syscall_ntopenprocess.yml +++ b/rules/windows/process_access/proc_access_win_direct_syscall_ntopenprocess.yml @@ -6,7 +6,7 @@ references: status: experimental author: Christian Burkard, Tim Shelton date: 2021/07/28 -modified: 2022/05/15 +modified: 2022/06/17 logsource: category: process_access product: windows @@ -25,6 +25,9 @@ detection: falsepositive4: TargetImage: 'C:\Windows\system32\systeminfo.exe' SourceImage|endswith: 'setup64.exe' #vmware + falsepositive5: + TargetImage|endswith: 'AmazonSSMAgentSetup.exe' + SourceImage|endswith: 'AmazonSSMAgentSetup.exe' condition: selection and not 1 of falsepositive* falsepositives: - Unknown