29 lines
780 B
YAML
29 lines
780 B
YAML
title: AnyDesk Silent Installation
|
|
id: 114e7f1c-f137-48c8-8f54-3088c24ce4b9
|
|
status: experimental
|
|
author: Ján Trenčanský
|
|
date: 2021/08/06
|
|
description: AnyDesk Remote Desktop silent installation can be used by attacker to gain remote access.
|
|
references:
|
|
- https://twitter.com/TheDFIRReport/status/1423361119926816776?s=20
|
|
- https://support.anydesk.com/Automatic_Deployment
|
|
tags:
|
|
- attack.t1219
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
CommandLine|contains|all:
|
|
- '--install'
|
|
- '--start-with-win'
|
|
- '--silent'
|
|
condition: selection
|
|
falsepositives:
|
|
- Legitimate deployment of AnyDesk
|
|
level: high
|
|
fields:
|
|
- CommandLine
|
|
- ParentCommandLine
|
|
- CurrentDirectory
|