website-cert-new-issuer

Overview

  • Key: website-cert-new-issuer

  • Name: SSL Certificate New Issuer

  • Triggers when: The TLS or SSL certificate issuer detected during the website doesn't match that of the previous scan

Fields

FieldTypeDescription

cert_issuer_c

string

Issuer country code

cert_issuer_cn

string

Issuer common name

cert_subject_cn

string

Subject common name

detail

string

Issuer details

host

string

Hostname

scan_id

string

ID of the scan

target_id

integer

ID of the target

Example data

{
  "cert_issuer_c": "GB",
  "cert_issuer_cn": "Sectigo RSA Organization Validation Secure Server CA",
  "cert_subject_cn": "www.example.com",
  "detail": "Sectigo RSA Organization Validation Secure Server CA",
  "host": "www.example.com",
  "scan_id": "202101010000x1Xx2Xx3Xx4Xx5Xx6Xx7",
  "target_id": 123456
}

Last updated