Use the commands in this topic to create an access group for YARA rules access.
To create an access group:
Log in to the Network Security CLI.
Go to CLI configuration mode:
hostname > enable hostname # configure terminal
Create the access group:
hostname (config) # aaa authorization access-groups group <access group name> [description "<description>"]where:
access group nameis the name of the access group.description is optional information about the access group. Enclose the description in double quotation marks if it includes more than one word.
Verify your change:
hostname (config) # show aaa authorization groups group <access group name>Save your changes:
hostname (config) # write memory
Example
The following example creates the "special-analysts" access group on the Network Security appliance.
hostname (config) # aaa authorization access-groups group special-analystshostname (config) # show aaa authorization access-groups group special-analysts
AAA Authorization Access-groups Rules : Enabled
-----------------------------------------------------
# Group: special-analysts----------------------------------------------------- No Rules Configured