Detection rules › Sigma

Remote Access Tool - ScreenConnect File Transfer

Status
test
Severity
low
Log source
product windows, service application
Author
Ali Alwashali
Source
github.com/SigmaHQ/sigma

Detects file being transferred via ScreenConnect RMM

Known false positives

  • Legitimate use of ScreenConnect

MITRE ATT&CK coverage

Telemetry coverage

Rule body

title: Remote Access Tool - ScreenConnect File Transfer
id: 5d19eb78-5b5b-4ef2-a9f0-4bfa94d58a13
related:
    - id: b1f73849-6329-4069-bc8f-78a604bb8b23
      type: similar
status: test
description: Detects file being transferred 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: 201
        Data|contains: 'Transferred files with action'
    condition: selection
falsepositives:
    - Legitimate use of ScreenConnect
level: low

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    Provider_Name: 'ScreenConnect'
    EventID: 201
    Data|contains: 'Transferred files with action'

Indicators

These rows show field, operator, and value matches.

FieldKindValuesSearch
Datamatch
  • Transferred files with action
field:"Data" kind:match value:"Transferred files with action"
Provider_Nameeq
  • ScreenConnect corpus 2 (sigma 2)
field:"Provider_Name" kind:eq value:"ScreenConnect"