Detection rules › Sigma

Remote Access Tool - ScreenConnect Potential Suspicious Remote Command Execution

Severity
medium
Author
Florian Roth (Nextron Systems), Nasreddine Bencherchali (Nextron Systems), @Kostastsale
Source
upstream

Detects potentially suspicious child processes launched via the ScreenConnect client service.

MITRE ATT&CK coverage

TacticTechniques
Command & ControlT1219.002 Remote Access Tools: Remote Desktop Software

Event coverage

ProviderEvent IDTitle
Sysmon1Process creation

Stages and Predicates

Stage 1: selection

or:
Image|endswith: '\bitsadmin.exe'
Image|endswith: '\cmd.exe'
Image|endswith: '\curl.exe'
Image|endswith: '\dllhost.exe'
Image|endswith: '\net.exe'
Image|endswith: '\nltest.exe'
Image|endswith: '\powershell.exe'
Image|endswith: '\pwsh.exe'
Image|endswith: '\rundll32.exe'
Image|endswith: '\wevtutil.exe'
ParentCommandLine|contains: ':\Windows\TEMP\ScreenConnect\'
ParentCommandLine|contains: run.cmd

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
Imageends_with
  • \bitsadmin.exe corpus 23 (sigma 23)
  • \cmd.exe corpus 92 (sigma 92)
  • \curl.exe corpus 19 (sigma 19)
  • \dllhost.exe corpus 8 (sigma 8)
  • \net.exe corpus 27 (sigma 27)
  • \nltest.exe corpus 9 (sigma 9)
  • \powershell.exe corpus 143 (sigma 143)
  • \pwsh.exe corpus 140 (sigma 140)
  • \rundll32.exe corpus 76 (sigma 76)
  • \wevtutil.exe corpus 6 (sigma 6)
ParentCommandLinematch
  • :\Windows\TEMP\ScreenConnect\
  • run.cmd