Skip to content

Protocol: Improper TLS Handshake Timestamp

Identifier: issue_ssl_improper_tls_handshake_timestamp

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

Predictable TLS handshake timestamps can contribute entropy to protocol fingerprinting and analysis.

How we test: We collect handshake timestamps and identify values outside the expected current-time range.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_improper_tls_handshake_timestamp:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.