Cisco CCNA Cybersecurity (200-201 CCNACBR) · Domain 4 · 20% of exam

Network Intrusion Analysis

Drill 20 practice questions focused entirely on Network Intrusion Analysis for the Cisco 200-201 exam. Tap an answer for instant feedback and a full explanation — no sign-up, always free.

Verified answer20 questions
Question 1 of 20

During an intrusion investigation, an analyst opens a PCAP in Wireshark and examines an Ethernet frame carrying an ARP packet. The frame's destination MAC address is ff:ff:ff:ff:ff:ff and the ARP opcode field value is 1. What is the analyst observing at this point in the capture?

Reviewed for accuracy · Report an issue
Question 2 of 20

While reviewing a suspicious PCAP in Wireshark, an analyst opens a single DNS packet and examines the query section. The Questions field shows one entry, the Name field contains 'a3f9c2e1b7d4.malwaredomain.example', and the Type field shows the value 16 (TXT). Given the objective of interpreting protocol header fields during intrusion analysis, what does this DNS record type most likely indicate about the traffic?

Reviewed for accuracy · Report an issue
Question 3 of 20

During intrusion analysis of a captured DNS transaction in Wireshark, an analyst inspects the DNS response header and notices the QR bit is set to 1, the ANCOUNT field shows a value of 8, and the RCODE field is 0. The queried hostname is a randomized 40-character subdomain of a suspicious external domain. Based on interpreting these header fields, what does the analyst most reasonably conclude?

Reviewed for accuracy · Report an issue
Question 4 of 20

An analyst has a PCAP of an HTTP session where a host downloaded a suspicious executable. Using Wireshark, the analyst needs to reconstruct and save the exact binary that was transferred so it can be submitted to a malware sandbox. Which Wireshark action correctly extracts the transferred file from the TCP stream?

Reviewed for accuracy · Report an issue
Question 5 of 20

A SOC analyst reviews an alert from an intrusion detection system that flagged inbound traffic to a web server as an active SQL injection attack. After investigation, the analyst confirms the traffic was a legitimate scheduled scan by the organization's authorized vulnerability assessment tool, and no actual malicious activity occurred. How should this alert be classified?

Reviewed for accuracy · Report an issue
Question 6 of 20

While reviewing a PCAP file in Wireshark, an analyst follows a TCP stream on port 21 and observes the following exchange: '220 ProFTPD Server ready', 'USER backup_svc', '331 Password required', 'PASS Wint3r2024!', '230 User logged in'. Based on this capture, what is the most significant intrusion-analysis concern the analyst should document?',

Reviewed for accuracy · Report an issue
Question 7 of 20

While reviewing a PCAP in Wireshark, an analyst follows an HTTP stream and sees the following request line: GET /download.php?file=../../../../etc/passwd HTTP/1.1 followed by a 200 OK response containing lines beginning with root:x:0:0. Interpreting the URI field in the request header, which intrusion is most likely occurring?

Reviewed for accuracy · Report an issue
Question 8 of 20

While reviewing a suspicious HTTP request captured in Wireshark, an analyst sees the following request headers: GET /admin/config.php HTTP/1.1 Host: 192.168.10.55 User-Agent: sqlmap/1.6.12#stable (https://sqlmap.org) Accept: */* Connection: close Which artifact element in these headers most directly identifies the nature of the activity as an automated attack?

Reviewed for accuracy · Report an issue
Question 9 of 20

While reviewing a PCAP in Wireshark, an analyst follows an HTTP stream and sees the following server reply to a client GET request: HTTP/1.1 200 OK Date: Tue, 14 May 2024 09:22:41 GMT Server: Apache/2.2.15 (CentOS) X-Powered-By: PHP/5.3.3 Content-Type: text/html; charset=UTF-8 Content-Length: 4821 Which intrusion-analysis conclusion is BEST supported by interpreting these HTTP response header fields?

Reviewed for accuracy · Report an issue
Question 10 of 20

While reviewing a suspicious PCAP in Wireshark, an analyst isolates a series of ICMP packets flowing from an internal host to an external IP. Each packet shows a Type value of 8 and a Code value of 0, and the data portion of each packet is unusually large and contains non-standard, high-entropy bytes rather than the typical repeating alphabet pattern. What does the interpretation of these ICMP header fields most likely indicate?

Reviewed for accuracy · Report an issue
Question 11 of 20

While analyzing a suspicious packet in Wireshark, an analyst notices an inbound packet from an external host with an IP header Time-to-Live (TTL) value of 45. The analyst knows the packet has traversed roughly 19 routers before reaching the sensor. In the context of intrusion analysis, what is the MOST useful inference the analyst can draw from interpreting this TTL field?

Reviewed for accuracy · Report an issue
Question 12 of 20

While analyzing a suspicious PCAP, an analyst notices multiple IPv4 packets from a single source that each carry the More Fragments (MF) flag set and non-zero Fragment Offset values, but the reassembled payloads produce overlapping byte ranges. Based on interpreting these IPv4 header fields, what is the most likely purpose of this traffic?

Reviewed for accuracy · Report an issue
Question 13 of 20

During a security review, an analyst reads the following log line: 'Threat detected: Win32/Emotet in C:\Users\jsmith\Downloads\invoice.exe — Action taken: Quarantined. Signature version 1.389.204.0.' The analyst must map this event to the correct source technology so it can be correlated with other data. Which source technology most likely produced this event?

Reviewed for accuracy · Report an issue
Question 14 of 20

A SOC analyst receives a data feed showing records with source IP, destination IP, source and destination ports, protocol number, byte counts, packet counts, and start/end timestamps for each conversation — but no application-layer payload. The feed originates from the organization's edge router. When mapping this event data to its source technology, which technology most likely produced these records?

Reviewed for accuracy · Report an issue
Question 15 of 20

A SOC analyst is reviewing a suspected data exfiltration incident. The security team asks whether the current monitoring architecture allows them to reconstruct the actual contents of the files that left the network. The organization currently collects only NetFlow records exported from its core routers and does not maintain any packet capture appliances. Which statement BEST describes the analytical limitation of relying solely on this NetFlow data for this investigation?

Reviewed for accuracy · Report an issue
Question 16 of 20

During an investigation, an analyst needs to determine the exact HTTP URI and file content that a suspicious internal host requested from an external server. The SOC has access to both a NetFlow collector and a full-visibility SPAN/tap feed captured to PCAP. Which statement correctly compares what each data source can provide for this specific need?

Reviewed for accuracy · Report an issue
Question 17 of 20

A network engineer reviews two firewall designs. Firewall A evaluates each packet independently against a static ruleset and has no memory of prior packets. Firewall B tracks the state of active connections in a connection table and automatically permits return traffic that belongs to an established session. During analysis of an outbound TCP session initiated by an internal host, which statement correctly describes how each firewall handles the inbound reply packets?

Reviewed for accuracy · Report an issue
Question 18 of 20

A SOC analyst is building a detection filter to flag proxy log entries where users downloaded potentially malicious executable or script files. The analyst writes the regular expression: \.(exe|dll|ps1|bat)$ to match against the requested URL path. Which of the following filenames would this regex match?

Reviewed for accuracy · Report an issue
Question 19 of 20

A SOC analyst wants to filter proxy logs to isolate entries where a URL query string contains a hexadecimal value of exactly 32 characters (a possible MD5 hash used as a tracking or exfiltration token). Which regular expression will match ONLY a standalone 32-character hex string and reject strings that are longer or shorter?

Reviewed for accuracy · Report an issue
Question 20 of 20

An analyst is filtering web server logs to find requests where the URI path ends with a status code between 500 and 599 (server errors). They write the following grep expression against lines that end with the status code: grep -E ' 5[0-9]{2}$' access.log. Which set of trailing status codes will this regular expression match?

Reviewed for accuracy · Report an issue

More 200-201 practice

Keep going with the other Cisco CCNA Cybersecurity (200-201 CCNACBR) domains, or take a full timed mock exam.

← Back to 200-201 overview