Skip to main content

HOST_VULN_DETAILS_V View

This view provides host vulnerability assessment details (such as CVE ID, Machine Id, Package info, fix info, and more) about a discovered vulnerability in a host within the last 90 days.

Each row contains file information as listed in the following columns:

Column NameData TypeDescription
START_TIMETimestampThe time and date when the hourly aggregation time period starts.
END_TIMETimestampThe time and date when the hourly aggregation time period ends.
VULN_IDTextThe vulnerability ID found on a given host.
MIDNumberThe Lacework-generated machine identifier that uniquely identifies the machine.
MACHINE_TAGSJSON ObjectThe tags or labels assigned to machines (such as VMs) to categorize them.
EVAL_CTXJSON ObjectThe eval context provides machine details such as first boot time, host name, machine created time, eval guid, and collector type.
Collector type can be Agent or Agentless.
FEATURE_KEYJSON ObjectThe feature key provides the information about the package name and namespace that contains the vulnerability mentioned in VULN_ID.
SEVERITYTextThe severity of the vulnerability found.
FIX_INFOJSON ObjectThe fix info provides details about the CVE such as fix available version, eval status, etc.
STATUSTextThe evaluation status generated by Lacework to show if the CVE is New, Active, Fixed, Reopened, etc.
CVE_PROPSJSON ObjectThe CVE props contains CVE description and metadata.
PROPSJSON ObjectThe props provides other relevant information about the host and CVE, such as the first_time_seen field and the last_updated_time field.
API values for 'FEATURE_KEY:package_active'

See package status for full details on each value.

ConsoleAPI
Active1
Inactive-1
Unknown0
N/A-2
API values for 'SEVERITY'
ConsoleAPI
Critical1
High2
Medium3
Low4
Info5