reporting:
zip_archive:
enabled: false
encryption:
enabled: false
public_key: "example_public.pem"
algorithm: CHACHA20-POLY1305
compression:
enabled: true
size_limit: 100 MB
metadata:
mac_times: true
checksums: true
paths: true
Property Description Required Default
enabledSpecifies whether the zip archive creation is enabled. No true
encryptionConfiguration for encrypting the zip archive. Contains the fields: enabled, public_key, and algorithm. No See ReportingEncryption Defaults
compressionConfiguration for compressing the zip archive. Contains the fields: enabled and size_limit. No See ReportingCompression Defaults
Property Description Required Default
enabledSpecifies whether encryption is enabled for the zip archive. No false
public_keyThe path to the public key file used for encryption. Relative to the keys directory Yes (if enabled is true) -
algorithmThe encryption algorithm to be used. Available values: AES-128-GCM, CHACHA20-POLY1305, None. No None
Property Description Required Default
enabledSpecifies whether compression is enabled for the zip archive. No false
size_limitThe maximum size limit for specific files to be compressed. If a file exceeds this limit, it will only be stored inside the archive without compression. No 100 MB
Property Description Required Default
mac_timesSpecifies whether the MAC times (Modified, Accessed, Created) should be recorded in the metadata.csv for stored files (using store or yara actions). No false
checksumsSpecifies whether checksums should be calculated and included in the report. No false
pathsSpecifies whether the original file paths should be recorded in the metadata.csv for stored files (using store or yara actions). No false