CERTIFIED-IN-CYBERSECURITY · Question #701
Which of the following is a best practice for securing remote access to organizational resources?
The correct answer is B. Allowing access only from known IP addresses. Restricting remote access to known, approved IP addresses (IP allowlisting) reduces the attack surface by blocking connection attempts from unrecognized sources. Sharing credentials (C) violates the principle of least privilege and accountability. Allowing unrestricted access…
Question
Which of the following is a best practice for securing remote access to organizational resources?
Options
- ANone of the above
- BAllowing access only from known IP addresses
- CSharing remote access credentials with colleagues
- DAllowing unrestricted access from any IP address
How the community answered
(47 responses)- A4% (2)
- B87% (41)
- C2% (1)
- D6% (3)
Explanation
Restricting remote access to known, approved IP addresses (IP allowlisting) reduces the attack surface by blocking connection attempts from unrecognized sources. Sharing credentials (C) violates the principle of least privilege and accountability. Allowing unrestricted access from any IP (D) exposes resources to the entire internet. Combining IP restrictions with MFA and VPNs represents defense-in-depth for remote access security.
Topics
Community Discussion
No community discussion yet for this question.