easymultiple choiceObjective-mapped

Exhibit

Email Security Gateway Queue
Message ID: 77129
From: vendor.billing@example.net
Subject: Updated invoice for Q4
Attachment: invoice_q4.xlsm
Attachment Type: Macro-enabled spreadsheet
Static Scan Result: No signature match
Dynamic Analysis Status: pending
Policy Action: hold for review

Based on the exhibit, which tool should the security team use to safely observe the attachment's behavior before delivery to users?

Question 1easymultiple choice
Full question →

Based on the exhibit, which tool should the security team use to safely observe the attachment's behavior before delivery to users?

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

Sandboxing, so the file can execute in a controlled environment before release.

Sandboxing is designed to detonate suspicious files safely and observe their behavior. Because the attachment is a macro-enabled spreadsheet and static scanning did not find a known signature, dynamic analysis is the right next step. This helps confirm whether the file tries to drop malware, contact an external server, or modify the system.

B

Distractor review

DLP, so the gateway can block sensitive data from leaving the organization.

DLP focuses on preventing unauthorized data loss, not safely executing suspicious attachments.

C

Distractor review

NAC, so the sender's device can be checked before the message is accepted.

NAC controls network access for devices, which does not help analyze an email attachment's behavior.

D

Distractor review

SIEM, so the team can store the attachment and review alerts later.

A SIEM correlates security events, but it does not safely execute files for malware inspection.

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: Sandboxing, so the file can execute in a controlled environment before release. — Sandboxing is the most appropriate control because the file is suspicious but not yet proven malicious. A sandbox allows the organization to observe whether the spreadsheet runs macros, drops payloads, or contacts external systems without risking a user workstation. This is a common email-security workflow when static scanning is inconclusive and dynamic behavior needs to be assessed. Why others are wrong: DLP is meant to stop sensitive data from leaving, not analyze malware behavior. NAC checks whether a device may access the network, which is unrelated to attachment detonation. A SIEM can log and correlate events, but it cannot safely execute the file for inspection.

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.