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

InspectedFile

Basic information about an inspected file. Full details can be obtained from InspectedFileDetails.


Properties

allow_listed Optional

Conveys user specified allow-list settting for this file at different time instances using /allow-list API.


string
error_code Optional

Error code corresponding to last inspection of this file. This field will be populated only when there is some error in the last inspection.


string
error_message Optional

Error message corresponding to last inspection of this file. This field will be populated only when there is some error in the last inspection.


integer as int64
file_size Optional

Size of the file in bytes.


string
file_type Optional

Type of the file.


inspection_status Optional

Status of the inspection event.

Possible values are: IN_PROGRESSCOMPLETEDERROR


integer
inspections_count Optional

Number of times this file is inspected.


boolean
is_blocked Optional

Conveys if the file is blocked by malware prevention service.


integer as int64
last_inspected Optional

Timestamp in milliseconds since epoch


array of string
malware_class Optional

Class of the malware.


array of string
malware_family Optional

Family of the malware.


string
md5 Optional

MD5 hash of the file.


string
sha1 Optional

SHA1 hash of the file.


string
sha256 Optional

SHA256 hash of the file.


integer
threat_score Optional

Threat score in the range of 0 to 100. A score of 100 is considered high potential threat.


verdict Optional

This property describes the behavior of the file at runtime. Meanings are described below BENIGN: This is a benign file with no malicious code TRUSTED: This is a TRUSTED file based on the behaviour of the file HIGHLY_TRUSTED: This is a file from a highly trusted source like for e.g microsft published the file SUSPICIOUS: This file contains suspicious code and on execution can turn out to be malware MALICIOUS: This file is a malicious file containing malware or bad code that can harm the system UNKNOWN: This file is not known and hence its behavior is UNKNOWN at this point in time. UNINSPECTED: This file is marked as allowlisted and hence the verdict is UNINSPECTED.

Possible values are: BENIGNTRUSTEDHIGHLY_TRUSTEDSUSPICIOUSMALICIOUSUNKNOWNUNINSPECTED

JSON Example

{
	"allow_listed": {
		"current_setting": false,
		"last_inspection_setting": false
	},
	"error_code": "string",
	"error_message": "string",
	"file_size": 0,
	"file_type": "string",
	"inspection_status": "IN_PROGRESS",
	"inspections_count": 0,
	"is_blocked": false,
	"last_inspected": 0,
	"malware_class": [
		"string"
	],
	"malware_family": [
		"string"
	],
	"md5": "string",
	"sha1": "string",
	"sha256": "string",
	"threat_score": 0,
	"verdict": "BENIGN"
}
[{"label":"Latest (1.0.0)","version":"latest"}]
nsx-malware-prevention
Property Of

InlineInspectedFilesListResult1
Used By

InspectedFileDetails

Feedback

Was this page helpful?