FP: ignore calling function Convert-GuidToCompressedGuid, part of amazon ssm worker
This commit is contained in:
@@ -4,7 +4,7 @@ status: test
|
||||
description: Detects suspicious powershell process which includes bxor command, alternative obfuscation method to b64 encoded commands.
|
||||
author: Sami Ruohonen, Harish Segar (improvement), Tim Shelton
|
||||
date: 2018/09/05
|
||||
modified: 2022/01/10
|
||||
modified: 2022/11/18
|
||||
tags:
|
||||
- attack.defense_evasion
|
||||
- attack.t1059.001
|
||||
@@ -26,7 +26,8 @@ detection:
|
||||
- '-join`'
|
||||
- 'char'
|
||||
false_positives:
|
||||
ParentImage: C:\Program Files\Amazon\SSM\ssm-document-worker.exe
|
||||
ParentImage: 'C:\Program Files\Amazon\SSM\ssm-document-worker.exe'
|
||||
CommandLine|contains: 'function Convert-GuidToCompressedGuid'
|
||||
condition: selection and filter and not false_positives
|
||||
falsepositives:
|
||||
- Unknown
|
||||
|
||||
Reference in New Issue
Block a user