PCCSA · Question #16
Which capability is required for a next-generation firewall to protect your network against malware threats?
The correct answer is D. can perform SSL decryption. SSL decryption (option D) is essential because modern malware increasingly hides within encrypted HTTPS traffic - without the ability to decrypt and inspect SSL/TLS sessions, a firewall is blind to threats concealed inside encrypted payloads. NGFWs perform SSL inspection by…
Question
Options
- Acan access/read Windows and Linux file systems
- Bcan scan all endpoint devices
- Ccan interpret file permissions
- Dcan perform SSL decryption
How the community answered
(45 responses)- A4% (2)
- B2% (1)
- C2% (1)
- D91% (41)
Explanation
SSL decryption (option D) is essential because modern malware increasingly hides within encrypted HTTPS traffic - without the ability to decrypt and inspect SSL/TLS sessions, a firewall is blind to threats concealed inside encrypted payloads. NGFWs perform SSL inspection by acting as a man-in-the-middle, decrypting traffic, scanning it for malware, then re-encrypting it before forwarding.
Why the distractors are wrong:
- A (Windows/Linux file systems): File system access is an endpoint or EDR function, not a network firewall capability - firewalls operate on network traffic, not local storage.
- B (scan all endpoint devices): Scanning endpoints is the role of antivirus/EDR solutions; a firewall sits at the network boundary and does not reach into devices.
- C (interpret file permissions): File permissions are an OS-level access control mechanism, entirely unrelated to network traffic inspection.
Memory tip: Think of SSL decryption as giving the firewall "X-ray vision" - without it, encrypted tunnels are opaque boxes that malware can freely pass through. If the firewall can't see inside the traffic, it can't protect against what's hidden there.
Topics
Community Discussion
No community discussion yet for this question.