Merge pull request #3139 from redsand/fp_direct_syscall_amazonssmagentsetup
False positive: ignore amazon ssm agent setup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user