Palo Alto Networks SSE Engineer — Question 7

A malicious user is attempting to connect to a blocked website by crafting a packet using a fake SNI and the correct website in the HTTP host header.
Which option will prevent this form of attack?

Answer options

Correct answer: D

Explanation

The correct answer is D because SSL Decryption allows the system to inspect the SNI and ensure it matches the server's certificate, blocking any sessions that don't comply. Option A addresses a different type of threat, while B focuses on blocking general malicious behavior, and C does not provide the necessary decryption to validate the SNI against the certificate properly.