use the taxonomy which states to use c-uri instead of c-uri-path
This commit is contained in:
@@ -10,13 +10,13 @@ references:
|
||||
author: Arnim Rupp, Florian Roth
|
||||
status: experimental
|
||||
date: 2020/01/02
|
||||
modified: 2020/01/15
|
||||
modified: 2020/03/14
|
||||
logsource:
|
||||
category: webserver
|
||||
description: 'Make sure that your Netscaler appliance logs all kinds of attacks (test with http://your-citrix-gw.net/robots.txt). The directory traversal with ../ might not be needed on certain cloud instances or for authenticated users, so we also check for direct paths. All scripts in portal/scripts are exploitable except logout.pl.'
|
||||
detection:
|
||||
selection:
|
||||
c-uri-path:
|
||||
c-uri:
|
||||
- '*/../vpns/*'
|
||||
- '*/vpns/cfg/smb.conf'
|
||||
- '*/vpns/portal/scripts/*.pl*'
|
||||
|
||||
@@ -3,6 +3,7 @@ id: 37e8369b-43bb-4bf8-83b6-6dd43bda2000
|
||||
description: Detects access to a webshell dropped into a keystore folder on the WebLogic server
|
||||
author: Florian Roth
|
||||
date: 2018/07/22
|
||||
modified: 2020/03/14
|
||||
status: experimental
|
||||
references:
|
||||
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-2894
|
||||
@@ -12,7 +13,7 @@ logsource:
|
||||
category: webserver
|
||||
detection:
|
||||
selection:
|
||||
c-uri-path:
|
||||
c-uri:
|
||||
- '*/config/keystore/*.js*'
|
||||
condition: selection
|
||||
fields:
|
||||
|
||||
@@ -5,11 +5,12 @@ references:
|
||||
- https://www.exploit-db.com/exploits/47297
|
||||
author: Florian Roth
|
||||
date: 2019/11/18
|
||||
modified: 2020/03/14
|
||||
logsource:
|
||||
category: webserver
|
||||
detection:
|
||||
selection:
|
||||
c-uri-path: '*?/dana/html5acc/guacamole/*'
|
||||
c-uri: '*?/dana/html5acc/guacamole/*'
|
||||
condition: selection
|
||||
fields:
|
||||
- client_ip
|
||||
|
||||
Reference in New Issue
Block a user