2021-12-15 15:13:36 +00:00
|
|
|
id: expired-ssl
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Expired SSL Certificate
|
|
|
|
author: pdteam
|
|
|
|
severity: low
|
2022-12-09 07:08:44 +00:00
|
|
|
description: |
|
|
|
|
After an SSL certificate expires, you will no longer be able to communicate over a secure, encrypted HTTPS connection.
|
|
|
|
remediation: |
|
|
|
|
Purchase or generate a new SSL/TLS certificate to replace the existing one.
|
2023-10-14 11:27:55 +00:00
|
|
|
reference:
|
|
|
|
- https://www.acunetix.com/vulnerabilities/web/tls-ssl-certificate-about-to-expire/
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-12-07 21:57:41 +00:00
|
|
|
tags: ssl,tls
|
2021-12-15 15:13:36 +00:00
|
|
|
ssl:
|
|
|
|
- address: "{{Host}}:{{Port}}"
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
2022-10-07 21:36:24 +00:00
|
|
|
- "expired == true"
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: kval
|
|
|
|
kval:
|
2023-10-14 11:27:55 +00:00
|
|
|
- "not_after"
|
2023-12-08 07:58:29 +00:00
|
|
|
# digest: 4b0a00483046022100fcb5ba150c3bd08f1573b77ddae1fa9fb5a8fdfc44f07ca118a15ca159a70443022100935d477324976e5f31665f4218f734f405232e6c779306527067e5b34db1acb0:922c64590222798bb761d5b6d8e72950
|