31 lines
934 B
YAML
31 lines
934 B
YAML
title: Citrix Netscaler Attack CVE-2019-19781
|
|
description: Detects CVE-2019-19781 exploitation attempt against Citrix Netscaler, Application Delivery Controller and Citrix Gateway Attack
|
|
id: ac5a6409-8c89-44c2-8d64-668c29a2d756
|
|
references:
|
|
- https://support.citrix.com/article/CTX267679
|
|
- https://support.citrix.com/article/CTX267027
|
|
- https://isc.sans.edu/diary/25686
|
|
author: Arnim Rupp, Florian Roth
|
|
status: experimental
|
|
date: 2020/01/02
|
|
modified: 2020/01/11
|
|
logsource:
|
|
category: webserver
|
|
description: 'Make sure that your Netscaler appliance logs all kinds of attacks (test with http://your-citrix-gw.net/robots.txt)'
|
|
detection:
|
|
selection:
|
|
c-uri-path:
|
|
- '*/../vpns/*'
|
|
- '*/vpns/cfg/smb.conf'
|
|
- '*/vpns/portal/scripts/newbm.pl*'
|
|
condition: selection
|
|
fields:
|
|
- client_ip
|
|
- vhost
|
|
- url
|
|
- response
|
|
falsepositives:
|
|
- Unknown
|
|
level: critical
|
|
|