website-cert-new-country
Overview
- Key: - website-cert-new-country
- Name: SSL Certificate New Country 
- Triggers when: The TLS or SSL certificate country code detected during the website doesn't match that of the previous scan 
Fields
Field
Type
Description
cert_issuer_c
string
Issuer country
cert_issuer_cn
string
Issuer common name
cert_subject_cn
string
Subject common name
country
string
Newly detected country
host
string
Hostname
scan_id
string
ID of the scan
target_id
integer
ID of the target
Example data
{
  "cert_issuer_c": "US",
  "cert_issuer_cn": "R3",
  "cert_subject_cn": "www.example.com",
  "country": "US",
  "host": "www.example.com",
  "scan_id": "202101010000x1Xx2Xx3Xx4Xx5Xx6Xx7",
  "target_id": 123456
}Last updated
Was this helpful?