FCP_FSM_AN-7.2問題一発合格させる問題集はFortinet Certified Professional Security Operations認定で! [Q20-Q35]

Share

FCP_FSM_AN-7.2問題一発合格させる問題集はFortinet Certified Professional Security Operations認定で!

FCP_FSM_AN-7.2練習テストPDF試験材料

質問 # 20
Refer to the exhibit.

What is the Group: FortiSIEM Analysts value referring to?

  • A. Windows Active Directory user group
  • B. CMDB user group
  • C. FortiSIEM organization group
  • D. LDAP user group

正解:B

解説:
In FortiSIEM, the value Group: FortiSIEM Analysts under the User attribute refers to a CMDB user group. These groups are defined within FortiSIEM's CMDB and used to logically organize users for analytics, correlation rules, and reporting.


質問 # 21
Refer to the exhibit.

Which section contains the subpattern configuration that determines how many matching events are needed to trigger the rule?

  • A. Group By
  • B. Actions
  • C. Aggregate
  • D. Filters

正解:C

解説:
The Aggregate section contains the condition COUNT(Matched Events) >= 1, which defines how many events must match the filter criteria for the rule to trigger. This is the subpattern configuration that determines the event threshold.


質問 # 22
Which statement about thresholds is true?

  • A. FortiSIEM uses only device thresholds for security metrics.
  • B. FortiSIEM uses global and per device thresholds for performance metrics.
  • C. FortiSIEM uses fixed, hardcoded global and device thresholds for all performance metrics.
  • D. FortiSIEM uses only global thresholds for performance metrics.

正解:B

解説:
FortiSIEM evaluates performance metrics against both global thresholds, which apply system-wide, and per-device thresholds, which can be customized for individual devices. This dual approach allows flexibility in monitoring while ensuring consistent baseline alerting.


質問 # 23
How can you query the configuration management database (CMDB) in an analytics search?

  • A. On the CMDB tab, select an entry, and then click Create Search.
  • B. Click Value > Select from CMDB.
  • C. On the Admin tab, click CMDB Search.
  • D. Click Attribute > Select from CMDB.

正解:B

解説:
In an analytics search, you can query the CMDB by clicking Value > Select from CMDB, which allows you to choose values directly from CMDB entries for the selected attribute, enabling precise filtering based on asset data.


質問 # 24
What are two required components of a rule? (Choose two.)

  • A. Clear policy
  • B. Subpattern
  • C. Exception policy
  • D. Detection Technology

正解:B、D

解説:
A Subpattern defines the specific conditions or event patterns the rule is designed to detect, and the Detection Technology specifies the type of detection logic (e.g., real-time, historical). Both are essential for a rule to function in FortiSIEM.


質問 # 25
What can you use to send data to FortiSIEM for user and entity behavior analytics (UEBA)?

  • A. SNMP
  • B. FortiSIEM agent
  • C. FortiSIEM worker
  • D. SSH

正解:B

解説:
The FortiSIEM agent can be used to send detailed endpoint data such as user activity and process behavior to FortiSIEM, which is essential for performing User and Entity Behavior Analytics (UEBA).


質問 # 26
Which running mode takes the most time to perform machine learning tasks?

  • A. Local auto
  • B. Forecasting
  • C. Local
  • D. Regression

正解:C

解説:
In Local mode, FortiSIEM performs machine learning tasks using the full dataset without optimization shortcuts, making it the most time-consuming mode compared to Local Auto, Forecasting, or Regression.


質問 # 27
Which analytics search can be used to apply a user and entity behavior analytics (UEBA) tag to an event for a failed login by the user JSmith?

  • A. User = smith
  • B. Username NOT END WITH jsmith
  • C. Username CONTAIN smit
  • D. User IS jsmith

正解:D

解説:
The correct syntax to match an exact username in FortiSIEM analytics search is User IS jsmith. This ensures that the UEBA tag is applied only when the event is specifically tied to the user "jsmith", which is required for accurate behavioral analytics.


質問 # 28
Which information can FortiSIEM retrieve from FortiClient EMS through an API connection?

  • A. ZTNA tags
  • B. Host software versions
  • C. Host login credentials
  • D. FortiSIEM license

正解:A

解説:
FortiSIEM can retrieve ZTNA tags from FortiClient EMS through an API connection, enabling dynamic user and device classification for policy enforcement and incident response.


質問 # 29
Refer to the exhibit.

How was this incident cleared?

  • A. The incident was cleared automatically by the rule.
  • B. FortiSIEM cleared the incident automatically after 24 hours.
  • C. The analyst manually cleared the incident from the incident table.
  • D. The endpoint was rebooted and sent an all-clear signal to FortiSIEM.

正解:A

解説:
The Incident Status shows "Auto Cleared", and the Cleared Reason states: "Rule has not been triggered for 20 minutes." This indicates that the incident was automatically cleared by the rule logic after a defined period of inactivity.


質問 # 30
Refer to the exhibit.

Which value would you expect the FortiSIEM parser to use to populate the Application Name field?

  • A. Network.Service
  • B. SSL
  • C. applist
  • D. wan1

正解:B

解説:
The Application Name field in FortiSIEM is typically populated using the value of the app field in the raw log. In this event, app="SSL", so "SSL" is the expected application name parsed by FortiSIEM.


質問 # 31
Refer to the exhibit.

As shown in the exhibit, why are some of the fields highlighted in red?

  • A. The Event Receive Time attribute is not available for logs.
  • B. The attribute COUNT(Matched Events) is an invalid expression.
  • C. Unique values cannot be grouped B.
  • D. No RAW Event Log attribute information is available.

正解:C

解説:
The fields are highlighted in red because unique values such as Event Receive Time and Raw Event Log cannot be used in group-by operations. Grouping requires aggregatable or consistent values across events, while these fields are unique to each event, making them incompatible for grouping.


質問 # 32
Refer to the exhibit.

An analyst is troubleshooting the rule shown in the exhibit. It is not generating any incidents, but the filter parameters are generating events on the Analytics tab.
What is wrong with the rule conditions?

  • A. The Group By attributes restricts which events are counted.
  • B. The Aggregate attribute is too restrictive.
  • C. The Event Type refers to a CMDB lookup and should be an Event lookup.
  • D. The Destination Host Name value is not fully qualified.

正解:A

解説:
The Group By attributes - Destination IP and User - cause the aggregation (COUNT(Source IP) >= 2) to apply within each unique combination of those groupings. This restricts the count calculation and can prevent the rule from triggering incidents, even if matching events exist in the Analytics tab.


質問 # 33
Refer to the exhibit.

An analyst is trying to generate an incident with a title that includes the Source IP, Destination IP, User, and Destination Host Name. They are unable to add a Destination Host Name as an incident attribute.
What must be changed to allow the analyst to select Destination Host Name as an attribute?

  • A. The Destination Host Name must be added as an Event type in the FortiSIEM.
  • B. The Destination Host Name must be selected as a Triggered Attribute.
  • C. The Destination IP Event Attribute must be removed.
  • D. The Destination Host Name must be set as an aggregate item in a subpattern.

正解:B

解説:
For an attribute like Destination Host Name to be used in the incident title, it must first be included in the Triggered Attributes list. Only attributes listed there are available for substitution in the title template (e.g., $destIpAddr, $srcIpAddr).


質問 # 34
......


Fortinet FCP_FSM_AN-7.2 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • 分析:このセクションでは、セキュリティアナリストのスキルを評価し、クエリの構築と改良に関する基礎的な手法を網羅します。イベントからの検索の作成、グループ化と集計手法の適用、CMDBやネストされたクエリを含む様々なルックアップ操作の実行など、データの効果的な分析と相関分析に重点が置かれます。
トピック 2
  • 機械学習、UEBA、ZTNA:このセクションでは、上級セキュリティアーキテクトのスキルを評価し、最新のセキュリティテクノロジーの統合について学びます。機械学習モデルの設定タスクの実行、UEBA(ユーザーおよびエンティティの行動分析)データをルールやダッシュボードに組み込んで脅威検出を強化すること、そしてZTNA(ゼロトラスト・ネットワーク・アクセス)の原則をセキュリティ運用に統合する方法を理解することが求められます。
トピック 3
  • ルールとサブパターン:このセクションでは、SOCエンジニアのスキルを評価し、分析ルールの構築と実装に焦点を当てます。ルールを構成する様々なコンポーネントの特定、サブパターンや集約といった高度な機能の活用、そしてFortiSIEMプラットフォーム内でこれらのルールを実際に設定してセキュリティイベントを検知するスキルが問われます。
トピック 4
  • インシデント、通知、および修復:このセクションでは、インシデント対応者のスキルを評価し、インシデント管理ライフサイクル全体を網羅します。これには、セキュリティインシデントの管理と優先順位付け、アラート通知のポリシー設定、脅威の封じ込めと解決のための自動修復アクションの設定に必要なスキルが含まれます。

 

FCP_FSM_AN-7.2[2026年02月] 最新リリース] 試験問題あなたを必ず合格させます:https://www.passtest.jp/Fortinet/FCP_FSM_AN-7.2-shiken.html

FCP_FSM_AN-7.2解答FCP_FSM_AN-7.2無料サンプルには全てリアル試験:https://drive.google.com/open?id=1RvDmaBGsVO0SKDKv9-YW80DlOC2Kh9WE