Question

Difficulty: Very hardVulnerability Scanning and Assessment

A security operations team is designing a vulnerability assessment strategy for a legacy operational technology (OT) network housing fragile programmable logic controllers (PLCs). Prior active network vulnerability scans against these devices caused unexpected buffer overflows, triggering critical system resets and operational downtime. Which of the following approaches should the analyst implement to safely identify known software vulnerabilities on these OT assets without risking system instability?

  1. Implement passive network traffic monitoring and asset identification combined with offline configuration file auditing.Answer
  2. B
    Schedule active credentialed vulnerability scans using low-privilege service accounts limited to non-peak operational hours.
  3. C
    Deploy lightweight endpoint detection and response agents directly onto the PLC operating systems to report missing patches locally.
  4. D
    Execute non-credentialed port sweeps constrained to TCP SYN packets to verify active listening ports without establishing full connections.

Answer

Implement passive network traffic monitoring and asset identification combined with offline configuration file auditing.
The correct answer advocates for passive network traffic monitoring paired with offline static configuration audits. Passive monitoring inspects mirrored network traffic (e.g., via SPAN ports or TAPs) to identify protocols, firmware versions, and known vulnerabilities without sending a single packet to fragile endpoints. Offline configuration auditing checks static backups, eliminating any chance of causing operational disruption to critical legacy PLCs.

Step-by-Step Solution

1
Analyze environment constraints and historical failure modes
Identified fragile legacy PLCs in an OT environment that experience crashes during active probe transmission.
Legacy embedded systems lack robust TCP/IP stacks and fail gracefully when exposed to unexpected scan traffic.
2
Evaluate vulnerability assessment methodologies based on risk
Distinguished between active network scanning, agent-based assessment, and passive assessment.
Active network sweeps and local agents introduce operational risk or technical incompatibilities on OT hardware.
3
Select non-intrusive assessment controls
Determined passive packet analysis and offline static configuration analysis satisfy security requirements safely.
Passive techniques collect network banners and asset indicators out-of-band without generating network overhead or sending packets to sensitive endpoints.

Key Concept

Passive Vulnerability Assessment vs. Active Scanning in OT/ICS Environments
Rate this question