TLS Fingerprint
The fingerprint below is computed from the TLS ClientHello of your current connection.
JA4
t13d1011h2_61a7ad8aa9b6_3fcd1a44f3e3
JA3
8d8f01ce057ee25a1cda86d328de58c1
Details
| JA4 (raw) | t13d1011h2_00ff,1301,1302,1303,c02b,c02c,c02f,c030,cca8,cca9_0000,0005,000a,000b,000d,0010,0017,0023,002b,002d,0033_0503,0403,0807,0806,0805,0804,0601,0501,0401 |
| TLS version | TLS 1.3 |
| SNI | netkits.net |
| ALPN | h2,http/1.1 |
| Cipher suites | 1302,1301,1303,c02c,c02b,cca9,c030,c02f,cca8,00ff |
| Extensions | 0000,0017,002b,000a,0023,0005,0010,000d,0033,000b,002d |
| Supported curves | 001d,0017,0018 |
| Signature algorithms | 0503,0403,0807,0806,0805,0804,0601,0501,0401 |
| Point formats | 00 |
Get this programmatically
curl -sk https://netkits.net/tls
{
"tls": true,
"ja3": "8d8f01ce057ee25a1cda86d328de58c1",
"ja4": "t13d1011h2_61a7ad8aa9b6_3fcd1a44f3e3",
"ja4_raw": "t13d1011h2_00ff,1301,1302,1303,c02b,c02c,c02f,c030,cca8,cca9_0000,0005,000a,000b,000d,0010,0017,0023,002b,002d,0033_0503,0403,0807,0806,0805,0804,0601,0501,0401",
"tls_version": "TLS 1.3",
"sni": "netkits.net",
"alpn": [
"h2",
"http/1.1"
],
"cipher_suites": [
"1302",
"1301",
"1303",
"c02c",
"c02b",
"cca9",
"c030",
"c02f",
"cca8",
"00ff"
],
"extensions": [
"0000",
"0017",
"002b",
"000a",
"0023",
"0005",
"0010",
"000d",
"0033",
"000b",
"002d"
],
"supported_curves": [
"001d",
"0017",
"0018"
],
"signature_algorithms": [
"0503",
"0403",
"0807",
"0806",
"0805",
"0804",
"0601",
"0501",
"0401"
],
"point_formats": [
"00"
],
"user_agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"client_ip": "216.73.216.159"
}