2020-07-10 15:55:13 +00:00
title : Citrix ADS Exploitation CVE-2020-8193 CVE-2020-8195
description : Detects exploitation attempt against Citrix Netscaler, Application Delivery Controller (ADS) and Citrix Gateway exploiting vulnerabilities reported as CVE-2020-8193 and CVE-2020-8195
2020-07-10 15:45:11 +00:00
id : 0d0d9a8a-a49e-4e27-b061-7ce4b936cfb7
2020-09-15 13:02:30 +00:00
author : Florian Roth
status : experimental
date : 2020 /07/10
2021-08-09 15:23:15 +00:00
modified : 2021 /08/09
2020-07-10 15:45:11 +00:00
references :
- https://support.citrix.com/article/CTX276688
- https://research.nccgroup.com/2020/07/10/rift-citrix-adc-vulnerabilities-cve-2020-8193-cve-2020-8195-and-cve-2020-8196-intelligence/
2020-07-10 15:49:07 +00:00
- https://dmaasland.github.io/posts/citrix.html
2020-07-10 15:45:11 +00:00
logsource :
category : webserver
detection :
2020-07-10 16:15:35 +00:00
selection1 :
2021-08-09 15:23:15 +00:00
c-uri|contains : '/rapi/filedownload?filter=path:%2F'
2020-07-10 16:15:35 +00:00
selection2 :
c-uri|contains|all :
- '/pcidss/report'
- 'type=all_signatures'
- 'sig_name=_default_signature_'
condition : 1 of them
2020-07-10 15:45:11 +00:00
fields :
- client_ip
- vhost
- url
- response
falsepositives :
- Unknown
level : critical
2020-09-15 13:02:30 +00:00
tags :
- attack.initial_access
- attack.t1190