diff --git a/rules/windows/process_creation/win_susp_screenconnect_access.yml b/rules/windows/process_creation/win_susp_screenconnect_access.yml new file mode 100644 index 00000000..0f6f6259 --- /dev/null +++ b/rules/windows/process_creation/win_susp_screenconnect_access.yml @@ -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