Question

Difficulty: HardVulnerability Assessment and Security Testing Methods

A security engineer is designing a vulnerability assessment strategy for a legacy medical telemetry network containing sensitive embedded firmware devices that crash when receiving unexpected port probes or high packet volumes. The organization must identify known software vulnerabilities and unauthorized device configuration changes without causing operational downtime or system instability. Which of the following security assessment methods should the engineer implement to meet these requirements?

  1. Implement passive network vulnerability monitoring to analyze traffic headers and device communications without sending probes to the endpoints.Answer
  2. B
    Deploy an inline high-interaction honeypot within the telemetry VLAN to capture exploit attempts and automatically drop malicious packets.
  3. C
    Schedule an automated credentialed intrusive vulnerability scan with aggressive host discovery during maintenance windows.
  4. D
    Apply web application firewall filtering rules to intercept and sanitize SQL injection and cross-site scripting attack vectors.

Answer

Implement passive network vulnerability monitoring to analyze traffic headers and device communications without sending probes to the endpoints.
Passive network vulnerability monitoring observes mirror/SPAN port network traffic continuously. Because it does not transmit synthetic packets or actively probe network ports, it fulfills the requirement to detect vulnerabilities and host attributes without causing crashes or instability on sensitive embedded devices.

Step-by-Step Solution

1
Analyze host operational constraints
Identified legacy embedded devices that are sensitive to network traffic volume and unstable when probed actively.
Active probing and port scanning can cause buffer overflows or service failure on legacy embedded firmware.
2
Evaluate assessment techniques against constraints
Selected passive monitoring as the safest methodology.
Passive vulnerability assessment techniques capture and inspect spanned network traffic without transmitting packets to target hosts, preventing disruption while identifying software versions and vulnerabilities.

Key Concept

Passive Vulnerability Scanning vs. Active Scanning
Rate this question