Free CompTIA CS0-003 Exam Braindumps (page: 45)

A security analyst is writing a shell script to identify IP addresses from the same country.
Which of the following functions would help the analyst achieve the objective?

  1. function w() { info=$(ping -c 1 $1 | awk -F “/” ‘END{print $1}’) && echo “$1 | $info” }
  2. function x() { info=$(geoiplookup $1) && echo “$1 | $info” }
  3. function y() { info=$(dig -x $1 | grep PTR | tail -n 1 ) && echo “$1 | $info” }
  4. function z() { info=$(traceroute -m 40 $1 | awk ‘END{print $1}’) && echo “$1 | $info” }

Answer(s): B



A security analyst obtained the following table of results from a recent vulnerability assessment that was conducted against a single web server in the environment:


Which of the following should be completed first to remediate the findings?

  1. Ask the web development team to update the page contents
  2. Add the IP address allow listing for control panel access
  3. Purchase an appropriate certificate from a trusted root CA
  4. Perform proper sanitization on all fields

Answer(s): D



While reviewing web server logs, an analyst notices several entries with the same time stamps, but all contain odd characters in the request line.
Which of the following steps should be taken next?

  1. Shut the network down immediately and call the next person in the chain of command.
  2. Determine what attack the odd characters are indicative of.
  3. Utilize the correct attack framework and determine what the incident response will consist of.
  4. Notify the local law enforcement for incident response.

Answer(s): B



A security team conducts a lessons-learned meeting after struggling to determine who should conduct the next steps following a security event.
Which of the following should the team create to address this issue?

  1. Service-level agreement
  2. Change management plan
  3. Incident response plan
  4. Memorandum of understanding

Answer(s): C






Post your Comments and Discuss CompTIA CS0-003 exam prep with other Community members:

CS0-003 Exam Discussions & Posts