EXPLORE
← Back to Explore
sigmalowHunting

Remote Access Tool - ScreenConnect File Transfer

Detects file being transferred via ScreenConnect RMM

MITRE ATT&CK

execution

Detection Query

selection:
  Provider_Name: ScreenConnect
  EventID: 201
  Data|contains: Transferred files with action
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 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