fix(ja4ebpf): Rocky Linux RPM builder, remove correlated field, fix thesis
- Dockerfile.package: migre go-builder de golang:bookworm (Debian) vers
rockylinux:9, installe Go depuis le tarball officiel, remplace apt par
dnf (clang llvm libbpf-devel bpftool)
- Suppression du champ 'correlated' de l'agent ja4ebpf : avec eBPF/XDP,
la corrélation L3/L4↔L7 est toujours implicite par présence des champs.
Supprimé de : session.go, manager.go, main.go (x5), clickhouse.go
- Thèse (6 corrections listées + cohérence correlated) :
1. §3.5 + §3.9.1 : SSL_read retourne des octets bruts sans respecter les
frontières H2 → buffer circulaire de réassemblage en Go userspace
2. §3.1 : supprimé libpcap + CAP_NET_RAW, remplacé par définition uprobe
3. §4 + §7 : compte exact 96 features en 8 familles (Famille 1–8),
supprimé taxonomie F1–F11 obsolète, tous les totaux mis à jour
4. §2.4 + §8 : remplacé 7 fausses URLs arXiv par [Référence à vérifier]
5. §4 Famille 2 : ja4_drift_ratio → renvoi à Famille 8 (définition complète)
6. §6.4 : ajouté limite 'Overhead de l'uprobe SSL_read'
+ §3.6 : supprimé correlated=0/1 du texte architectural
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@ -0,0 +1 @@
|
||||
1.5:243a2344-d92e-47f5-b78c-fa70c5285248
|
||||
1
tests/vm/.vagrant/machines/default/libvirt/box_meta
Normal file
1
tests/vm/.vagrant/machines/default/libvirt/box_meta
Normal file
@ -0,0 +1 @@
|
||||
{"name":"generic/rocky9","version":"4.3.12","provider":"libvirt","directory":"boxes/generic-VAGRANTSLASH-rocky9/4.3.12/amd64/libvirt"}
|
||||
@ -0,0 +1 @@
|
||||
ec3ab786-8897-487f-8de2-2b3e73fd3319
|
||||
1
tests/vm/.vagrant/machines/default/libvirt/creator_uid
Normal file
1
tests/vm/.vagrant/machines/default/libvirt/creator_uid
Normal file
@ -0,0 +1 @@
|
||||
1000
|
||||
1
tests/vm/.vagrant/machines/default/libvirt/id
Normal file
1
tests/vm/.vagrant/machines/default/libvirt/id
Normal file
@ -0,0 +1 @@
|
||||
243a2344-d92e-47f5-b78c-fa70c5285248
|
||||
1
tests/vm/.vagrant/machines/default/libvirt/index_uuid
Normal file
1
tests/vm/.vagrant/machines/default/libvirt/index_uuid
Normal file
@ -0,0 +1 @@
|
||||
67ff6c32d5a64e68ad3806a9d4af8342
|
||||
8
tests/vm/.vagrant/machines/default/libvirt/private_key
Normal file
8
tests/vm/.vagrant/machines/default/libvirt/private_key
Normal file
@ -0,0 +1,8 @@
|
||||
-----BEGIN OPENSSH PRIVATE KEY-----
|
||||
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAA
|
||||
AAtzc2gtZWQyNTUxOQAAACCLqXhq0Z8AH3V0G6LME2qcBsbuzvbzalThwUqf
|
||||
wm2WDwAAAJAKdG7jCnRu4wAAAAtzc2gtZWQyNTUxOQAAACCLqXhq0Z8AH3V0
|
||||
G6LME2qcBsbuzvbzalThwUqfwm2WDwAAAEC2yLRWUE/0Llex3rQ/T1xAhX+O
|
||||
xmzbOFc2WdVulooaw4upeGrRnwAfdXQboswTapwGxu7O9vNqVOHBSp/CbZYP
|
||||
AAAAB3ZhZ3JhbnQBAgMEBQY=
|
||||
-----END OPENSSH PRIVATE KEY-----
|
||||
@ -0,0 +1 @@
|
||||
{"rsync":{"/ja4-platform":{"type":"rsync","rsync__exclude":[".git/","old/","*.rpm","dist/"],"guestpath":"/ja4-platform","hostpath":"/home/antitbone/work/ja4-platform","disabled":false,"__vagrantfile":true,"exclude":[".git/","old/","*.rpm","dist/"],"owner":"vagrant","group":"vagrant"}}}
|
||||
1
tests/vm/.vagrant/machines/default/libvirt/vagrant_cwd
Normal file
1
tests/vm/.vagrant/machines/default/libvirt/vagrant_cwd
Normal file
@ -0,0 +1 @@
|
||||
/home/antitbone/work/ja4-platform/tests/vm
|
||||
Reference in New Issue
Block a user