InspectedProcess
Basic information about an inspected process. Complete Process details can be obtained from InspectedProcessDetails.
{
"process_info": {
"name": "string",
"process_id": "string",
"vm_id": "string",
"site_id": "string",
"node_id": "string",
"process_sha256": "string",
"process_command_line": "string",
"binary_path": "string",
"parent_process_id": "string",
"parent_process_binary_path": "string",
"parent_process_uuid": "string",
"process_uuid": "string"
},
"last_inspected": 0,
"inspection_status": "string",
"threat_score": 0,
"verdict": "string",
"error_message": "string",
"error_code": "string",
"malware_family": [
"string"
],
"malware_class": [
"string"
],
"inspections_count": 0
}
Denotes the current analysis status of the inspection event.
Threat score in the range of 0 to 100. A score of 100 is considered high potential threat.
This property describes the behavior of the file at runtime. Following is the meaning of each verdict:
- BENIGN: File with no malicious code.
- TRUSTED: Behavioural analysis or prevalence indicates a trusted file.
- HIGHLY_TRUSTED: File from a highly trusted source. For example, Microsoft published the file.
- SUSPICIOUS: File contains suspicious code and on execution can turn out to be a malware.
- MALICIOUS: File is a malicious file containing malware or bad code that can harm the system.
- UNKNOWN: File behavior is UNKNOWN at this point in time or there is some error in the analysis pipeline and verdict could not be concluded.
- UNINSPECTED: File is marked as excluded and hence was not inspected by the analysis pipeline.
Error message corresponding to last inspection of this process. This field will be populated only when there is some error in the last inspection.
Error code corresponding to last inspection of this process. This field will be populated only when there is some error in the last inspection.
Family of the malware.
Class of the malware.
Total count of process inspection events for all the child processes under the root process.