A security analyst conducts a host and network audit of a newly deployed industrial sensor gateway host. The audit reveals two vulnerability findings: the host's administrative web interface uses unencrypted HTTP with factory default credentials, and the host resides on a flat corporate network segment directly accessible to internal workstations. Which of the following recommendations should the analyst make to remediate these vulnerabilities? (Select TWO.)
- Enforce TLS encryption and update default credentials on the host's administrative interface.Answer
- Place the sensor gateway host into a dedicated VLAN with strict network microsegmentation rules.Answer
- CInstall an inline network intrusion prevention system to sanitize SQL injection payloads in HTTP traffic.
- DRely on the external edge firewall to block inbound external traffic while maintaining unencrypted internal access.
- EAttach physical chassis enclosure locks to serve as a detective security control against remote host configuration changes.
Answer
Enforcing TLS encryption with updated administrative credentials and isolating the host within a microsegmented VLAN directly remediate the identified host and network architecture vulnerabilities.
Updating default administrative credentials and requiring TLS encryption remediates the host management vulnerability, while assigning the host to a microsegmented VLAN addresses the network architecture exposure by preventing unauthorized internal communication.
Step-by-Step Solution
Key Concept
Host Hardening and Network Microsegmentation