Fortinet NSE 5 - FortiWeb 8.0 Administrator (NSE5_FWB_AD-8.0)
Get full access to the updated question bank and confidently prepare for your exam.
Vendor
Fortinet
Certification
Secure Networking
Content
36 Qs
Status
Verified
Updated
3 days ago
Test the Practice Engine
Experience our interactive testing environment with free demo questions
Premium Bundle
Complete Success Suite
Save $34 Instantly
-
โFull PDF + Interactive Engine Everything you need to pass
-
โAll Advanced Question Types Drag & Drop, Hotspots, Case Studies
-
โPriority 24/7 Expert Support Direct line to certification leads
-
โ90 Days Free Priority Updates Stay current as exams change
Success Metric
98.4% Pass Rate
Standard Simulation
Practice Engine
One-Time Payment
-
Web-Based (Zero Install)
-
Real Testing Environment Virtual & Practice Modes
-
Interactive Engine Drag & Drop, Hotspots
-
60 Days Free Updates
Compatible with All Devices
Basic Tier
PDF Study Guide
Digital Access
- โ Exam Questions (PDF)
- โ Mobile Friendly
- โ 60 Days Updates
Verified 8-Question Preview (NSE5_FWB_AD-8.0)
Verified Community
The CertoMetrics Standard.
Recommend the #1 platform for verified Fortinet certification resources.
Success Network
Help a Colleague Succeed.
Invite a peer to get their own updated NSE5_FWB_AD-8.0 prep kit.
Exam Overview
The Fortinet NSE 5 - FortiWeb 8.0 Administrator certification validates your specialized expertise in deploying, configuring, and managing FortiWeb, Fortinet's advanced Web Application Firewall (WAF) solution. In today's threat landscape, protecting web applications from sophisticated attacks like those outlined in the OWASP Top 10 is paramount. Achieving this certification demonstrates your ability to safeguard critical web infrastructure, prevent data breaches, and ensure application availability. It signifies to employers that you possess the practical skills to implement robust security policies, mitigate bot attacks, and leverage FortiWeb's machine learning capabilities effectively. This credential not only enhances your professional standing but also opens doors to advanced roles in network security and web application protection, making you an invaluable asset in any security-conscious organization.
Questions
35
Passing Score
700/1000
Duration
70 Minutes
Difficulty
Intermediate
Level
Specialist
Skills Measured
Career Path
Target Roles
Common Questions
Is the material up to date?
Yes. We update our question bank weekly to match the latest Fortinet standards. You get free updates for 90 days.
What format do I get?
You get instant access to both the **PDF** (for reading) and our **Premium Test Engine** (for exam simulation).
Is there a guarantee?
Absolutely. If you fail the NSE5_FWB_AD-8.0 exam using our materials, we offer a full money-back guarantee.
When do I get the download?
Instantly. The download link is available in your dashboard immediately after payment is confirmed.
Free Study Guide Samples
Previewing updated NSE5_FWB_AD-8.0 bank (8 Questions).
Refer to the exhibit.

You are a FortiWeb administrator. FortiWeb is deployed between a FortiGate and two back-end web servers, as shown in the diagram. No server policies are currently configured on FortiWeb.
While testing, you notice that a student system in the 100.64.0.0/24 network is still able to access the back-end servers in 10.1.1.0/24, even though FortiWeb is not logging or inspecting the traffic.
Which action should you take to ensure FortiWeb blocks or inspects all traffic before it reaches the back-end servers?
Correct Option: D
The problem states that FortiWeb is not logging or inspecting traffic despite being in the path, and no server policies are configured. This scenario indicates that FortiWeb is acting as a simple router, forwarding packets between its interfaces without WAF inspection. The ip-forward setting controls this behavior. Disabling ip-forward ensures that FortiWeb will only process traffic that explicitly matches a configured server policy. Since no policies exist, traffic would be blocked, preventing uninspected access to the backend servers.
Reference: https://docs.fortinet.com/document/fortiweb/6.3.0/admin-guide/653372/ip-forward-bypass-waf
Which URL should you rewrite to reduce security risk?
Correct Option: A
✅ Option A (Correct)
Reasoning: Rewriting URLs exposing software versions (e.g., "25.3.6") reduces security risk. Attackers perform reconnaissance using version details to find known vulnerabilities. Obfuscating such information hinders these efforts.
❌ Why the other choices are incorrect:
- Option B is incorrect: An RSS feed URL does not inherently present a security risk that URL rewriting directly addresses; risks are usually content or application specific.
- Option C is incorrect: This is a clean, descriptive URL, exposing no sensitive information or structural vulnerabilities requiring security-driven rewriting.
- Option D is incorrect: Similar to C, this clean, descriptive URL poses no inherent security risk based on its structure that URL rewriting would mitigate.
Reference: https://docs.fortinet.com/document/fortiweb/8.0.0/administration-guide/469275/url-rewrite-policy
You are setting up a FortiWeb policy to protect a customer login portal. Users connect to https://login.training.lab, and you want FortiWeb to forward those requests to a load-balanced pool of back-end servers.
Which three components must you configure to complete the server policy?
Correct Option: C
โ
Option C (Correct)
Reasoning: To complete a FortiWeb server policy for a reverse proxy, you must configure a Virtual Server to listen for client connections (e.g., https://login.training.lab), a Server Pool to define the group of back-end servers for load balancing, and Port Settings (service) to specify the listening protocol (HTTPS) and port (443), along with the associated SSL certificate.
โ Why the other choices are incorrect:
- Option A is incorrect: While 'Real server' refers to backend servers (part of a server pool), IPsec tunnels and static routes are network infrastructure components, not direct FortiWeb server policy configurations.
- Option B is incorrect: WAF profiles and DoS policies are protection mechanisms applied to a policy, not the fundamental components required to establish the traffic forwarding itself. An SNI-based certificate is a specific type of certificate, which is part of port settings.
- Option D is incorrect: A DNS resolver is a system-wide setting, URL rewrite rules are optional for traffic manipulation, and HTTP health checks are a feature within a server pool, not a top-level component for policy completion.
Reference: https://docs.fortinet.com/document/fortiweb/6.3.0/admin-guide/708514/server-policy
Refer to the exhibit.

A FortiWeb administrator notices an alert triggered under the Threshold Based Detection category, with the message: Threshold Based Content Scraping Detection (Bot Detection) violation.
Based on the log details, what is the most likely cause of this alert?
Correct Option: A
✅ Option A (Correct)
Reasoning: The log message explicitly states "Threshold Based Content Scraping Detection (Bot Detection) violation." This directly indicates that the FortiWeb appliance detected an automated process (bot) attempting to systematically extract (scrape) content from the web application, often by accessing multiple pages. The URL parameter /?p=1 is characteristic of pagination, frequently targeted by scrapers.
❌ Why the other choices are incorrect:
- Option B is incorrect: A Layer 4 SYN flood is a network-level attack, while "Content Scraping Detection" operates at Layer 7 (application level) and focuses on HTTP request patterns, not SYN packets.
- Option C is incorrect: Malformed HTTP requests would typically trigger a "Protocol Violation" or similar alert, not specifically "Content Scraping Detection." The alert focuses on the intent of the requests, not their syntax.
- Option D is incorrect: While vulnerability scanners are bots and can trigger rate limits, the specific message "Content Scraping Detection" points to the primary intent being data extraction, not a general vulnerability scan. The alert's detail is more precise than a generic rate limit or scanner detection.
Reference: https://docs.fortinet.com/document/fortiweb/7.0.0/administration-guide/526723/bot-detection-and-prevention
Your e-commerce platform is experiencing frequent SQL injection attempts. You need FortiWeb to actively inspect, enforce, and block attacks inline before traffic reaches the web servers.
The deployment must support the full FortiWeb security feature set without operational limitations, including protocol validation, attack detection, and policy enforcement.
Which FortiWeb operation mode should you configure to proactively intercept and block threats such as SQL injection attempts?
Correct Option: A
✅ Option A (Reverse proxy) (Correct)
Reasoning: In Reverse Proxy mode, FortiWeb acts as a full proxy, sitting between clients and the web servers. It terminates client connections, inspects all traffic, and then initiates new connections to the backend servers. This provides the most comprehensive control, enabling active inline inspection, enforcement, and blocking of threats like SQL injection attempts. This mode supports the full FortiWeb security feature set without operational limitations, making it ideal for e-commerce platforms requiring robust protection.
✖ Why the other choices are incorrect:
- Option B is incorrect: Web Cache Communication Protocol (WCCP) integration mode is primarily used for traffic redirection. While it can direct traffic to FortiWeb for inspection, it's not FortiWeb's primary or most direct mode for achieving full inline protection with the least operational limitations for an e-commerce platform.
- Option C is incorrect: Transparent bridge mode deploys FortiWeb inline without changing IP addresses or routing, allowing for inspection and blocking. While it supports many security features, Reverse Proxy offers more comprehensive control over the HTTP/S sessions (e.g., SSL offloading, load balancing) which is typically preferred for full-featured WAF deployment for critical web applications like e-commerce. Given the explicit need for
Reference: https://docs.fortinet.com/document/fortiweb/6.3.0/admin-guide/721345/deployment-modes
Refer to the exhibit.


A FortiWeb administrator tests a new form input value after training the machine learning (ML) anomaly detection system.
The hidden Markov model (HMM) flags the input as abnormal, while the support vector machine (SVM) model classifies it as normal. FortiWeb allows the request.
What does this result indicate about the FortiWeb ML anomaly detection behavior?
Correct Option: A
FortiWeb's ML anomaly detection leverages both Hidden Markov Model (HMM) and Support Vector Machine (SVM) for comprehensive analysis. When the HMM model flags an input as abnormal but the SVM model classifies it as normal, FortiWeb makes a combined decision. The 'Detection Result: Normal: HMM abnormal but SVM normal' indicates that the overall evaluation considered the input normal, thus allowing the request. This behavior is by design to reduce false positives by requiring a consensus or a higher confidence anomaly score from the combined models before blocking a request.
Reference: https://docs.fortinet.com/document/fortiweb/6.3.0/admin-guide/603407/machine-learning-anomaly-detection
A third-party penetration test reveals that users can bypass login controls through a mobile API. Your current FortiWeb configuration includes zero trust network access (ZTNA) profiles and cookie security, but API protection and client management are not enabled. The security team asks you to recommend the most effective way to close this gap.
Which FortiWeb adjustment would best prevent future unauthorized API access?
Correct Option: B
✅ Option B (Correct)
Reasoning: Enabling API protection and client management directly addresses the problem of unauthorized API access and bypassed login controls. FortiWeb's API protection features secure APIs through authentication, schema validation, and access control. Client management (or client integrity checks) verifies the legitimacy of clients, preventing unauthorized mobile API traffic. These are the explicit features designed to mitigate the identified vulnerability.
❌ Why the other choices are incorrect:
- Option A is incorrect: Switching to reverse-proxy mode is FortiWeb's primary operational mode and doesn't inherently solve API bypass issues or strengthen identity checks. It doesn't address the specific API vulnerability.
- Option C is incorrect: Logging traffic and relying on FortiAnalyzer for alerts are reactive measures. The goal is to proactively prevent unauthorized access, not just detect it after the fact.
- Option D is incorrect: Replacing ZTNA with bot protection is irrelevant to the problem of bypassed login controls for APIs. Bot protection differentiates bots from humans, while the core issue is unauthorized user access to the API.
Reference: https://docs.fortinet.com/product/fortiweb
Which statement best describes the difference between SAML authentication and HTML authentication in FortiWeb site publishing?
Correct Option: A
- Option A is correct: SAML (Security Assertion Markup Language) authentication delegates the user login process to an external Identity Provider (IdP), with FortiWeb acting as the Service Provider (SP). HTML authentication, conversely, involves FortiWeb directly handling or proxying the credential submission from its own or the backend server's login page, often authenticating against local servers like LDAP or RADIUS.
- Option B is incorrect: Both SAML and HTML authentication can be applied to internal and cloud applications; the distinction is not based on application deployment location.
- Option C is incorrect: Modern HTML authentication implementations, including FortiWeb's, use HTTPS to encrypt credentials in transit, preventing cleartext transmission. SAML transmits assertions, not typically raw passwords.
- Option D is incorrect: SAML itself is not inherently passwordless, as the user typically authenticates with a password at the IdP. HTML authentication primarily uses username/password credentials, not tokens as the primary authentication mechanism.
Reference: https://docs.fortinet.com/document/fortiweb/7.2.0/administration-guide/207005/configuring-a-web-application-for-authentication
Full Question Bank Locked
You have reached the end of the free study guide preview. Upgrade now to unlock all 36 questions and the full simulation engine.
Certification Path
Related Certifications
Customer Reviews
Global Community Feedback
David M.
"The practice engine is incredible. It feels exactly like the real testing environment and helped me build so much confidence."
Sarah J.
"The PDF is very well organized and the explanations for the answers are actually helpful, not just random text."
Michael C.
"I was skeptical, but the content is high quality and definitely worth the price. I passed on my first try!"