-
Notifications
You must be signed in to change notification settings - Fork 27
Integrate with TCP data via eBPF #8
Copy link
Copy link
Open
Description
The nginx module can compute L7 fingerprints (JA4 / JA4H / etc.) in user space, but TCP-layer fingerprints and latency metrics need data nginx can’t access: SYN/SYN-ACK TCP options, observed TTL/Hop Limit, and handshake packet timestamps.
We want to integrate the module with an eBPF collector to capture TCP handshake metadata and expose it to nginx for logging/headers/routing.
Goals
-
Capture via eBPF:
- client SYN data for JA4T
- server SYN-ACK data for JA4TS
- A–F timestamps + TTL/HLIM for JA4L / JA4LS and JA4L-Delta
-
Store per-connection state in an LRU map (5-tuple key + expiration).
-
Ingest eBPF data in the nginx module.
-
Compute and expose JA4T / JA4L fingerprints as nginx variables.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels