CS0-003 CompTIA CyberSecurity Analyst CySA+ Certification Exam

Loading demo links...

Showing 1–3 of 10 questions

Question 1

You are a cybersecurity analyst tasked with interpreting scan data from Company As servers You must verify the requirements are being met for all of the servers and recommend changes if you find they are not

The company's hardening guidelines indicate the following

• TLS 1 2 is the only version of TLS running.

• Apache 2.4.18 or greater should be used.

• Only default ports should be used.

INSTRUCTIONS

using the supplied data. record the status of compliance With the company’s guidelines for each server.

The question contains two parts: make sure you complete Part 1 and Part 2. Make recommendations for Issues based ONLY on the hardening guidelines provided.

Part 1: AppServ1:

AppServ2:

AppServ3:

AppServ4:

Part 2:

check the explanation part below for the solution:

Explanation:

Part 1:

Part 2:

Based on the compliance report, I recommend the following changes for each server: AppServ1: No changes are needed for this server.

AppServ2: Disable or upgrade TLS 1.0 and TLS 1.1 to TLS 1.2 on this server to ensure secure encryption and communication between clients and the server. Update Apache from version 2.4.17 to version 2.4.18 or greater on this server to fix any potential vulnerabilities or bugs.

AppServ3: Downgrade Apache from version 2.4.19 to version 2.4.18 or lower on this server to ensure compatibility and stability with the company’s applications and policies. Change the port number from 8080 to either port 80 (for HTTP) or port 443 (for HTTPS) on this server to follow the default port convention and avoid any confusion or conflicts with other services.

AppServ4: Update Apache from version 2.4.16 to version 2.4.18 or greater on this server to fix any potential vulnerabilities or bugs. Change the port number from 8443 to either port 80 (for HTTP) or port 443 (for HTTPS) on this server to follow the default port convention and avoid any confusion or conflicts with other services.

Answer is in the explanation below.

Question 2

A security audit for unsecured network services was conducted, and the following output was generated:

Which of the following services should the security team investigate further? (Select two).

Select all that apply, then click Submit answer.

  • 21

  • 22

  • 23

  • 636

  • 1723

  • 3389


Question 3

An incident response team is working with law enforcement to investigate an active web server compromise. The decision has been made to keep the server running and to implement compensating controls for a period of time. The web service must be accessible from the internet via the reverse proxy and must connect to a database server. Which of the following compensating controls will help contain the adversary while meeting the other requirements? (Select two).

Select all that apply, then click Submit answer.

  • Drop the tables on the database server to prevent data exfiltration.

  • Deploy EDR on the web server and the database server to reduce the adversaries capabilities.

  • Stop the httpd service on the web server so that the adversary can not use web exploits

  • use micro segmentation to restrict connectivity to/from the web and database servers.

  • Comment out the HTTP account in the / etc/passwd file of the web server

  • Move the database from the database server to the web server.