Configuring AV-Suite to Store the Objects Using the CLI

Follow these steps to configure how long you want to store information (filename, file type, engine type, MD5 checksum, and SHA-256 hash file) in AV-Suite for malicious and nonmalicious objects using the CLI.

To configure the length of time to store the objects:

  1. Go to CLI configuration mode:
  2. hostname > enable
    hostname # configure terminal
  3. Specify how long you want to store the objects.
  4. hostname (config) # analysis retro-hunt time <hours>

    The range is from 1 to 720 hours. The default value is 0 hours, which means an unlimited time period.

  5. Save your changes.
  6. hostname (config) # write memory
  7. Verify the setting for how long the objects are stored in AV-Suite.
  8. hostname (config) # show analysis config
      .....
    
        Analysis reset duplicate since           : 2018/04/19 10:41:23
    
        Retroactive hunting                      : Enabled
        Retroactive hunting time                : 0 hours
        Retroactive update interval              : 300 seconds
    
        VM throttling                            : AUTO
    
        Riskware detection                       : Disabled
        .....