2021-12-15 15:13:36 +00:00
|
|
|
id: tls-version
|
|
|
|
|
|
|
|
info:
|
2023-03-15 10:39:49 +00:00
|
|
|
name: TLS Version - Detect
|
2023-03-13 18:25:53 +00:00
|
|
|
author: pdteam,pussycat0x
|
2021-12-15 15:13:36 +00:00
|
|
|
severity: info
|
2023-03-13 18:25:53 +00:00
|
|
|
description: |
|
|
|
|
TLS version detection is a security process used to determine the version of the Transport Layer Security (TLS) protocol used by a computer or server.
|
|
|
|
It is important to detect the TLS version in order to ensure secure communication between two computers or servers.
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 4
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: ssl
|
2021-12-15 15:13:36 +00:00
|
|
|
ssl:
|
|
|
|
- address: "{{Host}}:{{Port}}"
|
2023-03-13 18:25:53 +00:00
|
|
|
min_version: tls10
|
|
|
|
max_version: tls10
|
2021-12-15 15:13:36 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: json
|
|
|
|
json:
|
2022-10-07 21:36:24 +00:00
|
|
|
- ".tls_version"
|
2023-03-13 18:25:53 +00:00
|
|
|
|
|
|
|
- address: "{{Host}}:{{Port}}"
|
|
|
|
min_version: tls11
|
|
|
|
max_version: tls11
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: json
|
|
|
|
json:
|
2023-03-15 10:39:49 +00:00
|
|
|
- ".tls_version"
|
2023-03-13 18:25:53 +00:00
|
|
|
|
|
|
|
- address: "{{Host}}:{{Port}}"
|
|
|
|
min_version: tls12
|
|
|
|
max_version: tls12
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: json
|
|
|
|
json:
|
2023-03-15 10:39:49 +00:00
|
|
|
- ".tls_version"
|
2023-03-13 18:25:53 +00:00
|
|
|
|
|
|
|
- address: "{{Host}}:{{Port}}"
|
|
|
|
min_version: tls13
|
|
|
|
max_version: tls13
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: json
|
|
|
|
json:
|
2023-03-15 10:39:49 +00:00
|
|
|
- ".tls_version"
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a0046304402202fd22a3f84b4e85d21b1fad6373748746b6212d507627d2337cef801d93ef4d8022028d32e5ae9e99e18bbec9c4a453fc297d1dd98e5423c89d87281ef439c1ba042:922c64590222798bb761d5b6d8e72950
|