mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
rule: ScreenConnect remote access
This commit is contained in:
parent
4c2691d3c3
commit
089a931007
@ -0,0 +1,23 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user