FileInspectionEvent
File Inspection Event.
{
"inspection_time": 0,
"server": {
"vm_id": "string",
"ip_address": "string",
"fqdn": "string"
},
"client": {
"vm_id": "string",
"ip_address": "string",
"fqdn": "string"
},
"sha256": "string",
"file_name": "string",
"inspection_status": "string",
"threat_score": 0,
"verdict": "string",
"error_message": "string",
"error_code": "string",
"is_blocked": false,
"is_excluded": false,
"node_type": "string",
"node_id": "string",
"gateway_id": "string"
}
SHA256 hash of the file.
Name of the file as observed in this instance of inspection.
Denotes the current analysis status of the inspection event.
Threat score assigned to this inspection event. Threat score in the range of 0 to 100 for known verdict. A score of 100 is considered high potential threat. Score -1 indicates the verdict is UNINSPECTED because file is excluded. Any score outside the range of -1 to 100 will mean that verdict is UNKNOWN.
This property describes the behavior of the file at runtime. Following is the meaning of each verdict:
- BENIGN: File with no malicious code.
- TRUSTED: Behavioural analysis or prevalence indicates a trusted file.
- HIGHLY_TRUSTED: File from a highly trusted source. For example, Microsoft published the file.
- SUSPICIOUS: File contains suspicious code and on execution can turn out to be a malware.
- MALICIOUS: File is a malicious file containing malware or bad code that can harm the system.
- UNKNOWN: File behavior is UNKNOWN at this point in time or there is some error in the analysis pipeline and verdict could not be concluded.
- UNINSPECTED: File is marked as excluded and hence was not inspected by the analysis pipeline.
Error message corresponding to this inspection event. This field will be populated only when there is some error in the inspection.
Error code corresponding to this inspection event. This field will be populated only when there is some error in the inspection.
This field conveys if the file is blocked by Malware Prevention Service.
A value of true implies the file is present in the exclusion list. An excluded file is not inspected.
Type of node on which endpoint or network activity is reported.
ID of the node from which event was generated. A node could be hypervisor host, NSX Edge or Sensor.
ID of the Tier0 or Tier1 gateway on which this file is detected. Tier0 or Tier1 gateway are logical routers of NSX-T topology.