InlineInspectedFileDetails1
Details of a particular inspected file.
Properties
Specifies whether this file is analysed in cloud. If true, the file is present in the allow-list.
Task UUID assigned by Lastline Analyst service.
Array of file names observed for this file hash. This list is sorted based on corresponding inspection time. Last observed file name will appear first in this list.
Type of the file.
Detailed information about the type of file.
Timestamp in milliseconds since epoch
Conveys if the file is blocked by malware prevention service.
Protocol through which file is downloaded.
Possible values are: INVALID , HTTP , HTTPS , FTP , SMB
Identifier of the last user who submitted this file for inspection.
ID of the transport node on which this file is detected. Transport nodes are hypervisor hosts or NSX Edges that participated in the NSX-T topology.
Type of transport node by which file is downloaded.
Possible values are: HOST , GATEWAY , INVALID
Number of workload VMs on which this file is observed.
JSON Example
{
"analysed_in_cloud": false,
"analyst_task_uuid": "string",
"file_name": [
"string"
],
"file_type": "string",
"file_type_details": "string",
"first_inspected": 0,
"is_blocked": false,
"last_client": {
"fqdn": "string",
"ip_address": "string",
"vm_id": "string"
},
"last_server": {
"fqdn": "string",
"ip_address": "string",
"vm_id": "string"
},
"protocol": "INVALID",
"submitted_by": "string",
"transport_node_id": "string",
"transport_node_type": "HOST",
"workloads_affected_count": 0
}