2022-10-07 21:36:24 +00:00
|
|
|
id: ssl-issuer
|
2022-09-19 06:17:54 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Detect SSL Certificate Issuer
|
|
|
|
author: Lingtren
|
|
|
|
severity: info
|
2023-08-17 14:14:19 +00:00
|
|
|
description: |
|
|
|
|
Extract the issuer's organization from the target's certificate. Issuers are entities which sign and distribute certificates.
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: ssl
|
2022-09-19 06:17:54 +00:00
|
|
|
ssl:
|
|
|
|
- address: "{{Host}}:{{Port}}"
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: json
|
|
|
|
json:
|
2022-10-07 21:36:24 +00:00
|
|
|
- " .issuer_org[]"
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a004730450220192b355f0a2327d6f352bdf333278f24f8958920ded68d6d423b3e82f5da2c8f022100d7c4737de1cd45cf0eb1697547bf2c2ecfac3255117d71735c303c25927bc603:922c64590222798bb761d5b6d8e72950
|