Remote Access Tool - Cmd.EXE Execution via AnyViewer


Description

Detects execution of "cmd.exe" via the AnyViewer RMM agent on a remote management sessions.

Query · sigma

selection:
  ParentImage|endswith: \AVCore.exe
  ParentCommandLine|contains: AVCore.exe" -d
  Image|endswith: \cmd.exe
condition: selection

Known false positives

  • Legitimate use for admin activity.
Raw source Remote Access Tool - Cmd.EXE Execution via AnyViewer · Sigma
Esc
Published by SigmaHQ/sigma ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
title: Remote Access Tool - Cmd.EXE Execution via AnyViewer
id: bc533330-fc29-44c0-b245-7dc6e5939c87
status: test
description: |
    Detects execution of "cmd.exe" via the AnyViewer RMM agent on a remote management sessions.
references:
    - https://www.anyviewer.com/help/remote-technical-support.html
author: '@kostastsale'
date: 2024-08-03
tags:
    - attack.execution
    - attack.persistence
    - detection.threat-hunting
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        ParentImage|endswith: '\AVCore.exe'
        ParentCommandLine|contains: 'AVCore.exe" -d'
        Image|endswith: '\cmd.exe'
    condition: selection
falsepositives:
    - Legitimate use for admin activity.
level: medium

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.