Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Fortinet NSE7_SOC_AR-7.6 Exam - Topic 2 Question 14 Discussion

Refer to the exhibit.You want to configure a FortiSIEM rule that triggers when a FortiMail device reports at least 100 recipient verification failures for different email accounts in the domain acmecorp.net. What would you add or modify to accomplish this task? Choose one answer.
A) Change the aggregate to COUNT(Distinct Mail Receiver) >= 100.
B) Add a filter for Mail Receiver >= 100.
C) Change the status attribute filter from Status CONTAIN FAIL to Status CUSTOM EXPRESSION FAIL >= 100.
D) Add a filter for Mail Receiver CONTAIN acmecorp.net.

Fortinet NSE7_SOC_AR-7.6 Exam - Topic 2 Question 14 Discussion

Actual exam question for Fortinet's NSE7_SOC_AR-7.6 exam
Question #: 14
Topic #: 2
[All NSE7_SOC_AR-7.6 Questions]

Refer to the exhibit.

You want to configure a FortiSIEM rule that triggers when a FortiMail device reports at least 100 recipient verification failures for different email accounts in the domain acmecorp.net. What would you add or modify to accomplish this task? Choose one answer.

Show Suggested Answer Hide Answer
Suggested Answer: A

Exact Extract: ''The subpattern... consists of three components: Filter... Aggregate... Group By... Aggregate: The aggregate function stipulates that five or more events within the 600-second time window must be matched. Group By: If multiple VPN login failure events have the same source IP address, reporting device, reporting IP address, and user, they are grouped together in one row, and the count column tracks the number of events for each row.''

Exact Extract: ''FortiSIEM uses the analytics search filter conditions to create the rule subpattern Filter conditions and the search display conditions to create the rule Group by conditions. When creating rules from analytics searches, FortiSIEM always sets the Aggregate condition to COUNT(Matched Events) >= 1.''

The correct answer is A because the requirement is not simply ''100 failed events''; it is 100 failures for different email accounts. The existing aggregate COUNT(Matched Events) >= 100 only counts total matching FortiMail rejection events. That could trigger even if one recipient address failed 100 times. To detect failures across different recipients, the aggregate must count unique recipient values, so COUNT(Distinct Mail Receiver) >= 100 is the correct modification. Option B is invalid because Mail Receiver is a field containing an email recipient value, not a numeric counter. Option C incorrectly tries to push counting logic into the Status filter; Status should remain a filter such as CONTAIN FAIL. Option D may be useful only if the domain is not already filtered, but the exhibit already includes the domain condition for acmecorp.net, and it still would not solve the ''different email accounts'' requirement.


Contribute your Thoughts:

0/2000 characters
Annamae
3 days ago
Wait, 100 failures? That sounds like a lot!
upvoted 0 times
...
Glenn
8 days ago
D) is just filtering by domain, not counting failures.
upvoted 0 times
...
Emogene
13 days ago
C) seems a bit off, not sure it would work.
upvoted 0 times
...
Bernardine
19 days ago
I think B) makes more sense, though.
upvoted 0 times
...
Rachael
24 days ago
A) is the right choice for distinct counts!
upvoted 0 times
...
Ahmed
29 days ago
I feel like the status filter is important too, but I can't recall if we should use a custom expression or just a simple filter.
upvoted 0 times
...
Eric
1 month ago
I practiced a similar question where we had to filter based on email domains, so D might be relevant, but I’m not completely confident.
upvoted 0 times
...
Edison
1 month ago
I’m not sure about the filters; I think we need to focus on the count of failures, but I could be mixing it up with another question.
upvoted 0 times
...
Page
1 month ago
I remember something about using COUNT for distinct values, so A seems like it could be right.
upvoted 0 times
...

Save Cancel