Prepare for the CompTIA CySA+ exam with interactive quizzes, flashcards, and multiple-choice questions. Each question offers hints and detailed explanations to enhance your learning. Get exam-ready with confidence!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which web application security control is LEAST likely to be recommended?

  1. Implement identity and authentication controls

  2. Implement appropriate access controls

  3. Obscure web interface locations

  4. Leverage security frameworks and libraries

The correct answer is: Obscure web interface locations

The option referencing the obscuring of web interface locations is considered the least likely to be recommended because it does not fundamentally address the core issues of web application security. While obscuring certain elements of a web application may provide a minimal level of security through obscurity, it does not replace the need for robust security practices. Effective authentication and identity controls, appropriate access controls, and the use of established security frameworks and libraries are proven practices that directly mitigate risks and vulnerabilities. Implementing identity and authentication controls ensures that users are who they claim to be and helps prevent unauthorized access. Access controls establish what resources users can access, which is crucial for safeguarding sensitive information. Utilizing security frameworks and libraries incorporates vetted security practices and standards into development, which is more effective than merely hiding elements of the application. Therefore, while obscuring web interface locations might offer a sense of security, it does not provide substantial protection against the myriad threats facing web applications today.