[{"label":"Latest (1.0.0)","version":"latest"}]
nsx-malware-prevention

InlineInspectedFileDetails1

Details of a particular inspected file.


Properties

boolean
analysed_in_cloud Optional

Specifies whether this file is analysed in cloud. If true, the file is present in the allow-list.


string
analyst_task_uuid Optional

Task UUID assigned by Lastline Analyst service.


array of string
file_name Optional

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.


string
file_type Optional

Type of the file.


string
file_type_details Optional

Detailed information about the type of file.


integer as int64
first_inspected Optional

Timestamp in milliseconds since epoch


boolean
is_blocked Optional

Conveys if the file is blocked by malware prevention service.


last_client Optional

Details about virtual machine.


last_server Optional

Details about virtual machine.


protocol Optional

Protocol through which file is downloaded.

Possible values are: INVALIDHTTPHTTPSFTPSMB


string
submitted_by Optional

Identifier of the last user who submitted this file for inspection.


string
transport_node_id Optional

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.


transport_node_type Optional

Type of transport node by which file is downloaded.

Possible values are: HOSTGATEWAYINVALID


integer
workloads_affected_count Optional

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
}
[{"label":"Latest (1.0.0)","version":"latest"}]
nsx-malware-prevention
Used By

InspectedFileDetails

Feedback

Was this page helpful?