- A
DNS tunneling for data exfiltration.
Uses DNS queries to covertly send data.
- B
HTTP beaconing to a C2 server.
Why wrong: Uses HTTP, not DNS.
- C
DNS amplification attack.
Why wrong: Uses open resolvers to flood victim.
- D
Port scanning using DNS.
Why wrong: DNS not used for port scanning.
Quick Answer
The correct answer is DNS tunneling for data exfiltration. This technique works by encoding stolen data into the subdomain labels of DNS queries—such as randomstring.google.com—where each query carries a small payload of exfiltrated information, allowing attackers to bypass firewalls and proxies that typically permit DNS traffic. On the Cisco CyberOps Associate 200-201 exam, this scenario tests your ability to recognize anomalous DNS patterns as a key indicator of compromise (IoC), often appearing in questions about data exfiltration methods or network-based attacks. A common trap is confusing this with a DDoS amplification attack, but remember that DNS tunneling involves a single internal host generating many unique subdomain queries to a legitimate domain, not a flood of requests to random external servers. For a quick memory tip: think of the subdomain as a “secret envelope” carrying data out through the DNS door.
200-201 Security Monitoring Practice Question
This 200-201 practice question tests your understanding of security monitoring. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
An analyst observes a sudden spike in DNS queries from an internal host to a random subdomain of a legitimate domain (e.g., randomstring.google.com). This behavior is consistent with which technique?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
DNS tunneling for data exfiltration.
The sudden spike in DNS queries to random subdomains of a legitimate domain (e.g., randomstring.google.com) is a classic indicator of DNS tunneling. This technique encodes data into DNS query names and exfiltrates it through the DNS protocol, bypassing network security controls that allow DNS traffic.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
DNS tunneling for data exfiltration.
Why this is correct
Uses DNS queries to covertly send data.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
HTTP beaconing to a C2 server.
- ✗
DNS amplification attack.
Why it's wrong here
Uses open resolvers to flood victim.
- ✗
Port scanning using DNS.
Why it's wrong here
DNS not used for port scanning.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Cisco often tests the distinction between DNS tunneling (data exfiltration) and DNS amplification (DDoS attack), so candidates may confuse the high volume of queries in tunneling with the reflection/amplification mechanism of a DDoS attack.
Detailed technical explanation
How to think about this question
DNS tunneling works by encoding data in the subdomain labels of DNS queries, often using base32 or base64, and sending them to a malicious authoritative DNS server controlled by the attacker. The server decodes the queries and can respond with additional data in the TXT or CNAME record responses, enabling bidirectional communication. In real-world scenarios, tools like dnscat2 or Iodine are used, and the high volume of NXDOMAIN responses or unusual query patterns can be detected by monitoring DNS logs.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A practitioner preparing for the 200-201 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Security Monitoring — study guide chapter
Learn the concepts, then practise the questions
- →
Security Monitoring practice questions
Targeted practice on this topic area only
- →
All 200-201 questions
507 questions across all exam domains
- →
Cisco CyberOps Associate 200-201 study guide
Full concept coverage aligned to exam objectives
- →
200-201 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related 200-201 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Security Policies and Procedures practice questions
Practise 200-201 questions linked to Security Policies and Procedures.
Security Concepts practice questions
Practise 200-201 questions linked to Security Concepts.
Security Monitoring practice questions
Practise 200-201 questions linked to Security Monitoring.
Host-Based Analysis practice questions
Practise 200-201 questions linked to Host-Based Analysis.
Network Intrusion Analysis practice questions
Practise 200-201 questions linked to Network Intrusion Analysis.
200-201 fundamentals practice questions
Practise 200-201 questions linked to 200-201 fundamentals.
200-201 scenario practice questions
Practise 200-201 questions linked to 200-201 scenario.
200-201 troubleshooting practice questions
Practise 200-201 questions linked to 200-201 troubleshooting.
Practice this exam
Start a free 200-201 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this 200-201 question test?
Security Monitoring — This question tests Security Monitoring — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: DNS tunneling for data exfiltration. — The sudden spike in DNS queries to random subdomains of a legitimate domain (e.g., randomstring.google.com) is a classic indicator of DNS tunneling. This technique encodes data into DNS query names and exfiltrates it through the DNS protocol, bypassing network security controls that allow DNS traffic.
What should I do if I get this 200-201 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more ways this is tested on 200-201
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A SOC analyst is tuning a correlation rule that detects DNS tunneling. The rule currently generates 500 alerts per day, but only 5% are true positives. Which tuning approach would best reduce false positives while maintaining detection efficacy?
hard- A.Lower the entropy threshold for domain names from 3.5 to 2.0.
- B.Disable the rule and rely on manual review of DNS logs.
- C.Increase the observation time window from 1 hour to 24 hours.
- ✓ D.Add a condition that the number of unique domains queried per source IP exceeds 10 per minute.
Why D: Option B is correct because adding a threshold for domain query rate per IP reduces noise from normal high-volume DNS activity. Option A is wrong because increasing the time window may increase false positives. Option C is wrong because decreasing entropy threshold may cause more false positives. Option D is wrong because disabling the rule loses detection.
Last reviewed: Jun 11, 2026
This 200-201 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-201 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.