EXPLORE
← Back to Explore
sigmalowHunting

Remote Access Tool - ScreenConnect Command Execution

Detects command execution via ScreenConnect RMM

MITRE ATT&CK

execution

Detection Query

selection:
  Provider_Name: ScreenConnect
  EventID: 200
  Data|contains: Executed command of length
condition: selection

Author

Ali Alwashali

Created

2023-10-10

Data Sources

windowsapplication

Platforms

windows

Tags

attack.executionattack.t1059.003
Raw Content
title: Remote Access Tool - ScreenConnect Command Execution
id: 076ebe48-cc05-4d8f-9d41-89245cd93a14
related:
    - id: b1f73849-6329-4069-bc8f-78a604bb8b23
      type: similar
status: test
description: Detects command execution via ScreenConnect RMM
references:
    - https://www.huntandhackett.com/blog/revil-the-usage-of-legitimate-remote-admin-tooling
    - https://github.com/SigmaHQ/sigma/pull/4467
author: Ali Alwashali
date: 2023-10-10
tags:
    - attack.execution
    - attack.t1059.003
logsource:
    service: application
    product: windows
detection:
    selection:
        Provider_Name: 'ScreenConnect'
        EventID: 200
        Data|contains: 'Executed command of length'
    condition: selection
falsepositives:
    - Legitimate use of ScreenConnect
level: low