Skip to main content

350-201 Real Exam Questions

Performing CyberOps Using Cisco Security Technologies (CBRCOR)

139 questions available · Page 1 of 14

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

Refer to the exhibit. An engineer is analyzing this Vlan0386-int12-117.pcap file in Wireshark after detecting a suspicious network activity. The origin header for the direct IP connections in the packets was initiated by a google chrome extension on a WebSocket protocol. The engineer checked message payloads to determine what information was being sent off-site but the payloads are obfuscated and unreadable.

What does this STIX indicate?

  1. A

    The extension is not performing as intended because of restrictions since ports 80 and 443 should be accessible

  2. B

    The traffic is legitimate as the google chrome extension is reaching out to check for updates and fetches this information

  3. C

    There is a possible data leak because payloads should be encoded as UTF-8 text

  4. D

    There is a malware that is communicating via encrypted channels to the command and control server

Show answer and explanation

Correct answer: C

Question 2 Single choice

An API developer is improving an application code to prevent DDoS attacks. The solution needs to accommodate instances of a large number of API requests coming for legitimate purposes from trustworthy services.

Which solution should be implemented?

  1. A

    Restrict the number of requests based on a calculation of daily averages. If the limit is exceeded, temporarily block access from the IP address and return a 402 HTTP error code.

  2. B

    Implement REST API Security Essentials solution to automatically mitigate limit exhaustion. If the limit is exceeded, temporarily block access from the service and return a 409 HTTP error code.

  3. C

    Increase a limit of replies in a given interval for each API. If the limit is exceeded, block access from the

    API key permanently and return a 450 HTTP error code.

  4. D

    Apply a limit to the number of requests in a given time interval for each API. If the rate is exceeded, block access from the API key temporarily and return a 429 HTTP error code.

Show answer and explanation

Correct answer: D

Explanation

References:
https://www.whoishostingthis.com/resources/http-status-codes/

Question 3 Single choice

A company's web server availability was breached by a DDoS attack and was offline for 3 hours because it was not deemed a critical asset in the incident response playbook. Leadership has requested a risk assessment of the asset. An analyst conducted the risk assessment using the threat sources, events, and vulnerabilities.

Which additional element is needed to calculate the risk?

  1. A

    assessment scope

  2. B

    event severity and likelihood

  3. C

    incident response playbook

  4. D

    risk model framework

Show answer and explanation

Correct answer: D

Question 4 Single choice

An employee abused PowerShell commands and script interpreters, which lead to an indicator of compromise (IOC) trigger. The IOC event shows that a known malicious file has been executed, and there is an increased likelihood of a breach.

Which indicator generated this IOC event?

  1. A

    ExecutedMalware.ioc

  2. B

    Crossrider.ioc

  3. C

    ConnectToSuspiciousDomain.ioc

  4. D

    W32 AccesschkUtility.ioc

Show answer and explanation

Correct answer: D

Question 5 Single choice

The SIEM tool informs a SOC team of a suspicious file. The team initializes the analysis with an automated sandbox tool, sets up a controlled laboratory to examine the malware specimen, and proceeds with behavioral analysis.

What is the next step in the malware analysis process?

  1. A

    Perform static and dynamic code analysis of the specimen.

  2. B

    Unpack the specimen and perform memory forensics.

  3. C

    Contain the subnet in which the suspicious file was found.

  4. D

    Document findings and clean-up the laboratory.

Show answer and explanation

Correct answer: B

Question 6 Single choice

An organization installed a new application server for IP phones. An automated process fetched user credentials from the Active Directory server, and the application will have access to on-premises and cloud services.

Which security threat should be mitigated first?

  1. A

    aligning access control policies

  2. B

    exfiltration during data transfer

  3. C

    attack using default accounts

  4. D

    data exposure from backups

Show answer and explanation

Correct answer: B

Question 7 Single choice

Which bash command will print all lines from the "colors.txt" file containing the non case-sensitive pattern "Yellow"?

  1. A

    grep -i "yellow" colors.txt

  2. B

    locate "yellow" colors.txt

  3. C

    locate -i "Yellow" colors.txt

  4. D

    grep "Yellow" colors.txt

Show answer and explanation

Correct answer: A

Question 8 Single choice

A customer is using a central device to manage network devices over SNMPv2. A remote attacker caused a denial of service condition and can trigger this vulnerability by issuing a GET request for the ciscoFlashMIB OID on an affected device.

Which should be disabled to resolve the issue?

  1. A

    SNMPv2

  2. B

    TCP small services

  3. C

    port UDP 161 and 162

  4. D

    UDP small services

Show answer and explanation

Correct answer: A

Explanation

References:
https://nvd.nist.gov/vuln/detail/CVE-2018-0161

Question 9 Single choice

A threat actor has crafted and sent a spear-phishing email with what appears to be a trustworthy link to the site of a conference that an employee recently attended. The employee clicked the link and was redirected to a malicious site through which the employee downloaded a PDF attachment infected with ransomware.
The employee opened the attachment, which exploited vulnerabilities on the desktop. The ransomware is now installed and is calling back to its command and control server.

Which security solution is needed at this stage to mitigate the attack?

  1. A

    web security solution

  2. B

    email security solution

  3. C

    endpoint security solution

  4. D

    network security solution

Show answer and explanation

Correct answer: D

Question 10 Single choice

Refer to the exhibit.

What is the threat in this Wireshark traffic capture?

  1. A

    A high rate of SYN packets being sent from multiple sources toward a single destination IP

  2. B

    A flood of ACK packets coming from a single source IP to multiple destination IPs

  3. C

    A high rate of SYN packets being sent from a single source IP toward multiple destination IPs

  4. D

    A flood of SYN packets coming from a single source IP to a single destination IP

Show answer and explanation

Correct answer: D