Drop

The Drop object contains data about a file created during the analysis.

Structure

Key

Type

Description

archive_path

string

Path to the file in the report archive.

sha1

string

SHA1 hash.

detect

string

Threat name.

path

string

Path to the created file.

Example

{

 "archive_path": "drops/d##vault.hta(0)",

 "sha1": "392b84af9ede8fc70a29f02131e9ae91ef88c809",

 "detect": "JS.DownLoader.994",

 "path": "D:\\vault.hta"

}