Courseiva

Cisco CyberOps Associate 200-201 (200-201) — Questions 976979

979 questions total · 14pages · All types, answers revealed

Page 13

Page 14 of 14

976
MCQeasy

A security analyst notices repeated failed login attempts from a single IP address against multiple user accounts. What is the best immediate action to take?

A.Increase logging verbosity for the authentication server.
B.Change all user passwords immediately.
C.Disable the affected user accounts.
D.Block the source IP address on the firewall.
AnswerD

Blocking the IP address stops the brute-force attempt immediately.

Why this answer

Blocking the source IP address on the firewall is the best immediate action because it stops the ongoing brute-force attack at the network perimeter, preventing further authentication attempts from that IP without disrupting legitimate users. This aligns with the principle of containment before investigation, as the firewall ACL can be updated quickly to deny traffic from the offending source.

Exam trap

Cisco often tests the candidate's ability to prioritize containment over investigation or remediation; the trap here is that candidates may choose to increase logging (Option A) to gather evidence, but the immediate action must stop the active attack first.

How to eliminate wrong answers

Option A is wrong because increasing logging verbosity does not stop the attack; it only generates more log data, which could overwhelm storage and delay response. Option B is wrong because changing all user passwords is disruptive, time-consuming, and does not address the source of the attack—the attacker can simply continue trying new passwords against the same accounts. Option C is wrong because disabling affected user accounts would deny service to legitimate users and does not prevent the attacker from targeting other accounts from the same IP.

977
MCQhard

During memory analysis with Volatility, the 'cmdline' plugin shows a process with no command-line arguments. Which plugin could help recover the original command line if it was truncated or hidden?

A.consoles
B.cmdscan
C.malfind
D.dlllist
AnswerB

cmdscan searches for command-line history in memory.

Why this answer

The 'cmdscan' plugin scans the memory for command-line history that might not be captured by cmdline. It can recover previously typed commands.

978
MCQhard

A company is implementing a new data classification policy. The policy defines three levels: Public, Internal, and Confidential. An employee accidentally emails a spreadsheet marked 'Confidential' to an external partner. The email system automatically encrypts all outbound emails containing 'Confidential' classification. Which security control is being demonstrated?

A.Auditing
B.Encryption at rest
C.Data Loss Prevention (DLP)
D.Access control
AnswerC

DLP controls can automatically encrypt outbound emails containing sensitive data based on classification.

Why this answer

(Data Loss Prevention). DLP systems monitor and control data in motion, at rest, or in use. In this scenario, the email system automatically encrypts outbound emails marked 'Confidential' to prevent unauthorized disclosure, which is a classic DLP control.

Option A (Auditing) is incorrect because auditing logs events but does not actively prevent data loss. Option B (Encryption at rest) protects stored data, not data in transit. Option D (Access control) restricts who can access data, but the control here is applied during transmission based on classification, not on access rights.

979
MCQmedium

An analyst is analyzing a PCAP and sees multiple ICMP port unreachable responses from a target host when scanning UDP ports. What does this indicate about the scanned ports?

A.The ports are closed.
B.The scan is a SYN scan.
C.The ports are filtered by a firewall.
D.The ports are open.
AnswerA

Correct. ICMP port unreachable indicates closed port.

Why this answer

When a UDP scan sends a packet to a closed port, the target responds with an ICMP port unreachable message.

Page 13

Page 14 of 14