This entity describes an SSL/TLS certificate data model.

AttributeDescriptionExample
data.items[].fingerprint_sha256
string
The SHA256 fingerprint of the certificate.5c157070be587becb7856643c9be75ab31726a0328a88377b0093c908a53abf5
data.items[].parsed
object
The parsed object of the certificate. "extensions": { "authority_info_access": { "issuer_urls": [ "http://secure2.alphassl.com/cacert/gsalphasha2g2r1.crt" ],...
data.items[].raw
string
The raw certificate.MIIEvTCCBGKgAwIBAgIQBWQlhxsSAqshEDlt5/lmbjAKBggqhkjOPQQDAjBKMQswCQYDVQQGEwJVUzEZMBcGA1UEChMQQ2xvdWRmbGFyZSwgSW5jLjEgM...
data.items[].updated_at
string
Timestamp when the certificate information was updated last time.2021-03-18T15:22:52.874322707Z
data.items[].validation.is_valid
boolean
True if the certificate is valid, otherwise False.true
data.items[].validation.reason
object
The reason why certificate is invalid. In case if certificate is valid the line is empty.{"reason": "", "valid": true}
{ "fingerprint_sha256": "string", "parsed": { "extensions": { "authority_info_access": { "issuer_urls": [ "string" ], "ocsp_urls": [ "string" ] }, "authority_key_id": "string", "basic_constraints": { "is_ca": true, "max_path_len": true }, "certificate_policies": [ { "cps": [ "string" ], "id": "string", "user_notice": [ { "explicit_text": "string", "notice_reference": { "notice_numbers": 0, "organization": "string" } } ] } ], "crl_distribution_points": [ "string" ], "extended_key_usage": { "any": true, "apple_ichat_encryption": true, "apple_ichat_signing": true, "apple_system_identity": true, "client_auth": true, "code_signing": true, "dvcs": true, "eap_over_lan": true, "eap_over_ppp": true, "email_protection": true, "ipsec_end_system": true, "ipsec_intermediate_system_usage": true, "ipsec_tunnel": true, "ipsec_user": true, "microsoft_ca_exchange": true, "microsoft_cert_trust_list_signing": true, "microsoft_document_signing": true, "microsoft_drm": true, "microsoft_efs_recovery": true, "microsoft_embedded_nt_crypto": true, "microsoft_encrypted_file_system": true, "microsoft_enrollment_agent": true, "microsoft_kernel_mode_code_signing": true, "microsoft_key_recovery_21": true, "microsoft_key_recovery_3": true, "microsoft_lifetime_signing": true, "microsoft_nt5_crypto": true, "microsoft_oem_whql_crypto": true, "microsoft_qualified_subordinate": true, "microsoft_root_list_signer": true, "microsoft_server_gated_crypto": true, "microsoft_smartcard_logon": true, "microsoft_system_health": true, "microsoft_timestamp_signing": true, "microsoft_whql_crypto": true, "sbgp_cert_aa_service_auth": true, "server_auth": true, "time_stamping": true }, "issuer_alt_name": { "directory_names": [ { "common_name": "string", "country": "string", "domain_component": "string", "locality": "string", "organization": "string", "organizational_unit": "string", "serial_number": "string", "street_address": "string" } ], "dns_names": [ "string" ], "email_addresses": [ "string" ], "ip_addresses": [ "string" ], "other_names": [ { "id": "string", "value": "string" } ], "registered_ids": [ "string" ], "uniform_resource_identifiers": [ "string" ] }, "key_usage": { "certificate_sign": true, "content_commitment": true, "crl_sign": true, "data_encipherment": true, "decipher_only": true, "digital_signature": true, "encipher_only": true, "key_agreement": true, "key_encipherment": true, "value": 0 }, "name_constraints": [ { "critical": true, "permitted_email_addresses": [ "string" ], "permitted_names": [ "string" ] } ], "signed_certificate_timestamps": [ { "log_id": "string", "signature": "string", "timestamp": 0, "version": 0 } ], "subject_alt_name": { "directory_names": [ { "common_name": "string", "country": "string", "domain_component": "string", "email_address": "string", "locality": "string", "organization": "string", "organizational_unit": "string", "province": "string", "serial_number": "string", "surname": "string" } ], "dns_names": [ "string" ], "email_addresses": [ "string" ], "ip_addresses": [ "string" ], "other_names": [ { "id": "string", "value": "string" } ], "registered_ids": [ "string" ], "uniform_resource_identifiers": [ "string" ] }, "subject_key_id": "string" }, "fingerprint_md5": "string", "fingerprint_sha1": "string", "fingerprint_sha256": "string", "issuer": { "common_name": [ "string" ], "country": [ "string" ], "domain_component": [ "string" ], "email_address": [ "string" ], "given_name": [ "string" ], "jurisdiction_country": [ "string" ], "jurisdiction_locality": [ "string" ], "jurisdiction_province": [ "string" ], "locality": [ "string" ], "organization": [ "string" ], "organizational_unit": [ "string" ], "postal_code": [ "string" ], "province": [ "string" ], "serial_number": [ "string" ], "street_address": [ "string" ], "surname": [ "string" ] }, "issuer_dn": "string", "names": [ "string" ], "redacted": true, "serial_number": "string", "signature": { "self_signed": true, "signature_algorithm": { "name": "string", "oid": "string" }, "valid": true, "value": "string" }, "signature_algorithm": { "name": "string", "oid": "string" }, "spki_subject_fingerprint": "string", "subject": { "common_name": [ "string" ], "country": [ "string" ], "domain_component": [ "string" ], "email_address": [ "string" ], "given_name": [ "string" ], "jurisdiction_country": [ "string" ], "jurisdiction_locality": [ "string" ], "jurisdiction_province": [ "string" ], "locality": [ "string" ], "organization": [ "string" ], "organizational_unit": [ "string" ], "postal_code": [ "string" ], "province": [ "string" ], "serial_number": [ "string" ], "street_address": [ "string" ], "surname": [ "string" ] }, "subject_dn": "string", "subject_key_info": { "ecdsa_public_key": { "b": "string", "curve": "string", "gx": "string", "gy": "string", "length": 0, "n": "string", "p": "string", "pub": "string", "x": "string", "y": "string" }, "fingerprint_sha256": "string", "key_algorithm": { "name": "string" }, "rsa_public_key": { "exponent": 0, "length": 0, "modulus": "string" } }, "tbs_fingerprint": "string", "tbs_noct_fingerprint": "string", "validation_level": "string", "validity": { "end": "2021-05-18T11:46:02.219Z", "length": 0, "start": "2021-05-18T11:46:02.219Z", "status": "string" }, "version": 0 }, "raw": "string", "updated_at": "2021-05-18T11:46:02.219Z", "validation": { "is_valid": true, "reason": "string" } }