ClientFingerprints

ClientFingerprints
ClientFingerprints
JSON Example
{
    "filtered_tls_fingerprint": "string",
    "full_tls_fingerprint": "string",
    "normalized_tls_fingerprint": "string",
    "tls_client_info": {
        "cipher_suites": [
            0
        ],
        "client_hello_tls_version": 0,
        "point_formats": [
            0
        ],
        "supported_groups": [
            0
        ],
        "tls_extensions": [
            0
        ],
        "uses_grease": false
    }
}
string
filtered_tls_fingerprint
Optional

Message Digest (md5) of filtered JA3 from ClientHello. This can deviate from 'tls_fingerprint' because not all extensions are considered. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
full_tls_fingerprint
Optional

Message Digest (md5) of JA3 from ClientHello. Only present if the full TLS fingerprint is different from the filtered fingerprint. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
normalized_tls_fingerprint
Optional

Message Digest (md5) of normalized JA3 from ClientHello. This can deviate from 'full_tls_fingerprint' because extensions 21 and 35 are removed and the remaining values are sorted numerically before the MD5 is calculated. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

tls_client_info
Optional

tls_client_info

Property Of