nerdexam
Fortinet

FCSS_ADA_AR-6.7 · Question #5

Refer to the exhibit. This is an example of a baseline profile that is configured in the backend of FortiSIEM. Which two Group By attributes are configured for this profile? (Choose two.)

The correct answer is B. Reporting Device C. Reporting IP. From the provided XML configuration, we need to focus on the <GroupByAttr> section, which defines the attributes used for grouping. In the SelectClause, the following attributes are listed: reptDevName, reptDevAddr, COUNT(*), COUNT(DISTINCT user), COUNT(DISTINCT srcIpAddr)…

Advanced FortiSIEM Analytics

Question

Refer to the exhibit. This is an example of a baseline profile that is configured in the backend of FortiSIEM. Which two Group By attributes are configured for this profile? (Choose two.)

Exhibit

FCSS_ADA_AR-6.7 question #5 exhibit

Options

  • ALogon Failure
  • BReporting Device
  • CReporting IP
  • DDistinct User

How the community answered

(42 responses)
  • A
    5% (2)
  • B
    83% (35)
  • D
    12% (5)

Explanation

From the provided XML configuration, we need to focus on the <GroupByAttr> section, which defines the attributes used for grouping. In the SelectClause, the following attributes are listed: reptDevName, reptDevAddr, COUNT(*), COUNT(DISTINCT user), COUNT(DISTINCT srcIpAddr) reptDevName represents the reporting device. reptDevAddr represents the reporting IP. COUNT(DISTINCT user) tracks unique users. COUNT(DISTINCT srcIpAddr) tracks distinct source IPs. In the GroupByAttr section: <GroupByAttr>reptDevName, reptDevAddr</GroupByAttr> This confirms that the grouping is performed by Reporting Device (reptDevName) and Reporting IP (reptDevAddr).

Topics

#baseline profiles#Group By attributes#UEBA#behavioral analytics

Community Discussion

No community discussion yet for this question.

Full FCSS_ADA_AR-6.7 Practice