Skip to content

Protocol: RC4 TLS Cipher Usage

Identifier: issue_ssl_rc4_cipher_usage

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

RC4 has known statistical biases and must not protect TLS traffic.

How we test: We attempt to negotiate RC4 cipher suites.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_rc4_cipher_usage:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.