I was wondering how I should approach capturing incoming git requests in my server. Is there any specific piece of information that can suggest a packet might be git related?
I'm trying to detect any incoming "git clone" request by analyzing individual packets via eBPF and only let a "git clone" request pass if it matches a certain criteria.