Remote Access Tool - Ammy Admin Agent Execution


Description

Detects the execution of the Ammy Admin RMM agent for remote management.

Query · sigma

selection:
  Image|endswith: \rundll32.exe
  CommandLine|contains: AMMYY\aa_nts.dll",run
condition: selection

Known false positives

  • Legitimate use of Ammy Admin RMM agent for remote management by admins.
Raw source Remote Access Tool - Ammy Admin Agent Execution · Sigma
Esc
Published by SigmaHQ/sigma ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
title: Remote Access Tool - Ammy Admin Agent Execution
id: 7da7809e-f3d5-47a3-9d5d-fc9d019caf14
status: test
description: Detects the execution of the Ammy Admin RMM agent for remote management.
references:
    - https://www.ammyy.com/en/admin_features.html
author: '@kostastsale'
date: 2024-08-05
tags:
    - attack.execution
    - attack.persistence
    - detection.threat-hunting
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        Image|endswith: '\rundll32.exe'
        CommandLine|contains: 'AMMYY\aa_nts.dll",run'
    condition: selection
falsepositives:
    - Legitimate use of Ammy Admin RMM agent for remote management by admins.
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.