Creating access groups for YARA rules using the CLI

Prev Next

Use the commands in this topic to create an access group for YARA rules access.

To create an access group:
  1. Log in to the Network Security CLI.

  2. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  3. Create the access group:

    hostname (config) # aaa authorization access-groups group <access group name> [description "<description>"]

    where:

    • access group name is 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.

  4. Verify your change:

    hostname (config) # show aaa authorization groups group <access group name>
  5. 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-analysts
hostname (config) # show aaa authorization access-groups group special-analysts

 AAA Authorization Access-groups Rules : Enabled

-----------------------------------------------------
# Group: special-analysts
-----------------------------------------------------
 No Rules Configured