Skip to content

Commit bd284a9

Browse files
dan21sannasbench
andauthored
Merge PR #4990 from @dan21san - Add Remote Access Tool - AnyDesk Incoming Connection
new: Remote Access Tool - AnyDesk Incoming Connection --------- Co-authored-by: nasbench <[email protected]>
1 parent 3e2f8d5 commit bd284a9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
title: Remote Access Tool - AnyDesk Incoming Connection
2+
id: d58ba5c6-0ed7-4b9d-a433-6878379efda9
3+
status: experimental
4+
description: |
5+
Detects incoming connections to AnyDesk. This could indicate a potential remote attacker trying to connect to a listening instance of AnyDesk and use it as potential command and control channel.
6+
references:
7+
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1219/T1219.md#atomic-test-2---anydesk-files-detected-test-on-windows
8+
- https://asec.ahnlab.com/en/40263/
9+
author: '@d4ns4n_ (Wuerth-Phoenix)'
10+
date: 2024-09-02
11+
tags:
12+
- attack.persistence
13+
- attack.command-and-control
14+
- attack.t1219
15+
logsource:
16+
category: network_connection
17+
product: windows
18+
detection:
19+
selection:
20+
Image|endswith: '\AnyDesk.exe'
21+
Initiated: 'false' # If the network connection is initiated remotely (incoming), the field is set to false.
22+
condition: selection
23+
falsepositives:
24+
- Legitimate incoming connections (e.g. sysadmin activity). Most of the time I would expect outgoing connections (initiated locally).
25+
level: medium

0 commit comments

Comments
 (0)