Skip to content

Protocol: Weak SSL 3DES and IDEA Ciphers

Identifier: issue_ssl_weak_3des_idea_ciphers

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

3DES and IDEA are legacy TLS ciphers that do not meet current cryptographic strength guidance.

How we test: We offer 3DES and IDEA cipher suites and verify whether the TLS service negotiates them.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_weak_3des_idea_ciphers:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.