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
SHA1 hash.
detect
Threat name.
path
Path to the created file.
Example
{
"archive_path": "drops/d##vault.hta(0)",
"sha1": "392b84af9ede8fc70a29f02131e9ae91ef88c809",
"detect": "JS.DownLoader.994",
"path": "D:\\vault.hta"
}