Enabling access groups for YARA rules using the CLI

Prev Next

Use the commands in this topic to enable the use of access groups for YARA rules access.

To enable access groups for YARA rules:
  1. Log in to the Network Security appliance.

  2. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  3. Enable the access group for YARA rules feature:

    hostname (config) # aaa authorization access-groups area yara_rules enable
  4. If prompted to confirm your action, enter YES.

  5. Verify your change:

    hostname (config) # show aaa authorization access-groups
  6. Save your change:

    hostname (config) # write memory

Example

The following example enables access groups for YARA rules access on theNetwork Security appliance.

hostname (config) # aaa authorization access-groups area yara_rules enable
Type 'YES' to confirm enabling access groups that limit access to certain objects like alerts for non-admin users: YES
hostname (config) # show aaa authorization access-groups
AAA Access-groups enabled for : yara_rules
 No Access groups configured.