InspectedFileDetails

InspectedFileDetails
InspectedFileDetails

Details of a particular inspected file.

AllOf
This class requires all of the following:
JSON Example
{
    "sha256": "string",
    "sha1": "string",
    "md5": "string",
    "file_size": 0,
    "last_inspected": 0,
    "inspection_status": "string",
    "threat_score": 0,
    "verdict": "string",
    "error_message": "string",
    "error_code": "string",
    "allow_listed": {
        "last_inspection_setting": false,
        "current_setting": false
    },
    "malware_family": [
        "string"
    ],
    "malware_class": [
        "string"
    ],
    "is_blocked": false,
    "file_type": "string",
    "inspections_count": 0,
    "file_name": [
        "string"
    ],
    "analysed_in_cloud": false,
    "file_type_details": "string",
    "submitted_by": "string",
    "analyst_task_uuid": "string",
    "protocol": "string",
    "workloads_affected_count": 0,
    "last_client": {
        "vm_id": "string",
        "ip_address": "string",
        "fqdn": "string"
    },
    "last_server": {
        "vm_id": "string",
        "ip_address": "string",
        "fqdn": "string"
    },
    "transport_node_type": "string",
    "transport_node_id": "string",
    "first_inspected": 0
}