InspectedProcessDetails

InspectedProcessDetails
Inspected Process Details

Details of a particular inspected process.

JSON Example
{
    "process_details": {
        "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
    },
    "children_processes": [
        "InspectedProcessDetails Object"
    ]
}
process_details
Optional

Basic information about an inspected process. Complete Process details can be obtained from InspectedProcessDetails.

children_processes
Optional

Recursive list of children processes.