hardmulti selectObjective-mapped

A security team receives a macro-enabled spreadsheet from a supplier. The file must be analyzed before any user opens it, and if the same payload later executes on an endpoint the organization wants the ability to contain it automatically. Which two tools best fit those requirements? Select two.

Question 1hardmulti select
Full question →

A security team receives a macro-enabled spreadsheet from a supplier. The file must be analyzed before any user opens it, and if the same payload later executes on an endpoint the organization wants the ability to contain it automatically. Which two tools best fit those requirements? Select two.

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

Use a sandbox to detonate the attachment in an isolated environment before delivery.

Sandboxing lets analysts observe real behavior safely before the file reaches a user workstation.

B

Best answer

Use EDR so the endpoint can be quarantined or isolated if the payload executes.

EDR can detect malicious activity on the host and support rapid containment after execution.

C

Distractor review

Deploy a WAF in front of the mail gateway.

A WAF protects web applications, not email attachments or endpoint behavior.

D

Distractor review

Create a DNS sinkhole entry only after the file is opened by a user.

This is too late for prevention and does not inspect the attachment before execution.

E

Distractor review

Use DLP to stop the spreadsheet from containing macros.

DLP is designed for data leakage control, not for executing or analyzing malicious code in attachments.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

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.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this SY0-701 question test?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: Use a sandbox to detonate the attachment in an isolated environment before delivery. — Sandboxing and EDR address two different phases of the threat. The sandbox safely observes the attachment before delivery, helping determine whether it is malicious. EDR then provides host-level detection and isolation if the payload executes on an endpoint anyway. That combination gives the team both pre-execution analysis and post-execution containment, which is exactly what the scenario requires. Why others are wrong: A WAF does not inspect email attachments or manage endpoint compromise. A DNS sinkhole only helps after malicious domains are already known, and doing it after user opening is too late. DLP is aimed at data movement and leakage, not malware detonation or host isolation.

What should I do if I get this SY0-701 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.