Practice Free CS0-003 Exam Online Questions
An organization receives a legal hold request from an attorney. The request pertains to emails related to a disputed vendor contract.
Which of the following is the first step for the security team to take to ensure compliance with the request?
- A . Publicly disclose the request to other vendors.
- B . Notify the departments involved to preserve potentially relevant information.
- C . Establish a chain of custody, starting with the attorney’s request.
- D . Back up the mailboxes on the server and provide the attorney with a copy.
Which of the following is the first step that should be performed when establishing a disaster recovery plan?
- A . Agree on the goals and objectives of the plan
- B . Determine the site to be used during a disaster
C Demonstrate adherence to a standard disaster recovery process - C . Identity applications to be run during a disaster
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).
- A . 21
- B . 22
- C . 23
- D . 636
- E . 1723
- F . 3389
Which of the following describes how a CSIRT lead determines who should be communicated with and when during a security incident?
- A . The lead should review what is documented in the incident response policy or plan
- B . Management level members of the CSIRT should make that decision
- C . The lead has the authority to decide who to communicate with at any t me
- D . Subject matter experts on the team should communicate with others within the specified area of expertise
A security analyst needs to identify an asset that should be remediated based on the following information:
File Server
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H/
Web Server
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/
Mail Server (corrected from “Mall server”)
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/
Domain Controller
CVSS:3.1/AV:N/AC:L/PR:R/UI:R/S:U/C:H/I:H/A:H/
Which of the following assets should the analyst remediate first?
- A . Mail server
- B . Domain controller
- C . Web server
- D . File server
A web application has a function to retrieve content from an internal URL to identify CSRF attacks in the logs. The security analyst is building a regular expression that will filter out the correctly formatted requests. The target URL is https://10. 1. 2.3/api, and the receiving API only accepts GET requests and uses a single integer argument named "id."
Which of the following regular expressions should the analyst use to achieve the objective?
- A . (?!https://10.1.2.3/api?id=[0-9]+)
- B . "https://10.1.2.3/api?id=d+
- C . (?:"https://10.1.2.3/api?id-[0-9]+)
- D . https://10.1.2.3/api?id«[0-9J$
Which of the following statements best describes the MITRE ATT&CK framework?
- A . It provides a comprehensive method to test the security of applications.
- B . It provides threat intelligence sharing and development of action and mitigation strategies.
- C . It helps identify and stop enemy activity by highlighting the areas where an attacker functions.
- D . It tracks and understands threats and is an open-source project that evolves.
- E . It breaks down intrusions into a clearly defined sequence of phases.
While observing several host machines, a security analyst notices a program is overwriting data to a buffer.
Which of the following controls will best mitigate this issue?
- A . Data execution prevention
- B . Output encoding
- C . Prepared statements
- D . Parameterized queries
A security analyst discovers an LFI vulnerability that can be exploited to extract credentials from the underlying host.
Which of the following patterns can the security analyst use to search the web server logs for evidence of exploitation of that particular vulnerability?
- A . /etc/ shadow
- B . curl localhost
- C . ; printenv
- D . cat /proc/self/
A cybersecurity analyst is recommending a solution to ensure emails that contain links or attachments are tested before they reach a mail server.
Which of the following will the analyst most likely recommend?
- A . Sandboxing
- B . MFA
- C . DKIM
- D . Vulnerability scan
