CAS-003 · Question #877
A security analyst is reviewing the following event: The packet appears to contain a malicious payload that is being delivered to the endpoint through the gateway firewall. Which of the following…
The correct answer is A. NIPS. A Network Intrusion Prevention System (NIPS) actively inspects and blocks malicious packets at the network level before they reach endpoints, unlike controls that act only after delivery.
Question
A security analyst is reviewing the following event:
The packet appears to contain a malicious payload that is being delivered to the endpoint through the gateway firewall. Which of the following should the company implement to reduce the risk of similar attacks in the future?
Options
- ANIPS
- BHIDS
- CAntivirus
- DSIEM
How the community answered
(68 responses)- A90% (61)
- B1% (1)
- C6% (4)
- D3% (2)
Why each option
A Network Intrusion Prevention System (NIPS) actively inspects and blocks malicious packets at the network level before they reach endpoints, unlike controls that act only after delivery.
A NIPS sits inline on the network and performs deep packet inspection to detect and drop packets containing malicious payloads in real time, stopping the attack at the gateway before it reaches the endpoint. Because the packet was already passing through the gateway firewall, a NIPS positioned at or behind the gateway provides the additional layer needed to inspect content and block threats. This directly mitigates the described attack vector of payload delivery through the perimeter.
A Host-based IDS monitors activity on individual endpoints after traffic has already been delivered - it detects but does not block malicious packets traversing the network.
Antivirus operates on files at the host level after they have been received and written to disk, providing no protection against the network-level delivery of the malicious payload.
A SIEM aggregates and correlates security events for alerting and analysis but has no capability to actively block or drop malicious network traffic in transit.
Concept tested: Network Intrusion Prevention System blocking malicious payloads
Source: https://csrc.nist.gov/publications/detail/sp/800-94/final
Topics
Community Discussion
No community discussion yet for this question.