2021-12-15 15:13:36 +00:00
|
|
|
id: ssl-dns-names
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: SSL DNS Names
|
|
|
|
author: pdteam
|
|
|
|
severity: info
|
2023-08-17 14:14:19 +00:00
|
|
|
description: |
|
|
|
|
Extract the Subject Alternative Name (SAN) from the target's certificate. SAN facilitates the usage of additional hostnames with the same certificate.
|
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}}"
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: json
|
|
|
|
json:
|
2023-10-14 11:27:55 +00:00
|
|
|
- ".subject_an[]"
|
2023-12-08 07:58:29 +00:00
|
|
|
# digest: 4a0a00473045022068d8ab2ebc0143ac34b3b55b10faf18e476545b9d39492532100ca509b4c04d60221009a76d1bebc51d079c162e72725833b553d00cdbba7cda916963aa55f19405e2f:922c64590222798bb761d5b6d8e72950
|