JA4+ Database Docs
HomeContact UsFoxIO
  • 🗄️JA4+ Database
    • Usage
      • Read the Database
      • Download the Database
      • Submit a Fingerprint Set
  • ❔Contact Us
Powered by GitBook
On this page
  1. JA4+ Database
  2. Usage

Submit a Fingerprint Set

PreviousDownload the DatabaseNextContact Us

Last updated 11 months ago

Only authorized contributors can submit fingerprint sets to the JA4+ Database. To request authorization, reach out to us at .

API

POST /api/create/

Headers

Name
Value

Content-Type

application/json

Authorization

Token <token>

Body

Name
Type
Description
Applicable Fingerprint(s)

application

string

The name of the application associated with the fingerprint set

JA4 JA4S JA4H JA4T JA4TS

library

string

The library associated with the fingerprint set

JA4 JA4S JA4H JA4T JA4TS

device

string

The device associated with the fingerprint set

JA4X JA4TScan

os

string

The operating system associated with the fingerprint set

JA4 JA4S JA4T

certificate_authority

string

The certificate authority (CA) of the certificate associated with the fingerprint set

JA4X

notes

string

Any notes that help further contextualize the fingerprint set

ja4_fingerprint

string

The JA4 fingerprint of the fingerprint set

ja4s_fingerprint

string

The JA4S fingerprint of the fingerprint set

ja4h_fingerprint

string

The JA4H fingerprint of the fingerprint set

ja4x_fingerprint

string

The JA4X fingerprint of the fingerprint set

ja4t_fingerprint

string

The JA4T fingerprint of the fingerprint set

ja4ts_fingerprint

string

The JA4TS fingerprint of the fingerprint set

ja4tscan_fingerprint

string

The JA4TScan fingerprint of the fingerprint set

Response

{
    "message": "The fingerprint set has been successfully submitted"
}
{
    "message": <Submission error>
}
🗄️
info@foxio.io