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.
|
2022-09-19 06:17:54 +00:00
|
|
|
tags: ssl
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
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[]"
|