Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save CJHarms/6612dbc82372f1b5abb6e271e035b374 to your computer and use it in GitHub Desktop.

Select an option

Save CJHarms/6612dbc82372f1b5abb6e271e035b374 to your computer and use it in GitHub Desktop.
NetScaler Mozilla Intermediate Cipher List without any RSA Encryption Ciphers to prevent the ROBOT Attack
add ssl cipher Intermediate-Cipher-List-NoRSA
bind ssl cipher Intermediate-Cipher-List-NoRSA -cipherName TLS1.2-ECDHE-RSA-CHACHA20-POLY1305
bind ssl cipher Intermediate-Cipher-List-NoRSA -cipherName TLS1.2-ECDHE-ECDSA-AES128-GCM-SHA256
bind ssl cipher Intermediate-Cipher-List-NoRSA -cipherName TLS1.2-ECDHE-RSA-AES128-GCM-SHA256
bind ssl cipher Intermediate-Cipher-List-NoRSA -cipherName TLS1.2-ECDHE-ECDSA-AES256-GCM-SHA384
bind ssl cipher Intermediate-Cipher-List-NoRSA -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384
bind ssl cipher Intermediate-Cipher-List-NoRSA -cipherName TLS1.2-DHE-RSA-AES128-GCM-SHA256
bind ssl cipher Intermediate-Cipher-List-NoRSA -cipherName TLS1.2-DHE-RSA-AES256-GCM-SHA384
bind ssl cipher Intermediate-Cipher-List-NoRSA -cipherName TLS1.2-ECDHE-ECDSA-AES128-SHA256
bind ssl cipher Intermediate-Cipher-List-NoRSA -cipherName TLS1.2-ECDHE-RSA-AES-128-SHA256
bind ssl cipher Intermediate-Cipher-List-NoRSA -cipherName TLS1-ECDHE-ECDSA-AES128-SHA
bind ssl cipher Intermediate-Cipher-List-NoRSA -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384
bind ssl cipher Intermediate-Cipher-List-NoRSA -cipherName TLS1-ECDHE-RSA-AES128-SHA
bind ssl cipher Intermediate-Cipher-List-NoRSA -cipherName TLS1.2-ECDHE-ECDSA-AES256-SHA384
bind ssl cipher Intermediate-Cipher-List-NoRSA -cipherName TLS1-ECDHE-ECDSA-AES256-SHA
bind ssl cipher Intermediate-Cipher-List-NoRSA -cipherName TLS1-ECDHE-RSA-AES256-SHA
bind ssl cipher Intermediate-Cipher-List-NoRSA -cipherName TLS1.2-DHE-RSA-AES-128-SHA256
bind ssl cipher Intermediate-Cipher-List-NoRSA -cipherName TLS1-DHE-RSA-AES-128-CBC-SHA
bind ssl cipher Intermediate-Cipher-List-NoRSA -cipherName TLS1.2-DHE-RSA-AES-256-SHA256
bind ssl cipher Intermediate-Cipher-List-NoRSA -cipherName TLS1-DHE-RSA-AES-256-CBC-SHA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment