Practice Free CS0-003 Exam Online Questions
When investigating a potentially compromised host, an analyst observes that the process BGInfo.exe (PID 1024), a Sysinternals tool used to create desktop backgrounds containing host details, has bee running for over two days.
Which of the following activities will provide the best insight into this potentially malicious process, based on the anomalous behavior?
- A . Changes to system environment variables
- B . SMB network traffic related to the system process
- C . Recent browser history of the primary user
- D . Activities taken by PID 1024
A vulnerability scan of a web server that is exposed to the internet was recently completed.
A security analyst is reviewing the resulting vector strings:
Vulnerability 1: CVSS: 3.0/AV: N/AC: L/PR: N/UI: N/S: U/C: H/I: L/A: L
Vulnerability 2: CVSS: 3.0/AV: L/AC: H/PR: N/UI: N/S: U/C: L/I: L/A: H
Vulnerability 3: CVSS: 3.0/AV: A/AC: H/PR: L/UI: R/S: U/C: L/I: H/A: L
Vulnerability 4: CVSS: 3.0/AV: P/AC: L/PR: H/UI: N/S: U/C: H/I: N/A: L
Which of the following vulnerabilities should be patched first?
- A . Vulnerability 1
- B . Vulnerability 2
- C . Vulnerability 3
- D . Vulnerability 4
A security analyst needs to provide evidence of regular vulnerability scanning on the company’s network for an auditing process.
Which of the following is an example of a tool that can produce such evidence?
- A . OpenVAS
- B . Burp Suite
- C . Nmap
- D . Wireshark
A security analyst needs to mitigate a known, exploited vulnerability related not
tack vector that embeds software through the USB interface.
Which of the following should the analyst do first?
- A . Conduct security awareness training on the risks of using unknown and unencrypted USBs.
- B . Write a removable media policy that explains that USBs cannot be connected to a company asset.
- C . Check configurations to determine whether USB ports are enabled on company assets.
- D . Review logs to see whether this exploitable vulnerability has already impacted the company.
During the forensic analysis of a compromised machine, a security analyst discovers some binaries
that are exhibiting abnormal behaviors. After extracting the strings, the analyst finds unexpected content.
Which of the following is the next step the analyst should take?
- A . Validate the binaries’ hashes from a trusted source.
- B . Use file integrity monitoring to validate the digital signature
- C . Run an antivirus against the binaries to check for malware.
- D . Only allow binaries on the approve list to execute.
The security team is reviewing a list of vulnerabilities present on the environment, and they want to prioritize the remediation based on the CVSS v4.0 metrics:

Which of the following vulnerabilities should the security manager request to fix first?
- A . System A
- B . System E
- C . System D
- D . System B
- E . System C
A company’s user accounts have been compromised. Users are also reporting that the company’s internal portal is sometimes only accessible through HTTP, other times; it is accessible through HTTPS.
Which of the following most likely describes the observed activity?
- A . There is an issue with the SSL certificate causinq port 443 to become unavailable for HTTPS access
- B . An on-path attack is being performed by someone with internal access that forces users into port 80
- C . The web server cannot handle an increasing amount of HTTPS requests so it forwards users to port 80
- D . An error was caused by BGP due to new rules applied over the company’s internal routers
A security analyst reviews the latest vulnerability scans and observes there are vulnerabilities with similar CVSSv3 scores but different base score metrics.
Which of the following attack vectors should the analyst remediate first?
- A . CVSS 3.0/AVP/AC:L/PR:L/UI:N/S U/C:H/I:H/A:H
- B . CVSS 3.0/AV:A/AC .L/PR:L/UI:N/S:U/C:H/I:H/A:H
- C . CVSS 3.0/AV:N/AC:L/PR:L/UI:N/S;U/C:H/I:H/A:H
- D . CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
An organization’s threat intelligence team notes a recent trend in adversary privilege escalation procedures. Multiple threat groups have been observed utilizing native Windows tools to bypass system controls and execute commands with privileged credentials.
Which of the following controls would be most effective to reduce the rate of success of such attempts?
- A . Disable administrative accounts for any operations.
- B . Implement MFA requirements for all internal resources.
- C . Harden systems by disabling or removing unnecessary services.
- D . Implement controls to block execution of untrusted applications.
A security analyst discovers the company’s website is vulnerable to cross-site scripting.
Which of the following solutions will best remedy the vulnerability?
- A . Prepared statements
- B . Server-side input validation
- C . Client-side input encoding
- D . Disabled JavaScript filtering
