Detectionhightest

Remote Access Tool - AnyDesk Silent Installation

Detects AnyDesk Remote Desktop silent installation. Which can be used by attackers to gain remote access.

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Ján TrenčanskýCreated Fri Aug 06Updated Sun Mar 05114e7f1c-f137-48c8-8f54-3088c24ce4b9windows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic1 selector
detection:
    selection:
        CommandLine|contains|all:
            - '--install'
            - '--start-with-win'
            - '--silent'
    condition: selection
False Positives

Legitimate deployment of AnyDesk

MITRE ATT&CK

Other

attack.t1219.002
Rule Metadata
Rule ID
114e7f1c-f137-48c8-8f54-3088c24ce4b9
Status
test
Level
high
Type
Detection
Created
Fri Aug 06
Modified
Sun Mar 05
Path
rules/windows/process_creation/proc_creation_win_remote_access_tools_anydesk_silent_install.yml
Raw Tags
attack.command-and-controlattack.t1219.002
View on GitHub