Skip to main content

300-215 Real Exam Questions

Conducting Forensic Analysis and Incident Response Using Cisco Technologies for CyberOps (CBRFIR)

115 questions available · Page 1 of 12

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Multiple choice

An engineer is investigating a ticket from the accounting department in which a user discovered an unexpected application on their workstation. Several alerts are seen from the intrusion detection system of unknown outgoing internet traffic from this workstation. The engineer also notices a degraded processing capability, which complicates the analysis process.

Which two actions should the engineer take? (Choose two.)

  1. A

    Restore to a system recovery point.

  2. B

    Replace the faulty CPU.

  3. C

    Disconnect from the network.

  4. D

    Format the workstation drives.

  5. E

    Take an image of the workstation.

Show answer and explanation

Correct answers: C, E

Explanation

When suspicious activity is detected on a workstation, immediate steps need to be taken to preserve evidence and prevent further compromise:

Disconnecting the system from the network (C)is crucial to stop potential exfiltration of data or ongoing communications with a command-and-control server. This isolation prevents further spread or damage while preserving the state of the compromised system for further investigation.

Taking an image of the workstation (E)is part of the forensics acquisition process. It involves creating a bit-by-bit copy of the system's disk, which preserves all evidence in its current state. This allows for thorough forensic analysis without affecting the original evidence.

These steps align with the best practices outlined in the incident response and forensics processes (as described in theCyberOps Technologies (CBRFIR) 300-215 study guide). Specifically, in theIdentification and Containment phases of the incident response cycle, it's emphasized that isolating the system and preserving evidence through imaging are critical to ensuring both containment of the threat and successful forensic investigation.
References:
CyberOps Technologies (CBRFIR) 300-215 study guide, Chapter:
Understanding the Security Incident Response Process, Identification and Containment Phases, page 102-
104 .

Question 2 Single choice

Refer to the code.

<134>1 2023-10-25T14:34:23Z turbo-hostname sshd[1234]: Failed password for invalid user admin from
192.168.1.100 port 22 ssh2

A security analyst is reviewing alerts from the SIEM system that was just implemented and notices a possible indication of an attack because the SSHD system just went live and there should be nobody using it.

Which action should the analyst take to respond to the alert?

  1. A

    Investigate the alert by checking SSH logs and correlating with other relevant data in SIEM.

  2. B

    Reset the admin password in SSHD to prevent unauthorized access to the system at scale.

  3. C

    Ignore the alert and continue monitoring for further activity because the system was just implemented.

  4. D

    Immediately block the IP address 192.168.1.100 from accessing the SSHD environment.

Show answer and explanation

Correct answer: A

Explanation

The log entry shows a failed SSH login attempt for an invalid user "admin" from IP192.168.1.100. As the system has just gone live and no legitimate use is expected, this could be an early reconnaissance or brute-force attempt. However, blocking IPs or resetting passwords without fully understanding the context could lead to incomplete remediation or false positives.

According to Cisco CyberOps best practices, the first step is to thoroughly investigate the alert by correlating it with other logs (e.g., authentication logs, IDS/IPS logs) to determine the intent and scope of activity.

Question 3 Multiple choice

An incident response team is recommending changes after analyzing a recent compromise in which:

a large number of events and logs were involved;
team members were not able to identify the anomalous behavior and escalate it in a timely manner;
several network systems were affected as a result of the latency in detection;
security engineers were able to mitigate the threat and bring systems back to a stable state; and the issue
reoccurred shortly after and systems became unstable again because the correct information was not gathered during the initial identification phase.

Which two recommendations should be made for improving the incident response process? (Choose two.)

  1. A

    Formalize reporting requirements and responsibilities to update management and internal stakeholders throughout the incident-handling process effectively.

  2. B

    Improve the mitigation phase to ensure causes can be quickly identified, and systems returned to a functioning state.

  3. C

    Implement an automated operation to pull systems events/logs and bring them into an organizational context.

  4. D

    Allocate additional resources for the containment phase to stabilize systems in a timely manner and reduce an attack's breadth.

  5. E

    Modify the incident handling playbook and checklist to ensure alignment and agreement on roles, responsibilities, and steps before an incident occurs.

Show answer and explanation

Correct answers: C, E

Explanation

The Cisco study material recommends integrating automation for log/event collection and contextual analysis to reduce detection delays and ensure rapid identification of anomalies. It also emphasizes the need for pre-defined roles and documented steps in an Incident Handling Playbook , following NIST SP 800-61 Rev.2 standards, to improve consistency and readiness during incidents.

Question 4 Single choice

Refer to the exhibit.

A company that uses only the Unix platform implemented an intrusion detection system. After the initial configuration, the number of alerts is overwhelming, and an engineer needs to analyze and classify the alerts. The highest number of alerts were generated from the signature shown in the exhibit.

Which classification should the engineer assign to this event?

  1. A

    True Negative alert

  2. B

    False Negative alert

  3. C

    False Positive alert

  4. D

    True Positive alert

Show answer and explanation

Correct answer: C

Explanation

The alert shown is based on a Snort rule for a Unicode directory traversal attack against IIS web servers (Microsoft platform). The key detail here is the payload content"../..%c0%af../"which is a classic IIS-specific exploit related to CVE-2000- 0884 .

Since the company only uses Unix systems , they are not vulnerable to this IIS-specific attack. Therefore, these alerts are triggered by irrelevant traffic or misapplied signatures, resulting in False Positives .

Question 5 Multiple choice

A security team received reports of users receiving emails linked to external or unknown URLs that are non-returnable and non-deliverable. The ISP also reported a 500% increase in the amount of ingress and egress email traffic received. After detecting the problem, the security team moves to the recovery phase in their incident response plan.

Which two actions should be taken in the recovery phase of this incident? (Choose two.)

  1. A

    verify the breadth of the attack

  2. B

    collect logs

  3. C

    request packet capture

  4. D

    remove vulnerabilities

  5. E

    scan hosts with updated signatures

Show answer and explanation

Correct answers: D, E

Explanation

In the recovery phase , the goal is to restore affected systems to normal operations and ensure the threat has been completely eradicated. According to the CyberOps Associate guide:

"This phase may include restoring data from clean backups, replacing compromised systems, and the re-installation of the Operating System (OS) and applications".

Question 6 Single choice

A workstation uploads encrypted traffic to a known clean domain over TCP port 80.

What type of attack is occurring, according to the MITRE ATT&CK matrix?

  1. A

    Exfiltration Over Web Service

  2. B

    Exfiltration Over C2 Channel

  3. C

    Exfiltration Over Asymmetric Encrypted Non-C2 Protocol

  4. D

    Command and Control Activity

Show answer and explanation

Correct answer: C

Explanation

According to the MITRE ATT&CK matrix, when encrypted traffic is tunneled through a legitimate protocol such as HTTP (port 80) to a non-malicious domain, this aligns with the tactic "Exfiltration Over Asymmetric Encrypted Non-C2 Protocol" (T1048.002). The attacker is trying to hide exfiltration in otherwise benign traffic.

Question 7 Single choice

What information does the -h option provide when using the following objdump command?

objdump -b oasys -m vax -h fu.o

  1. A

    bfdname

  2. B

    debugging

  3. C

    help

  4. D

    headers

Show answer and explanation

Correct answer: D

Explanation

The-hoption in theobjdumpcommand displays section headers of an object file. According to general usage and command-line documentation, and also explained in digital forensics tools discussions in the CyberOps course, the header information includes details about the name, size, VMA, LMA, file offset, and alignment of each section in the object file. This helps analysts understand how data is stored and organized within compiled files during forensic examinations.

Question 8 Single choice

A scanner detected a malware-infected file on an endpoint that is attempting to beacon to an external site.
An analyst has reviewed the IPS and SIEM logs but is unable to identify the file's behavior.

Which logs should be reviewed next to evaluate this file further?

  1. A

    email security appliance

  2. B

    DNS server

  3. C

    Antivirus solution

  4. D

    network device

Show answer and explanation

Correct answer: C

Explanation

If IPS and SIEM logs do not give enough insight into a file's behavior, the next logical step is to review the Antivirus solution logs. These logs often provide detailed behavior analytics such as:

File actions and access patterns

Registry modifications

File execution history

The Cisco CyberOps guide emphasizes AV logs as critical forensic artifacts for understanding endpoint-based infections, especially when beaconing or suspicious activity is suspected.

Question 9 Single choice

A website administrator has an output of an FTP session that runs nightly to download and unzip files to a local staging server. The download includes thousands of files, and the manual process used to find how many files failed to download is time-consuming. The administrator is working on a PowerShell script that will parse a log file and summarize how many files were successfully downloaded versus ones that failed.

Which script will read the contents of the file one line at a time and return a collection of objects?

  1. A

    Get-Content-Folder \Server\FTPFolder\Logfiles\ftpfiles.log | Show-From "ERROR", "SUCCESS"

  2. B

    Get-Content -ifmatch \Server\FTPFolder\Logfiles\ftpfiles.log | Copy-Marked "ERROR", "SUCCESS"

  3. C

    Get-Content -Directory \Server\FTPFolder\Logfiles\ftpfiles.log | Export-Result "ERROR", "SUCCESS"

  4. D

    Get-Content -Path \Server\FTPFolder\Logfiles\ftpfiles.log | Select-String "ERROR", "SUCCESS"

Show answer and explanation

Correct answer: D

Explanation

The PowerShell cmdlet Get-Content reads content line-by-line from a file and is commonly used for processing logs or large text files. When combined with Select-String, it can search for specific patterns (such as "ERROR" or "SUCCESS") within those lines and return a collection of matching objects, including metadata like line number and line content.

Question 10 Single choice

Snort detects traffic that is targeting vulnerabilities in files that belong to software in the Microsoft Office suite. On a SIEM tool, the SOC analyst sees an alert from Cisco FMC. Cisco FMC is implemented with Snort IDs.

Which alert message is shown?

  1. A

    FILE-OFFICE Microsoft Graphics buffer overflow

  2. B

    FILE-OFFICE Microsoft Graphics cross site scripting (XSS)

  3. C

    FILE-OFFICE Microsoft Graphics SQL INJECTION

  4. D

    FILE-OFFICE Microsoft Graphics remote code execution attempt

Show answer and explanation

Correct answer: D

Explanation

Cisco Firepower Management Center (FMC), when configured with Snort rules, classifies attacks with signature categories such as FILE-OFFICE for Microsoft Office-based exploits. One of the critical threats involving Microsoft Office is a known vector involving Microsoft Graphics, which attackers exploit for remote code execution (RCE) . RCE vulnerabilities enable attackers to execute arbitrary commands or code on the target machine--making this classification high-severity.

The alert "FILE-OFFICE Microsoft Graphics remote code execution attempt" is consistent with what Cisco and Snort define for such threats and appears in rulesets addressing vulnerabilities like CVE-2017-0001.

References:
Cisco Secure Firewall Threat Defense and Snort rule categories in the Cisco CyberOps v1.2
Guide.