エンジニアが Cisco Secure Firewall Threat Defense デバイスを設定しており、新しいゼロデイ エクスプロイトのデータ ペイロード内の特定のパターンの検出に基づいて新しい侵入ルールを作成するように警告しています。ルールの作成者と作成日を識別する行を追加するには、どのキーワード タイプを使用する必要がありますか。
正解:A
When creating a new intrusion rule in a Cisco Secure Firewall Threat Defense (FTD) device, the keyword type
"metadata" must be used to add a line that identifies the author of the rule and the date it was created. The metadata keyword is used to store additional information about the rule, such as authorship and creation date.
Steps:
* In FMC, navigate to Policies > Intrusion > Rules.
* Create a new rule or edit an existing one.
* Use the "metadata" keyword to add information about the author and date.
Example:
metadata: created_at 2023-06-15, author "John Doe";
By using the metadata keyword, you ensure that the rule contains relevant information for tracking its creation and authorship, which is essential for maintaining rule documentation and accountability.
References: Cisco Secure Firewall Management Center Intrusion Policy Guide, Chapter on Custom Rule Creation and Metadata Usage.