1200kmSECURITY RESEARCH

1200KM / sigma-rule

Remote Access Tool - AnyDesk Silent Installation — Sigma Rule

Sigma rule 114e7f1c-f137-48c8-8f54-3088c24ce4b9. Remote Access Tool - AnyDesk Silent Installation — Sigma Rule. Detects AnyDesk Remote Desktop silent installation. Which can be used by attackers to gain remote access.

Rule metadata and linked tags

Author: Ján Trenčanský. Source status: test; severity: high. Source dates: 2021-08-06 / 2023-03-05.

{
  "category": "process_creation",
  "product": "windows"
}

Pinned original Sigma rule · Detection Rule License 1.1

Source SHA-256: 52a2359ef3132f90c763807ef0e263e98bded89c597c8733bd858bd9e7ee0e60

Detection logic

Original source YAML. Source-tag agreement is not proof of complete semantic coverage. This rule has not been compiled for a SIEM backend or validated against live telemetry here.

title: Remote Access Tool - AnyDesk Silent Installation
id: 114e7f1c-f137-48c8-8f54-3088c24ce4b9
status: test
description: Detects AnyDesk Remote Desktop silent installation. Which can be used by attackers to gain remote access.
references:
    - https://twitter.com/TheDFIRReport/status/1423361119926816776?s=20
    - https://support.anydesk.com/Automatic_Deployment
author: Ján Trenčanský
date: 2021-08-06
modified: 2023-03-05
tags:
    - attack.command-and-control
    - attack.t1219.002
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

Original YAML and metadata in JSON

False positives

  • Legitimate deployment of AnyDesk

Source references

Connected ecosystem references

Exact source-tagged techniques

Telemetry review

Read the original logsource above, then inspect the linked detection workspaces for technique-level sensor context. No per-rule telemetry equivalence is inferred.

Pinned research references. No browser attack runner, live simulation result or validated detector is asserted. Source mappings and validation limits are preserved. ATT&CK / Atomic provenance · Detection provenance.