Exam NSE7_SOC_AR-7.6 Topic 2 Question 66 Discussion

Actual exam question for Fortinet's NSE7_SOC_AR-7.6 exam
Question #: 66
Topic #: 2
Refer to the exhibit.

You are trying to find traffic flows to destinations that are in Europe or Asia, for hosts in the local LAN segment. However, the query returns no results. Assume these logs exist on FortiSIEM.
Which three mistakes can you see in the query shown in the exhibit? (Choose three answers)

Suggested Answer: C,D,E Vote an answer

Analyzing the Query Configuration exhibit in the context of FortiSIEM 7.3 search logic reveals several syntax and logical errors that prevent the query from returning results:
* Logical Operator Error (E): The user intends to find traffic to Europe OR Asia. In the exhibit, the first row (Group: Europe) is followed by a default AND operator. This forces the query to look for a single flow where the destination is simultaneously in Europe and Asia, which is logically impossible.
It must be changed to OR .
* Missing Parentheses (C): When combining OR and AND logic in FortiSIEM, parentheses are required to define the order of operations. Without them, the query might evaluate " Asia AND Destination Country IS NOT null AND Source IP IN... " first. To correctly find (Europe OR Asia) that also matches the LAN segment, parentheses must group the first two rows.
* Incorrect Operator for IP Range (D): The exhibit uses the IN operator for the value 10.0.0.0,
10.200.200.254. In FortiSIEM, the IN operator is used for a comma-separated list of specific values or CMDB groups. To specify a continuous range of IP addresses (the " LAN segment " ), the BETWEEN operator must be used.
Why other options are incorrect:
* IS NOT null (A): In FortiSIEM, " IS NOT null " is a valid operator/value combination used to ensure a specific attribute has been successfully parsed and populated in the event record.
* Time Range (B): There is no requirement for a time range to be " Absolute " when using CMDB groups; " Relative " time ranges (like the " Last 30 Days " shown) are commonly used and fully supported for such queries.
SOC Concepts and Frameworks

by Betsy at Jul 09, 2026, 10:46 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10