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-12-07 21:57:41 +00:00
|
|
|
tags: ssl,tls
|
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-12-08 07:58:29 +00:00
|
|
|
# digest: 4a0a00473045022020aeb37b4b24c5d7046383a9c125532f491c35c2c6532fdbbd8cc4232e3568330221008c16dbf7e8599718333c9a082c7b60df757bafc3d00ebef5fd485a08e8fcf08d:922c64590222798bb761d5b6d8e72950
|