TLS/SSL filter based on server name indication (SNI)? #614
vincentmli
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
I believe this scenario does not require decrypting TLS. A Level 4 firewall can handle it, with the addition of SNI reading functionality to determine whether to allow passage. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Cilium has similar feature request here cilium/cilium#28513, there is sample code here https://github.com/quarkslab/peetch/blob/master/peetch/ebpf_programs/peetch_uprobes.c to extract ciphersuite from SSL session, with some modification, I assume it should be able to extract SNI extension?
Beta Was this translation helpful? Give feedback.
All reactions