Hayabusa high test sigma

Remote Access Tool - AnyDesk Silent Installation

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

View Source

Detection Logic

{
  "process_creation": {
    "EventID": 4688,
    "Channel": "Security"
  },
  "selection": {
    "CommandLine
| contains
| all": [
      "--install",
      "--start-with-win",
      "--silent"
    ]
  },
  "condition": "process_creation and selection"
}

False Positives

  • Legitimate deployment of AnyDesk

Field Validations

Loading…

Comments (0)

Loading comments...