πŸ”

CAS-005 β€” questions

Page 6 of 20 Β· 393 total questions.

Topic 1 Β· Question 105

After a company discovered a zero-day vulnerability in its VPN solution, the company plans to deploy cloud-hosted resources to replace its current on-premises systems. An engineer must find an appropriate solution to facilitate trusted connectivity. Which of the following capabilities is the most relevant?

  • AContainer orchestration
  • BMicrosegmentation
  • CConditional access
  • DSecure access service edge (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Secure access service edge

Topic 1 Β· Question 106

Recent reports indicate that a software tool is being exploited. Attackers were able to bypass user access controls and load a database. A security analyst needs to find the vulnerability and recommend a mitigation. The analyst generates the following output: Which of the following would the analyst most likely recommend?

Exhibit 1 for question 106
  • AInstalling appropriate EDR tools to block pass-the-hash attempts
  • BAdding additional time to software development to perform fuzz testing
  • CRemoving hard-coded credentials from the source code (correct answer)
  • DNot allowing users to change their local passwords
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Removing hard-coded credentials from the source code This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 107

The identity and access management team is sending logs to the SIEM for continuous monitoring. The deployed log collector is forwarding logs to the SIEM. However, only false positive alerts are being generated. Which of the following is the most likely reason for the inaccurate alerts?

  • AThe compute resources are insufficient to support the SIEM.
  • BThe SIEM indexes are too large.
  • CThe data is not being properly parsed. (correct answer)
  • DThe retention policy is not properly configured.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: The data is not being properly parsed.

Topic 1 Β· Question 108

The security team is receiving escalated support tickets stating that one of the company's publicly available websites is not loading as expected. Given the following observations: Which of the following is most likely the root cause?

Exhibit 1 for question 108
  • AA certificate signed by a global root certification authority has expired.
  • BA protocol mismatch error is expected to occur when using outdated browsers.
  • COne certificate is being bound to multiple websites on the same server.
  • DSubject alternative names were not used appropriately for subdomains. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Subject alternative names were not used appropriately for subdomains.

Explanation

Network address translation maps addresses between networks and commonly lets private hosts share public connectivity. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 109

A company acquires a location with a large infrastructure of legacy devices. Because of the hardware's age and the legacy software's limitations, the OS cannot be upgraded, and the machines cannot be virtualized. These machines are not publicly facing, but they do have internet access. The following controls are currently in place: β€’ EDR β€’ Anti-malware β€’ Logging and monitoring β€’ Host-based firewall β€’ Proxied internet access A security architect needs to supplement the existing control strategy with one that restricts unauthorized software. Which of the following controls should the architect recommend to best supplement the existing environment?

  • ASIEM
  • BIsolation
  • CConditional access
  • DApplication control (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Application control This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 110

An organization wants to create a threat model to identify vulnerabilities in its infrastructure. Which of the following should be prioritized first?

  • AExternal-facing infrastructure with known exploited vulnerabilities (correct answer)
  • BInternal infrastructure with high-severity and known exploited vulnerabilities
  • CExternal-facing infrastructure with a low risk score and no known exploited vulnerabilities
  • DExternal-facing infrastructure with a high risk score that can only be exploited with local access to the resource
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: External-facing infrastructure with known exploited vulnerabilities

Topic 1 Β· Question 111

A Chief Information Security Officer requests an action plan to remediate vulnerabilities. A security analyst reviews the output from a recent vulnerability scan and notices hundreds of unique vulnerabilities. The output includes the CVSS score, IP address, hostname, and the list of vulnerabilities. The analyst determines more information is needed in order to decide which vulnerabilities should be fixed immediately. Which of the following is the best source for this information?

  • AThird-party risk review
  • BBusiness impact analysis (correct answer)
  • CIncident response playbook
  • DCrisis management plan
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Business impact analysis This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 112

A security operations analyst is reviewing network traffic baselines for nightly database backups. Given the following information: Which of the following should the security analyst do next?

Exhibit 1 for question 112
  • AConsult with a network engineer to determine the impact of bandwidth usage.
  • BQuarantine PRDDB01 and then alert the database engineers.
  • CRefer to the incident response playbook for the proper response. (correct answer)
  • DReview all the network logs for further data exfiltration.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Refer to the incident response playbook for the proper response.

Explanation

Incident response prepares for, detects, contains, eradicates, and recovers from security incidents while preserving evidence. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 113

A company has a requirement in customer contracts that states applications must undergo external audits to identify vulnerabilities. Which of the following is the best action for the company to complete before hiring an external auditor?

  • AGather evidence for the audit.
  • BConduct an internal audit assessment. (correct answer)
  • CIdentify lessons learned from the audit.
  • DSelect samples for audit testing.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Conduct an internal audit assessment.

Topic 1 Β· Question 114

During DAST scanning, applications are consistently reporting code defects in open-source libraries that were used to build web applications. Most of the code defects are from using libraries with known vulnerabilities. The code defects are causing product deployment delays. Which of the following is the best way to uncover these issues earlier in the life cycle?

  • ADirecting application logs to the SIEM for continuous monitoring
  • BModifying the WAF polices to block against known vulnerabilities
  • CCompleting an IAST scan against the web application
  • DUsing a software dependency management solution (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Using a software dependency management solution

Topic 1 Β· Question 115

A company's SIEM is designed to associate the company’s asset inventory with user events. Given the following report: Which of the following should a security engineer investigate first as part of a log audit?

Exhibit 1 for question 115
  • AAn endpoint that is not submitting any logs (correct answer)
  • BPotential activity indicating an attacker moving laterally in the network
  • CA misconfigured syslog server creating false negatives
  • DUnauthorized usage attempts of the administrator account
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: An endpoint that is not submitting any logs This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 116

A developer receives feedback about code quality and efficiency. The developer needs to identify and resolve the following coding issues before submitting the code changes for peer review: β€’ Indexing beyond arrays β€’ Dereferencing null pointers β€’ Potentially dangerous data type combos β€’ Unreachable code β€’ Non-portable constructs Which of the following would be most appropriate for the developer to use in this situation?

  • ALinting (correct answer)
  • BSBoM
  • CDAST
  • DBranch protection
  • ESoftware composition analysis
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Linting

Topic 1 Β· Question 117

A company wants to improve and automate the compliance of its cloud environments to meet industry standards. Which of the following resources should the company use to best achieve this goal?

  • AJenkins
  • BPython
  • CAnsible (correct answer)
  • DPowerShell
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Ansible

Topic 1 Β· Question 118

A company wants to protect against the most common attacks and rapidly integrate with different programming languages. Which of the following technologies is most likely to meet this need?

  • ARASP (correct answer)
  • BCloud-based IDE
  • CDAST
  • DNIPS
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: RASP

Topic 1 Β· Question 119

An organization is concerned about insider threats from employees who have individual access to encrypted material. Which of the following techniques best addresses this issue?

  • ASSO with MFA
  • BSalting and hashing
  • CAccount federation with hardware tokens
  • DSAE
  • EKey splitting (correct answer)
Reveal answer & explanation
Correct answer: E

The correct answer is E. Option E: Key splitting This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 120

A manufacturing plant is updating its IT services. During discussions, the senior management team created the following list of considerations: β€’ Staff turnover is high and seasonal. β€’ Extreme conditions often damage endpoints. β€’ Losses from downtime must be minimized. β€’ Regulatory data retention requirements exist. Which of the following best addresses the considerations?

  • AEstablishing further environmental controls to limit equipment damage
  • BUsing a non-persistent virtual desktop interface with thin clients (correct answer)
  • CDeploying redundant file servers and configuring database journaling
  • DMaintaining an inventory of spare endpoints for rapid deployment
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Using a non-persistent virtual desktop interface with thin clients

Topic 1 Β· Question 121

A software vendor provides routine functionality and security updates to its global customer base. The vendor would like to ensure distributed updates are authorized, originate from only the company, and have not been modified by others. Which of the following solutions best supports these objectives?

  • AEnvelope encryption
  • BFile integrity monitoring
  • CApplication control
  • DCode signing (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Code signing This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 122

A security analyst detects a possible RAT infection on a computer in the internal network. After reviewing the details of the alert, the analyst identifies the initial vector of the attack was an email that was forwarded to multiple recipients in the same organizational unit. Which of the following should the analyst do first to minimize this type of threat in the future?

  • AMove from an anti-malware software to an EDR solution.
  • BPerform a penetration test to detect technology gaps on the anti-spam solution.
  • CConfigure an IPS solution in the internal network to mitigate infections.
  • DImplement a security awareness program in the organization. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Implement a security awareness program in the organization. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 123

A cloud engineer needs to identify appropriate solutions to: β€’ Provide secure access to internal and external cloud resources. β€’ Eliminate split-tunnel traffic flows. β€’ Enable identity and access management capabilities. Which of the following solutions is the most appropriate?

  • AMicrosegmentation
  • BPAM
  • CSD-WAN
  • DSASE (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: SASE This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 124

A security engineer is building a solution to disable weak CBC configurations for remote access connections to Linux systems. Which of the following should the security engineer modify?

  • AThe /etc/openssl.conf file, updating the virtual site parameter
  • BThe /etc/nsswitch.conf file, updating the name server
  • CThe /etc/hosts file, updating the IP parameter
  • DThe /etc/sshd/ssh_config file, updating the ciphers (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: The /etc/sshd/ssh_config file, updating the ciphers This option keeps traffic private / properly secured as required.

Showing questions 101–120 of 393 Β· Page 6 of 20