Hi all,
I’m working on a WFP driver that captures outgoing TLS Client Hello packets to extract the SNI field in order to identify the destination domain. This works fine for regular TLS handshakes. However, when Encrypted Client Hello (ECH) is enabled, the domain name is no longer visible in plaintext, since it’s encrypted inside the Client Hello.
Is there any alternative WFP layer or mechanism that allows retrieving the domain name even when ECH is used? Or, alternatively, is there any reliable way to obtain the domain names for outgoing connections.