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:
- Go to CLI configuration mode:
- Specify how long you want to store the objects.
- Save your changes.
- Verify the setting for how long the objects are stored in AV-Suite.
hostname > enable
hostname # configure terminalhostname (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.
hostname (config) # write memoryhostname (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
    .....