mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
24 lines
769 B
YAML
24 lines
769 B
YAML
title: ScreenConnect Remote Access
|
|
id: 75bfe6e6-cd8e-429e-91d3-03921e1d7962
|
|
status: experimental
|
|
description: Detects ScreenConnect program starts that establish a remote access to that system (not meeting, not remote support)
|
|
references:
|
|
- https://www.anomali.com/blog/probable-iranian-cyber-actors-static-kitten-conducting-cyberespionage-campaign-targeting-uae-and-kuwait-government-agencies
|
|
author: Florian Roth
|
|
date: 2021/02/11
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
CommandLine|contains|all:
|
|
- 'e=Access&'
|
|
- 'y=Guest&'
|
|
- '&p='
|
|
- '&c='
|
|
- '&k='
|
|
condition: selection
|
|
falsepositives:
|
|
- Legitimate use by administrative staff
|
|
level: high
|