🔍

CAS-005 — questions

Page 11 of 20 · 393 total questions.

Topic 1 · Question 205

A company's security policy states that any publicly available server must be patched within 12 hours after a patch is released. A recent IIS zero-day vulnerability was discovered that affects all versions of the Windows Server OS: Which of the following hosts should a security analyst patch first once a patch is available?

Exhibit 1 for question 205
  • A1
  • B2
  • C3
  • D4 (correct answer)
  • E5
  • F6
Reveal answer & explanation
Correct answer: D

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

Topic 1 · Question 206

An organization has noticed an increase in phishing campaigns utilizing typosquatting. A security analyst needs to enrich the data for commonly used domains against the domains used in phishing campaigns. The analyst uses a log forwarder to forward network logs to the SIEM. Which of the following would allow the security analyst to perform this analysis?

  • AUse a cron job to regularly update and compare domains.
  • BCreate a parser that matches domains.
  • CDevelop a query that filters out all matching domain names. (correct answer)
  • DImplement a dashboard on the SIEM that shows the percentage of traffic by domain.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Develop a query that filters out all matching domain names. This option keeps traffic private / properly secured as required.

Topic 1 · Question 207

After several companies in the financial industry were affected by a similar incident, they shared information about threat intelligence and the malware used for exploitation. Which of the following should the companies do to best indicate whether the attacks are being conducted by the same actor?

  • AApply code stylometry.
  • BLook for common TTPs. (correct answer)
  • CUse IoC extractions.
  • DLeverage malware detonation.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Look for common TTPs.

Topic 1 · Question 208

Which of the following most likely explains the reason a security engineer replaced ECC with a lattice-based cryptographic technique?

  • AIt is computationally efficient and provides perfect forward secrecy.
  • BIt is more resilient to brute-force attacks than ECC.
  • CIt supports ephemeral key exchange and digital signatures.
  • DIt is currently considered a robust PQC technique. (correct answer)
  • EIt enables processing on data while remaining in an encrypted state.
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: It is currently considered a robust PQC technique. This option keeps traffic private / properly secured as required.

Topic 1 · Question 209

An administrator reviews the following log and determines the root cause of a site-to-site tunnel failure: Which of the following actions should the administrator take to most effectively correct the failure?

Exhibit 1 for question 209
  • AEnable perfect forward secrecy on the remote peer.
  • BUpdate the cipher suites configured for use on the server side.
  • CAdd a new subnet as a permitted initiator. (correct answer)
  • DDisable IKE version 1 and run IKE version 2.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Add a new subnet as a permitted initiator.

Explanation

Subnetting divides an IP network into smaller routing and broadcast domains for address efficiency and segmentation.

Topic 1 · Question 210

A security architect is mitigating a vulnerability that previously led to a web application data breach. An analysis into the root cause of the issue finds the following: • An administrator’s account was hijacked and used on several Autonomous System Numbers within 30 minutes. • All administrators use named accounts that require multifactor authentication. • Single sign-on is used for all company applications. Which of the following should the security architect do to mitigate the issue?

  • AConfigure token theft detections on the single sign-on system with automatic account lockouts.
  • BEnable context-based authentication when network locations change on administrator login attempts. (correct answer)
  • CDecentralize administrator accounts and force unique passwords for each application.
  • DEnforce biometric authentication requirements for the administrator’s named accounts.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Enable context-based authentication when network locations change on administrator login attempts. This option keeps traffic private / properly secured as required.

Topic 1 · Question 211

An organization currently has IDS, firewall, and DLP systems in place. The systems administrator needs to integrate the tools in the environment to reduce response time. Which of the following should the administrator use?

  • ASOAR (correct answer)
  • BCWPP
  • CXCCDF
  • DCMDB
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: SOAR

Topic 1 · Question 212

A company migrating to a remote work model requires that company-owned devices connect to a VPN before logging in to the device itself. The VPN gateway requires that a specific key extension is deployed to the machine certificates in the internal PKI. Which of the following best explains this requirement?

  • AThe certificate is an additional factor to meet regulatory MFA requirements for VPN access.
  • BThe VPN client selected the certificate with the correct key usage without user interaction. (correct answer)
  • CThe internal PKI certificate deployment allows for Wi-Fi connectivity before logging in to other systems.
  • DThe server connection uses SSL VPN, which uses certificates for secure communication.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: The VPN client selected the certificate with the correct key usage without user interaction.

Explanation

A certificate binds a public key to an identity through a trusted certificate authority. A VPN creates an encrypted tunnel across an untrusted network for private remote or site connectivity.

Topic 1 · Question 213

A company that uses several cloud applications wants to property identify: • All the devices potentially affected by a given vulnerability • All the internal servers utilizing the same physical switch • The number of endpoints using a particular operating system Which of the following is the best way to meet the requirements?

  • ASBoM
  • BCASB
  • CGRC
  • DCMDB (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: CMDB

Topic 1 · Question 214

Which of the following best describes the challenges associated with widespread adoption of homomorphic encryption techniques?

  • AIncomplete mathematical primitives
  • BNo use cases to drive adoption
  • CQuantum computers not yet capable
  • DInsufficient coprocessor support (correct answer)
Reveal answer & explanation
Correct answer: D

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

Topic 1 · Question 215 · Select all that apply

Company A acquired Company B. Both companies serve a user base in different geographic regions but now collectively serve a globally distributed user base. A security architect needs to design resilient monitoring systems with the following requirements: • User data must remain on the systems of each respective company. • Low latency is needed for all users regardless of company location and user location. • Each company must have its own redundancy. Which of the following practices are the most beneficial in meeting the requirements? (Choose two).

  • AReplicating each company’s system in the other company’s region (correct answer)
  • BAdding additional resources in each company’s original region
  • CImplementing a network load balancer (correct answer)
  • DDeploying a reverse proxy
  • EUtilizing an API gateway
  • FEnabling automated vertical scaling
Reveal answer & explanation
Correct answer: A, C

The correct answer is A, C. Option A: Replicating each company’s system in the other company’s region Option C: Implementing a network load balancer

Explanation

A load balancer distributes requests across healthy backends to improve scale and availability. By spanning multiple Availability Zones / adding redundancy, this option provides the high availability and resilience required.

Topic 1 · Question 216

During a security assessment using an EDR solution, a security engineer generates the following report about the assets in the system: After five days, the EDR console reports a blocked infection on the host 0WIN23 by a remote access Trojan. Which of the following most likely enabled the attempted infection?

Exhibit 1 for question 216
  • A0WIN23 uses a legacy version of Windows that is not supported by the EDR. (correct answer)
  • BLN002 was not supported by the EDR solution and propagates the RAT.
  • C0WIN29’s EDR has an unknown vulnerability that was exploited by the attacker.
  • DMAC005 spreads the malware through other hosts in the network.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: 0WIN23 uses a legacy version of Windows that is not supported by the EDR.

Explanation

Endpoint detection and response monitors endpoint activity and supports detection, containment, and investigation. This option keeps traffic private / properly secured as required.

Topic 1 · Question 217

A security engineer must ensure that sensitive corporate information is not exposed if a company laptop is stolen. Which of the following actions best addresses this requirement?

  • AUtilizing desktop as a service for all company data and multifactor authentication (correct answer)
  • BUsing explicit allow lists of specific IP addresses and deploying single sign-on
  • CDeploying mobile device management and requiring stronger passwords
  • DUpdating security mobile reporting policies and monitoring data breaches
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Utilizing desktop as a service for all company data and multifactor authentication

Explanation

Multifactor authentication requires independent evidence categories, reducing risk from a stolen password. This option keeps traffic private / properly secured as required.

Topic 1 · Question 218

A global company’s Chief Financial Officer (CFO) receives a phone call from someone claiming to be the Chief Executive Officer (CEO). The caller claims to be stranded and in desperate need of money. The CFO is suspicious, but the caller’s voice sounds similar to the CEO’s. Which of the following best describes this type of attack?

  • ASmishing
  • BDeepfake (correct answer)
  • CAutomated exploit generation
  • DSpear phishing
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Deepfake

Topic 1 · Question 219 · Select all that apply

A cloud engineer wants to configure mail security protocols to support email authenticity and enable the flow of email security information to a third-party platform for further analysis. Which of the following must be configured to achieve these requirements? (Choose two.)

  • ADMARC (correct answer)
  • BDKIM (correct answer)
  • CTLS
  • DSPF
  • EDNSSEC
  • FMX
Reveal answer & explanation
Correct answer: A, B

The correct answer is A, B. Option A: DMARC Option B: DKIM This option keeps traffic private / properly secured as required.

Topic 1 · Question 220

A company is preparing to move a new version of a web application to production. No issues were reported during security scanning or quality assurance in the CI/CD pipeline. Which of the following actions should the company take next?

  • AMerge the test branch to the main branch. (correct answer)
  • BPerform threat modeling on the production application.
  • CConduct unit testing on the submitted code.
  • DPerform a peer review on the test branch.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Merge the test branch to the main branch. This option keeps traffic private / properly secured as required.

Topic 1 · Question 221 · Select all that apply

A DNS forward lookup zone named comptia.org must: • Ensure the DNS is protected from on-path attacks. • Ensure zone transfers use mutual authentication and are authenticated and negotiated. Which of the following should the security architect configure to meet these requirements? (Choose two).

  • APublic keys (correct answer)
  • BConditional forwarders
  • CRoot hints
  • DDNSSEC (correct answer)
  • ECNAME records
  • FSRV records
Reveal answer & explanation
Correct answer: A, D

The correct answer is A, D. Option A: Public keys Option D: DNSSEC

Explanation

DNS resolves host names to records such as IP addresses and service locations. This option keeps traffic private / properly secured as required.

Topic 1 · Question 222

A security architect is implementing a SOAR solution in an organization’s cloud production environment to support detection capabilities. Which of the following will be the most likely benefit?

  • AImproved security operations center performance (correct answer)
  • BAutomated firewall log collection tasks
  • COptimized cloud resource utilization
  • DIncreased risk visibility
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Improved security operations center performance This option keeps traffic private / properly secured as required.

Topic 1 · Question 223

A cloud security architect has been tasked with finding a solution for hardening VMs. The solution must meet the following requirements: • Data needs to be stored outside of the VMs. • No unauthorized modifications to the VMs are allowed. • If a change needs to be done, a new VM needs to be deployed. Which of the following is the best solution?

  • AImmutable system (correct answer)
  • BData loss prevention
  • CStorage area network
  • DBaseline template
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Immutable system This option keeps traffic private / properly secured as required.

Topic 1 · Question 224

A new, online file hosting service is being offered. The service has the following security requirements: • Threats to customer data integrity and availability should be remediated first. • The environment should be dynamic to match increasing customer demands. • The solution should not interfere with customers’ ability to access their data at anytime. • Security analysts should focus on high-risk items. Which of the following would best satisfy the requirements?

  • AExpanding the use of IPS and NGFW devices throughout the environment
  • BIncreasing the number of analysts to identify risks that need remediation
  • CImplementing a SOAR solution to address known threats (correct answer)
  • DIntegrating enterprise threat feeds in the existing SIEM
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Implementing a SOAR solution to address known threats This option keeps traffic private / properly secured as required.

Showing questions 201220 of 393 · Page 11 of 20