Question 737 of 1,152
Security OperationsmediumMultiple ChoiceObjective-mapped

SY0-701 Security Operations Practice Question

This SY0-701 practice question tests your understanding of security operations. 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.

A security analyst is reviewing network flow logs and notices a series of outbound connections from a single internal workstation to an external IP address on TCP port 443. The connections occur every 5 minutes, each lasting about 2 seconds, and the amount of data transferred per connection is consistently around 1 KB. The workstation's user reports no unusual activity. The analyst checks the host's EDR logs and sees no malicious processes or known indicators. Which type of activity is this pattern most consistent with?

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

Beaconing to a command-and-control server

This pattern is most consistent with beaconing to a command-and-control (C2) server because the connections are periodic (every 5 minutes), short-lived (2 seconds), and consistently transfer a small amount of data (~1 KB) over HTTPS (TCP 443). These characteristics—regular intervals, low data volume, and stealthy use of encrypted channels—are hallmarks of C2 beaconing used by malware to maintain persistence and receive instructions without raising immediate suspicion.

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.

  • Beaconing to a command-and-control server

    Why this is correct

    Correct. Beaconing is characterized by regular, periodic connections with small data transfers, used by malware to maintain a persistent command-and-control channel. The fixed 5-minute interval and ~1 KB payload strongly match this pattern.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Normal software update check

    Why it's wrong here

    Incorrect. While some software updates use periodic checks, they usually occur at less regular intervals, often with randomized delays to avoid server load, and the data transferred is typically larger (e.g., update manifests or actual patches). The extremely consistent timing and small size are more indicative of beaconing.

    When this WOULD be correct

    This option would be correct if the connections were to a known vendor's update server (e.g., Microsoft or Adobe), occurred at irregular intervals (e.g., once per day), and transferred larger payloads (e.g., 10-100 MB) consistent with downloading updates.

  • DNS tunneling

    Why it's wrong here

    Incorrect. DNS tunneling exfiltrates data by encoding it in DNS queries, which use UDP port 53 (or sometimes TCP port 53). The traffic described is over TCP port 443 (HTTPS), not DNS, so this pattern does not match DNS tunneling.

    When this WOULD be correct

    A question describing a workstation making frequent DNS queries to an unusual domain with encoded data in subdomains, or where the traffic is on port 53 and the data per query is larger than normal, would make DNS tunneling the correct answer.

  • Data exfiltration via HTTPS

    Why it's wrong here

    Incorrect. Data exfiltration via HTTPS typically involves transferring larger volumes of data in a single session or over a shorter period. The steady 1 KB every 5 minutes would take an extremely long time to exfiltrate significant data, making this pattern unlikely for exfiltration. Beaconing is far more probable.

    When this WOULD be correct

    This option would be correct if the logs showed large, irregular outbound HTTPS transfers (e.g., 100 MB files) from a workstation to an external IP, especially if the data matches sensitive internal files and no legitimate business need exists.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The SY0-701 exam frequently reuses these exact scenarios with slightly different constraints.

Beaconing to a command-and-control serverCorrect answer

Why this is correct

Correct. Beaconing is characterized by regular, periodic connections with small data transfers, used by malware to maintain a persistent command-and-control channel. The fixed 5-minute interval and ~1 KB payload strongly match this pattern.

Normal software update checkWrong answer — click to see why

Why this is wrong here

Normal software update checks typically occur less frequently (e.g., daily) and transfer more data (e.g., several MB) for downloading patches, not 1 KB every 5 minutes. The consistent, short-duration connections suggest a heartbeat mechanism, not a routine update.

★ When this WOULD be the correct answer

This option would be correct if the connections were to a known vendor's update server (e.g., Microsoft or Adobe), occurred at irregular intervals (e.g., once per day), and transferred larger payloads (e.g., 10-100 MB) consistent with downloading updates.

Why candidates choose this

Candidates may assume that any periodic outbound HTTPS traffic to an external IP is benign, overlooking the specific pattern of very small, frequent transfers that is characteristic of beaconing rather than updates.

DNS tunnelingWrong answer — click to see why

Why this is wrong here

DNS tunneling typically uses DNS queries (UDP 53) or occasionally TCP 53, not TCP 443, and involves larger or irregular data patterns, not small, periodic HTTPS connections.

★ When this WOULD be the correct answer

A question describing a workstation making frequent DNS queries to an unusual domain with encoded data in subdomains, or where the traffic is on port 53 and the data per query is larger than normal, would make DNS tunneling the correct answer.

Why candidates choose this

Candidates may confuse any covert channel with beaconing, and the periodic nature of the traffic might be misattributed to tunneling, especially if they overlook the specific port and protocol used.

Data exfiltration via HTTPSWrong answer — click to see why

Why this is wrong here

Data exfiltration via HTTPS would typically involve larger data transfers (e.g., megabytes) and longer connection durations, not the small, consistent 1 KB every 5 minutes seen here.

★ When this WOULD be the correct answer

This option would be correct if the logs showed large, irregular outbound HTTPS transfers (e.g., 100 MB files) from a workstation to an external IP, especially if the data matches sensitive internal files and no legitimate business need exists.

Why candidates choose this

Candidates see HTTPS (port 443) and think of encrypted data exfiltration, overlooking that the tiny, periodic transfers are more characteristic of beaconing than actual data theft.

Analysis generated from the official SY0-701blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse periodic HTTPS connections with normal software updates, but the key differentiator is the extremely consistent timing and tiny data size—updates are rarely this regular or this small, while C2 beaconing is designed to be minimal and predictable to evade detection.

Detailed technical explanation

How to think about this question

Beaconing often uses HTTPS (TCP 443) to blend with legitimate web traffic, making it hard to detect via simple port-based rules. The 5-minute interval is a common default in malware like TrickBot or Cobalt Strike, designed to balance stealth with responsiveness—too frequent risks detection, too infrequent delays command delivery. EDR logs may miss this if the beaconing process uses a legitimate binary (e.g., PowerShell or wget) or is injected into a trusted process, as the network pattern is the primary indicator.

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 security analyst at a medium-sized enterprise encounters this scenario during an investigation or architecture review. The correct answer reflects best practice for the specific threat or control described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Security exam questions test whether you can match controls to threats in context — not just recall definitions.

Visual reference

Client Server SYN (seq=100) SYN-ACK (seq=200, ack=101) ACK (ack=201) Connection established — data transfer begins

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.

Related practice questions

Related SY0-701 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SY0-701 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 SY0-701 question test?

Security Operations — This question tests Security Operations — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Beaconing to a command-and-control server — This pattern is most consistent with beaconing to a command-and-control (C2) server because the connections are periodic (every 5 minutes), short-lived (2 seconds), and consistently transfer a small amount of data (~1 KB) over HTTPS (TCP 443). These characteristics—regular intervals, low data volume, and stealthy use of encrypted channels—are hallmarks of C2 beaconing used by malware to maintain persistence and receive instructions without raising immediate suspicion.

What should I do if I get this SY0-701 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 →

How Courseiva writes practice questions · Editorial policy

Keep practising

More SY0-701 practice questions

Last reviewed: Jun 11, 2026

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.

Loading comments…

Sign in to join the discussion.

This SY0-701 practice question is part of Courseiva's free CompTIA 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 SY0-701 exam.