SSE-ENGINEER · Question #13
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?
The correct answer is D. SSL Decryption to "Block sessions on SNI mismatch with Server Certificate (SAN/CN)". This option ensures that SSL Decryption checks for mismatches between the Server Name Indication (SNI) field in the TLS handshake and the Common Name (CN) or Subject Alternative Name (SAN) in the server certificate. If a malicious user tries to bypass content filtering by…
Question
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?
Options
- AAdvanced Threat Prevention option to block "Domain Fronting"
- BAdvanced URL Filtering and block the "Malicious Behavior" category
- CAdvanced URL Filtering and block "SNI mismatch with Server Certificate (SAN/CN)"
- DSSL Decryption to "Block sessions on SNI mismatch with Server Certificate (SAN/CN)"
How the community answered
(36 responses)- A25% (9)
- B11% (4)
- C6% (2)
- D58% (21)
Explanation
This option ensures that SSL Decryption checks for mismatches between the Server Name Indication (SNI) field in the TLS handshake and the Common Name (CN) or Subject Alternative Name (SAN) in the server certificate. If a malicious user tries to bypass content filtering by spoofing the SNI while using the real blocked website in the HTTP host header, this setting will detect the discrepancy and block the session, preventing unauthorized access.
Topics
Community Discussion
No community discussion yet for this question.