Report Format ll-int-archive

This analysis report format applies to a run of the archive extractor. This type extends the Analysis Report Format type.

Report contents

  • extracted_files.

    Type: List of extracted files. See Extracted Files.

    A list of files extracted from the archive.

  • full_archive_analysis.

    Type: List of hexadecimal strings.

    Example: [“7065a3ba0c729ad5981a1e1072df710d”].

    A list of unique identifiers for analysis submissions that are associated with analyzing the archive as a whole. This value can be used to obtain a report for the corresponding child task (see get_result()).

Extracted Files

A file that was extracted from the submitted archive.

Extracted file contents

  • md5

    Type: Hexadecimal string.

    Example: “748cb82987899a164c2f6e7985fffec5”.

    An md5 hash of the file content.

  • sha1

    Type: Hexadecimal string.

    Example: “066e791be6fb28063fc643cea658bf70d193b895”.

    A sha1 hash of the file content.

  • mime_type: (optional).

    Type: String.

    Example: “application/vnd.android.package-archive”.

    The MIME type of the extracted file.

  • task_uuid.

    Type: Hexadecimal string.

    Example: 7065a3ba0c729ad5981a1e1072df710d.

    Unique identifier for the analysis submission of the extracted file. This value can be used to obtain a report for the child task (see get_result()).