rule: suspicious anydesk start location

This commit is contained in:
Florian Roth
2022-05-24 15:19:45 +02:00
parent 9d11505aa8
commit a296bfe667
@@ -0,0 +1,32 @@
title: Use of Anydesk Remote Access Software from Suspicious Folder
id: 065b00ca-5d5c-4557-ac95-64a6d0b64d86
status: experimental
description: |
An adversary may use legitimate desktop support and remote access software, such as Team Viewer, Go2Assist, LogMein, AmmyyAdmin, etc, to establish an interactive command and control channel to target systems within networks.
These services are commonly used as legitimate technical support software, and may be allowed by application control within a target environment.
Remote access tools like VNC, Ammyy, and Teamviewer are used frequently when compared with other legitimate software commonly used by adversaries. (Citation: Symantec Living off the Land)
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1219/T1219.md#atomic-test-2---anydesk-files-detected-test-on-windows
author: Florian Roth
date: 2022/05/20
logsource:
category: process_creation
product: windows
detection:
selection:
- Image|endswith: '\AnyDesk.exe'
- Description: AnyDesk
- Product: AnyDesk
- Company: AnyDesk Software GmbH
filter:
Image|contains:
- '\\AppData\\'
- 'Program Files (x86)\\AnyDesk'
- 'Program Files\\AnyDesk'
condition: selection and not filter
falsepositives:
- Legitimate use of AnyDesk from a non-standard folder
level: high
tags:
- attack.command_and_control
- attack.t1219