Question 770 of 1,152
Security OperationsmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is sandboxing, because it detonates the suspicious attachment in an isolated, virtualized environment to observe its runtime behavior. Unlike signature-based antivirus, which relies on static hashes and patterns, sandboxing actively executes the file to see if it drops files, launches child processes, or contacts suspicious domains—exactly what the SOC needs before delivery to users. On the Security+ SY0-701 exam, this question tests your understanding of dynamic analysis versus static detection; a common trap is choosing host-based intrusion detection (HIDS) or application whitelisting, but those don’t provide the controlled detonation needed to observe unknown malware behavior. Remember the key distinction: signature-based AV checks what a file *is*, while sandboxing checks what a file *does*. A useful memory tip is “Sandbox for the ‘what if’—isolate to investigate.”

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.

An email attachment from an external supplier is not blocked by signature-based AV, but the SOC wants to see whether it drops files, launches child processes, or contacts suspicious domains before delivery to users. Which control best fits?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

Question 1mediummultiple choice
Read the full NAT/PAT explanation →

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

Sandboxing, because it detonates the file in an isolated environment.

Sandboxing is the correct control because it detonates the file in an isolated, virtualized environment to observe its runtime behavior, such as dropping files, spawning child processes, or making outbound connections to suspicious domains. This goes beyond signature-based AV by analyzing dynamic behavior rather than static file hashes or patterns. The SOC's goal is to assess the file's actions before delivery, which sandboxing directly addresses.

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.

  • Network IDS, because it passively monitors traffic for known threats.

    Why it's wrong here

    An IDS can alert on patterns, but it does not safely execute the attachment to observe behavior.

  • Sandboxing, because it detonates the file in an isolated environment.

    Why this is correct

    A sandbox can safely execute the attachment and reveal malicious actions such as file drops, process spawning, and outbound callbacks.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • DLP, because it prevents sensitive data from leaving the organization.

    Why it's wrong here

    DLP focuses on data leakage and policy enforcement, not behavioral analysis of suspicious attachments.

  • NAC, because it controls whether a device can join the network.

    Why it's wrong here

    NAC governs device access to network resources, but it does not inspect or detonate email attachments.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse passive monitoring (IDS) with active behavioral analysis (sandboxing), assuming IDS can detect unknown threats by watching traffic, but IDS lacks the ability to execute and observe the file's runtime actions in an isolated environment.

Detailed technical explanation

How to think about this question

Sandboxing typically uses hypervisor-based isolation or containerization to run the file in a controlled environment with network simulation (e.g., fake DNS and HTTP services) to capture all outbound requests, file system writes, and process creations. Advanced sandboxes can detect anti-analysis techniques like VM detection or time-based evasion by monitoring for long sleep calls or debugger checks. In a real-world scenario, a malicious PDF might appear benign to signature AV but, when detonated in a sandbox, it drops a PowerShell script that reaches out to a C2 domain, which the sandbox logs and blocks before delivery.

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.

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: Sandboxing, because it detonates the file in an isolated environment. — Sandboxing is the correct control because it detonates the file in an isolated, virtualized environment to observe its runtime behavior, such as dropping files, spawning child processes, or making outbound connections to suspicious domains. This goes beyond signature-based AV by analyzing dynamic behavior rather than static file hashes or patterns. The SOC's goal is to assess the file's actions before delivery, which sandboxing directly addresses.

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.

Are there clue words in this question I should notice?

Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

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

Same concept, more angles

1 more ways this is tested on SY0-701

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. The email security team receives a suspicious invoice attachment from a vendor. The attachment is not blocked by signature-based detection, but the team wants to observe its behavior in a safe environment before delivery to users. What tool best fits this requirement?

medium
  • A.Sandboxing the attachment in an isolated analysis environment
  • B.Network access control for unmanaged devices
  • C.A data loss prevention rule on outbound email
  • D.An intrusion prevention system placed on the Wi-Fi network

Why A: A sandbox provides an isolated, controlled environment where the suspicious attachment can be executed and monitored for malicious behavior without risking the production network. This allows the security team to observe dynamic indicators such as file system changes, registry modifications, or outbound connections that signature-based detection might miss. The goal is to analyze the attachment's true intent before deciding whether to deliver it to users.

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.