A risk practitioner reviews a firewall rule that drops inbound traffic on ports not used by a critical application before any packet reaches the host. By control type, how should this rule be classified?
- ADetective, because the firewall rule actively inspects each packet and logs the traffic it observes
- BCorrective, because the firewall rule restores the network to a safe state after an intrusion occurs
- CCompensating, because the firewall rule substitutes for an absent control the design originally intended
- DPreventive, because the firewall rule stops disallowed traffic from reaching the host before harm occurs Correct
Why A is wrong: Logging makes the rule look detective, but the rule blocks traffic before any harm reaches the host, so its primary purpose is prevention rather than after the fact discovery.
Why B is wrong: Corrective controls act after an incident to restore service, yet this rule stops the traffic up front, so nothing has gone wrong for it to correct.
Why C is wrong: A compensating control fills in for a missing primary control, but nothing here indicates a gap being covered, so this misreads a normal preventive measure.
Why D is correct: A preventive control acts before an event to stop it happening, and blocking disallowed packets at the perimeter denies the threat any chance to reach the asset.