Dump

The Dump object contains data about a potentially malicious dump of a process.

Structure

Key

Type

Description

archive_path

string

Path to the file in the report archive.

name

string

File name.

sha1

string

SHA1 hash.

detect

string

Threat name.

pid

number

Process identifier.

Example

{

 "archive_path": "dumps/4_89432000_a71a8d8316cb3bc.4.38.6.ndmp",

 "name": "a71a8d8316cb3bc",

 "sha1": "8f11bc1fb9ac4444472213e0ae91bc166493f0ab",

 "detect": "Trojan.Necurs.5",

 "pid": 4

}