Question 810 of 1,000
Advanced Threat ProtectionmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is that the FortiSandbox is not configured as an inline scanner in the antivirus profile. Inline scanning requires the FortiSandbox to be explicitly set as the scanner within the antivirus profile applied to the firewall policy; without this configuration, FortiGate will submit files for analysis but will not block them during transit, even if a malicious verdict is returned. On the Fortinet NSE 7 Advanced Security NSE7 exam, this question tests your understanding of the difference between inline and scheduled scanning modes—a common trap is assuming that simply enabling a FortiSandbox inline scan profile in the firewall policy is sufficient. The key distinction is that the antivirus profile itself must designate the FortiSandbox as the inline scanner; otherwise, files pass through unblocked while analysis runs asynchronously. Memory tip: think “profile within a profile”—the antivirus profile must call the FortiSandbox as its scanner for real-time blocking to engage.

NSE7 Advanced Threat Protection Practice Question

This NSE7 practice question tests your understanding of advanced threat protection. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. 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 network administrator notices that FortiGate is not blocking a known malicious file that was submitted to FortiSandbox and received a 'malicious' verdict. The firewall policy includes a FortiSandbox inline scan profile. What is the MOST likely cause?

Clue words in this question

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

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

Question 1mediummultiple choice
Full question →

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

The FortiSandbox is not configured as an inline scanner in the antivirus profile

Option A is correct because inline scanning requires the FortiSandbox to be configured as the inline scanner in the antivirus profile. If only a scheduled scan or a separate FortiSandbox is used for analysis, the inline blocking will not occur.

Key principle: NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The antivirus signature database is outdated

    Why it's wrong here

    Outdated signatures would affect signature-based detection, but FortiSandbox uses behavioral analysis independent of signature dates.

  • The FortiSandbox license has expired

    Why it's wrong here

    An expired license would prevent new submissions but would not affect previously cached verdicts.

  • The FortiSandbox is not configured as an inline scanner in the antivirus profile

    Why this is correct

    Inline scanning requires configuration in the antivirus profile to forward files to FortiSandbox for real-time analysis and enforce blocking based on verdict.

    Clue confirmation

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

    Related concept

    Static NAT maps one inside address to one outside address.

  • The file is larger than the maximum file size allowed for scanning

    Why it's wrong here

    Large files may be skipped, but the scenario indicates the file was submitted; size limits would have prevented submission.

Common exam traps

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.

Trap categories for this question

  • Scenario analysis trap

    Large files may be skipped, but the scenario indicates the file was submitted; size limits would have prevented submission.

Detailed technical explanation

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.

Key takeaway

NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.

Real-world example

How this comes up in practice

A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.

What to study next

Got this wrong? Here's your next step.

Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related NSE7 NAT questions on configuration and troubleshooting.

Related practice questions

Related NSE7 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 NSE7 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 NSE7 question test?

Advanced Threat Protection — This question tests Advanced Threat Protection — Static NAT maps one inside address to one outside address..

What is the correct answer to this question?

The correct answer is: The FortiSandbox is not configured as an inline scanner in the antivirus profile — Option A is correct because inline scanning requires the FortiSandbox to be configured as the inline scanner in the antivirus profile. If only a scheduled scan or a separate FortiSandbox is used for analysis, the inline blocking will not occur.

What should I do if I get this NSE7 question wrong?

Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related NSE7 NAT questions on configuration and troubleshooting.

Are there clue words in this question I should notice?

Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

What is the key concept behind this question?

Static NAT maps one inside address to one outside address.

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

3 more ways this is tested on NSE7

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. An administrator configures a FortiGate to integrate with FortiSandbox for inline scanning. The policy has an antivirus profile with FortiSandbox enabled. What condition must be met for files to be submitted to FortiSandbox?

medium
  • A.The antivirus profile must use proxy-based inspection mode
  • B.The FortiSandbox must be on the same subnet as the FortiGate
  • C.The FortiGate must be in NAT mode
  • D.SSL inspection must be disabled

Why A: For files to be submitted to FortiSandbox during inline scanning, the antivirus profile must use proxy-based inspection mode. This is because proxy-based inspection allows the FortiGate to buffer the entire file, perform deep analysis, and then forward it to FortiSandbox for verdict-based blocking. Flow-based inspection, in contrast, streams packets and cannot hold files for submission, making proxy mode a prerequisite for inline FortiSandbox integration.

Variation 2. An administrator configures FortiSandbox inline scanning for HTTP traffic. They notice that files uploaded via HTTP are being scanned but no verdict is being returned, causing delays. What is the MOST likely cause?

medium
  • A.The FortiSandbox has reached its maximum storage capacity
  • B.The FortiSandbox is not registered with the FortiGate
  • C.The file scan timeout is too short, causing FortiGate to pass the file before a verdict is received
  • D.The file type is not supported by FortiSandbox

Why C: When FortiGate sends a file to FortiSandbox for inline scanning, it waits for a verdict before allowing the traffic to proceed. If the file scan timeout is too short, FortiGate will stop waiting for the verdict and pass the file anyway, causing the observed delay without a final verdict. This is the most likely cause because the administrator sees scanning occurring but no verdict returned, which aligns with a premature timeout rather than a failure to scan.

Variation 3. When configuring FortiGate with FortiSandbox integration, an administrator wants to block files that are rated 'High Risk' by the sandbox. Which setting must be enabled in the antivirus profile to automatically quarantine these files?

hard
  • A.Configure an automation stitch to quarantine files based on sandbox verdict
  • B.Enable 'File Filter' in the antivirus profile and add a rule for high-risk files
  • C.Enable 'Submit Files to FortiSandbox' and set action to 'Block'
  • D.Enable 'FortiSandbox Quarantine' in the IPS profile

Why C: Option C is correct because the 'Submit Files to FortiSandbox' setting in the antivirus profile, when set to 'Block', directly instructs FortiGate to quarantine files that receive a 'High Risk' verdict from FortiSandbox. This action is part of the antivirus profile's sandbox integration, not a separate automation or IPS feature, and it automatically handles the quarantine without requiring additional configuration.

Last reviewed: Jun 21, 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 NSE7 practice question is part of Courseiva's free Fortinet 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 NSE7 exam.