Implementing fast TCP fingerprinting with eBPF
In this article I want to document my journey implementing fast TCP fingerprinting
in a golang webserver, using eBPF.
Just to provide some background, TCP fingerprinting is one of the many techniques that can be used to detect
unusual or identifying informations about a web request when implementing an anti-bot solution.
This has been a hot topic lately, caused by the rising need to scrape the internet for human content to feeed to the LLMs.
Implementing such a system offers interesting technica...
Read more at halb.it