Skip to main content

Lacework

This Integration is part of the Lacework Pack.#

Lacework provides end-to-end cloud security automation for AWS, Azure, and GCP with a comprehensive view of risks across cloud workloads and containers. This integration was integrated and tested with version 2 of the Lacework APIs

Configure Lacework on Cortex XSOAR#

  1. Navigate to Settings > Integrations > Servers & Services.

  2. Search for Lacework.

  3. Click Add instance to create and configure a new integration instance.

    ParameterRequired
    Lacework Account Name (i.e. Sub-Domain of the URL: <ACCOUNT>.lacework.net)True
    Lacework Sub-Account Name (If Required)False
    Lacework API KeyTrue
    Lacework API SecretTrue
    Lacework Alert Severity ThresholdTrue
    Fetch incidentsFalse
    Incident typeFalse
    Lacework Alert History to Import (in days)False
  4. Click Test to validate the URLs, token, and connection.

Commands#

You can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

lw-get-alert-details#


Fetch details for a specific Alert in Lacework.

Base Command#

lw-get-alert-details

Input#

Argument NameDescriptionRequired
alert_idThe Lacework Alert ID to be retrieved.Required
scopeThe scope of data to retrieve from Lacework for the specified Alert ID. Possible values are: Details, Investigation, Events, RelatedAlerts, Integrations, Timeline. Default is Details.Optional

Context Output#

PathTypeDescription
Lacework.Alert.startTimeDateThe start time of the alert.
Lacework.Alert.endTimeDateThe end time of the alert.
Lacework.Alert.alertTypeStringThe type of the alert.
Lacework.Alert.alertNameStringThe name of the alert.
Lacework.Alert.alertIdStringThe ID of the alert.
Lacework.Alert.severityStringThe severity of the alert.
Lacework.Alert.statusStringThe status of the alert.
Lacework.Alert.alertInfo.descriptionStringThe alert description provides why the potential threat occurred.
Lacework.Alert.alertInfo.subjectStringThe alert subject. In some cases, the alert subject can be the same as the alert name.
Lacework.Alert.entityMapUnknownThe entity map for the alert.

lw-get-aws-compliance-assessment#


Fetch the latest AWS compliance data from Lacework.

Base Command#

lw-get-aws-compliance-assessment

Input#

Argument NameDescriptionRequired
account_idThe AWS Account ID to use when fetching compliance data.Required
report_typeThe Report Type to fetch from Lacework. Possible values are: AWS_CIS_S3, HIPAA, ISO_2700, NIST_800-53_Rev4, NIST_800-171_Rev2, PCI, SOC. Default is AWS_CIS_S3.Optional
rec_idSetting the 'rec_id' will filter compliance results for the specified Recommendation ID.Optional

Context Output#

PathTypeDescription
Lacework.Compliance.reportTypeStringThe Type of the compliance report.
Lacework.Compliance.reportTitleStringThe Title of the compliance report.
Lacework.Compliance.recommendations.SUPPRESSIONSStringThe suppressions for the current recommendation.
Lacework.Compliance.recommendations.INFO_LINKStringThe URL to the compliance violation information.
Lacework.Compliance.recommendations.ASSESSED_RESOURCE_COUNTNumberThe number of assessed resources for the violation.
Lacework.Compliance.recommendations.STATUSStringThe status of the recommendation.
Lacework.Compliance.recommendations.REC_IDStringThe ID of the recommendation.
Lacework.Compliance.recommendations.CATEGORYStringThe category of the recommendation
Lacework.Compliance.recommendations.SERVICEStringThe service associated with the recommendation.
Lacework.Compliance.recommendations.TITLEStringThe title of the recommendation.
Lacework.Compliance.recommendations.VIOLATIONS.regionStringThe region of the violating resource.
Lacework.Compliance.recommendations.VIOLATIONS.reasonsStringThe reason for the violation.
Lacework.Compliance.recommendations.VIOLATIONS.resourceStringThe resource causing the violation.
Lacework.Compliance.recommendations.RESOURCE_COUNTNumberThe number of resources associated with the compliance failure.
Lacework.Compliance.recommendations.SEVERITYNumberThe severity of the compliance failure.
Lacework.Compliance.summary.NUM_RECOMMENDATIONSNumberThe number of recommendations contained in the report.
Lacework.Compliance.summary.NUM_SEVERITY_2_NON_COMPLIANCENumberThe number of Severity 2 compliance violations.
Lacework.Compliance.summary.NUM_SEVERITY_4_NON_COMPLIANCENumberThe number of Severity 4 compliance violations.
Lacework.Compliance.summary.NUM_SEVERITY_1_NON_COMPLIANCENumberThe number of severity 1 compliance violations.
Lacework.Compliance.summary.NUM_COMPLIANTNumberThe number of compliant resources.
Lacework.Compliance.summary.NUM_SEVERITY_3_NON_COMPLIANCENumberThe number of severity 3 compliance violations.
Lacework.Compliance.summary.ASSESSED_RESOURCE_COUNTNumberThe number of assessed resources.
Lacework.Compliance.summary.NUM_SUPPRESSEDNumberThe number of suppressed alerts.
Lacework.Compliance.summary.NUM_SEVERITY_5_NON_COMPLIANCENumberThe number of severity 5 compliance violations.
Lacework.Compliance.summary.NUM_NOT_COMPLIANTNumberThe number of resources not in compliance.
Lacework.Compliance.summary.VIOLATED_RESOURCE_COUNTNumberThe number of resources violating compliance.
Lacework.Compliance.summary.SUPPRESSED_RESOURCE_COUNTNumberThe number of resources with suppressed violations.
Lacework.Compliance.accountIdStringThe AWS account ID.
Lacework.Compliance.accountAliasStringThe AWS account alias.
Lacework.Compliance.tenantIdStringThe Azure tenant ID.
Lacework.Compliance.tenantNameStringThe Azure tenant name.
Lacework.Compliance.subscriptionIdStringThe Azure subscription ID.
Lacework.Compliance.subscriptionNameStringThe Azure subscription name.
Lacework.Compliance.projectIdStringThe GCP project ID.
Lacework.Compliance.projectNameStringThe GCP project name.
Lacework.Compliance.organizationIdStringThe GCP organization ID.
Lacework.Compliance.organizationNameStringThe GCP organization name.
Lacework.Compliance.reportTimeStringThe time the report completed.

lw-get-azure-compliance-assessment#


Fetch the latest Azure compliance data from Lacework.

Base Command#

lw-get-azure-compliance-assessment

Input#

Argument NameDescriptionRequired
tenant_idThe Azure Tenant ID to use when fetching compliance data.Required
subscription_idThe Azure Subscription ID to use when fetching compliance data.Required
report_typeThe Report Type to fetch from Lacework. Possible values are: AZURE_CIS, AZURE_PCI, AZURE_SOC. Default is AZURE_CIS.Optional
rec_idSetting the 'rec_id' will filter compliance results for the specified Recommendation ID.Optional

Context Output#

PathTypeDescription
Lacework.Compliance.reportTypeStringThe Type of the compliance report.
Lacework.Compliance.reportTitleStringThe Title of the compliance report.
Lacework.Compliance.recommendations.SUPPRESSIONSStringThe suppressions for the current recommendation.
Lacework.Compliance.recommendations.INFO_LINKStringThe URL to the compliance violation information.
Lacework.Compliance.recommendations.ASSESSED_RESOURCE_COUNTNumberThe number of assessed resources for the violation.
Lacework.Compliance.recommendations.STATUSStringThe status of the recommendation.
Lacework.Compliance.recommendations.REC_IDStringThe ID of the recommendation.
Lacework.Compliance.recommendations.CATEGORYStringThe category of the recommendation
Lacework.Compliance.recommendations.SERVICEStringThe service associated with the recommendation.
Lacework.Compliance.recommendations.TITLEStringThe title of the recommendation.
Lacework.Compliance.recommendations.VIOLATIONS.regionStringThe region of the violating resource.
Lacework.Compliance.recommendations.VIOLATIONS.reasonsStringThe reason for the violation.
Lacework.Compliance.recommendations.VIOLATIONS.resourceStringThe resource causing the violation.
Lacework.Compliance.recommendations.RESOURCE_COUNTNumberThe number of resources associated with the compliance failure.
Lacework.Compliance.recommendations.SEVERITYNumberThe severity of the compliance failure.
Lacework.Compliance.summary.NUM_RECOMMENDATIONSNumberThe number of recommendations contained in the report.
Lacework.Compliance.summary.NUM_SEVERITY_2_NON_COMPLIANCENumberThe number of Severity 2 compliance violations.
Lacework.Compliance.summary.NUM_SEVERITY_4_NON_COMPLIANCENumberThe number of Severity 4 compliance violations.
Lacework.Compliance.summary.NUM_SEVERITY_1_NON_COMPLIANCENumberThe number of severity 1 compliance violations.
Lacework.Compliance.summary.NUM_COMPLIANTNumberThe number of compliant resources.
Lacework.Compliance.summary.NUM_SEVERITY_3_NON_COMPLIANCENumberThe number of severity 3 compliance violations.
Lacework.Compliance.summary.ASSESSED_RESOURCE_COUNTNumberThe number of assessed resources.
Lacework.Compliance.summary.NUM_SUPPRESSEDNumberThe number of suppressed alerts.
Lacework.Compliance.summary.NUM_SEVERITY_5_NON_COMPLIANCENumberThe number of severity 5 compliance violations.
Lacework.Compliance.summary.NUM_NOT_COMPLIANTNumberThe number of resources not in compliance.
Lacework.Compliance.summary.VIOLATED_RESOURCE_COUNTNumberThe number of resources violating compliance.
Lacework.Compliance.summary.SUPPRESSED_RESOURCE_COUNTNumberThe number of resources with suppressed violations.
Lacework.Compliance.accountIdStringThe AWS account ID.
Lacework.Compliance.accountAliasStringThe AWS account alias.
Lacework.Compliance.tenantIdStringThe Azure tenant ID.
Lacework.Compliance.tenantNameStringThe Azure tenant name.
Lacework.Compliance.subscriptionIdStringThe Azure subscription ID.
Lacework.Compliance.subscriptionNameStringThe Azure subscription name.
Lacework.Compliance.projectIdStringThe GCP project ID.
Lacework.Compliance.projectNameStringThe GCP project name.
Lacework.Compliance.organizationIdStringThe GCP organization ID.
Lacework.Compliance.organizationNameStringThe GCP organization name.
Lacework.Compliance.reportTimeStringThe time the report completed.

lw-get-gcp-compliance-assessment#


Fetch the latest GCP compliance data from Lacework.

Base Command#

lw-get-gcp-compliance-assessment

Input#

Argument NameDescriptionRequired
project_idThe GCP Project ID to use when fetching compliance data.Required
report_typeThe Report Type to fetch from Lacework. Possible values are: GCP_CIS, GCP_PCI, GCP_SOC. Default is GCP_CIS.Optional
rec_idSetting the 'rec_id' will filter compliance results for the specified Recommendation ID.Optional

Context Output#

PathTypeDescription
Lacework.Compliance.reportTypeStringThe Type of the compliance report.
Lacework.Compliance.reportTitleStringThe Title of the compliance report.
Lacework.Compliance.recommendations.SUPPRESSIONSStringThe suppressions for the current recommendation.
Lacework.Compliance.recommendations.INFO_LINKStringThe URL to the compliance violation information.
Lacework.Compliance.recommendations.ASSESSED_RESOURCE_COUNTNumberThe number of assessed resources for the violation.
Lacework.Compliance.recommendations.STATUSStringThe status of the recommendation.
Lacework.Compliance.recommendations.REC_IDStringThe ID of the recommendation.
Lacework.Compliance.recommendations.CATEGORYStringThe category of the recommendation
Lacework.Compliance.recommendations.SERVICEStringThe service associated with the recommendation.
Lacework.Compliance.recommendations.TITLEStringThe title of the recommendation.
Lacework.Compliance.recommendations.VIOLATIONS.regionStringThe region of the violating resource.
Lacework.Compliance.recommendations.VIOLATIONS.reasonsStringThe reason for the violation.
Lacework.Compliance.recommendations.VIOLATIONS.resourceStringThe resource causing the violation.
Lacework.Compliance.recommendations.RESOURCE_COUNTNumberThe number of resources associated with the compliance failure.
Lacework.Compliance.recommendations.SEVERITYNumberThe severity of the compliance failure.
Lacework.Compliance.summary.NUM_RECOMMENDATIONSNumberThe number of recommendations contained in the report.
Lacework.Compliance.summary.NUM_SEVERITY_2_NON_COMPLIANCENumberThe number of Severity 2 compliance violations.
Lacework.Compliance.summary.NUM_SEVERITY_4_NON_COMPLIANCENumberThe number of Severity 4 compliance violations.
Lacework.Compliance.summary.NUM_SEVERITY_1_NON_COMPLIANCENumberThe number of severity 1 compliance violations.
Lacework.Compliance.summary.NUM_COMPLIANTNumberThe number of compliant resources.
Lacework.Compliance.summary.NUM_SEVERITY_3_NON_COMPLIANCENumberThe number of severity 3 compliance violations.
Lacework.Compliance.summary.ASSESSED_RESOURCE_COUNTNumberThe number of assessed resources.
Lacework.Compliance.summary.NUM_SUPPRESSEDNumberThe number of suppressed alerts.
Lacework.Compliance.summary.NUM_SEVERITY_5_NON_COMPLIANCENumberThe number of severity 5 compliance violations.
Lacework.Compliance.summary.NUM_NOT_COMPLIANTNumberThe number of resources not in compliance.
Lacework.Compliance.summary.VIOLATED_RESOURCE_COUNTNumberThe number of resources violating compliance.
Lacework.Compliance.summary.SUPPRESSED_RESOURCE_COUNTNumberThe number of resources with suppressed violations.
Lacework.Compliance.accountIdStringThe AWS account ID.
Lacework.Compliance.accountAliasStringThe AWS account alias.
Lacework.Compliance.tenantIdStringThe Azure tenant ID.
Lacework.Compliance.tenantNameStringThe Azure tenant name.
Lacework.Compliance.subscriptionIdStringThe Azure subscription ID.
Lacework.Compliance.subscriptionNameStringThe Azure subscription name.
Lacework.Compliance.projectIdStringThe GCP project ID.
Lacework.Compliance.projectNameStringThe GCP project name.
Lacework.Compliance.organizationIdStringThe GCP organization ID.
Lacework.Compliance.organizationNameStringThe GCP organization name.
Lacework.Compliance.reportTimeStringThe time the report completed.

lw-get-gcp-projects-by-organization#


Fetch a list of GCP projects that are under an organization.

Base Command#

lw-get-gcp-projects-by-organization

Input#

Argument NameDescriptionRequired
organization_idThe GCP Organization ID to use when fetching projects data.Required

Context Output#

PathTypeDescription
Lacework.GCP.organizationStringThe GCP Organization.
Lacework.GCP.projectsStringThe GCP Projects associated to the Organization.

lw-get-compliance-report#


Fetch a specified compliance report from Lacework.

Base Command#

lw-get-compliance-report

Input#

Argument NameDescriptionRequired
primary_query_idThe primary ID that is used to fetch the report; for example, AWS Account ID or Azure Tenant ID.Optional
secondary_query_idThe secondary ID that is used to fetch the report; for example, GCP Project ID or Azure Subscription ID.Optional
report_nameThe report definition's name that is used when generating the report.Optional
report_typeThe report's notification type; for example, AZURE_NIST_CSF. Possible values are: AZURE_CIS, AZURE_CIS_131, AZURE_SOC, AZURE_SOC_Rev2, AZURE_PCI, AZURE_PCI_Rev2, AZURE_ISO_27001, AZURE_NIST_CSF, AZURE_NIST_800_53_REV5, AZURE_NIST_800_171_REV2, AZURE_HIPAA, AWS_CIS_S3, NIST_800-53_Rev4, NIST_800-171_Rev2, ISO_2700, HIPAA, SOC, AWS_SOC_Rev2, GCP_HIPAA, PCI, GCP_CIS, GCP_SOC, GCP_CIS12, GCP_K8S, GCP_PCI_Rev2, GCP_SOC_Rev2, GCP_HIPAA_Rev2, GCP_ISO_27001, GCP_NIST_CSF, GCP_NIST_800_53_REV4, GCP_NIST_800_171_REV2, GCP_PCI, AWS_CIS_14, GCP_CIS13, AWS_CMMC_1.02, AWS_HIPAA, AWS_ISO_27001:2013, AWS_NIST_CSF, AWS_NIST_800-171_rev2, AWS_NIST_800-53_rev5, AWS_PCI_DSS_3.2.1, AWS_SOC_2, LW_AWS_SEC_ADD_1_0. Default is LW_AWS_SEC_ADD_1_0.Optional
template_nameThe template's name that is used for the report; for example, Default. Default is Default.Required
rec_idSetting the 'rec_id' will filter compliance results for the specified Recommendation ID.Optional

Context Output#

PathTypeDescription
Lacework.Compliance.reportTypeStringThe Type of the compliance report.
Lacework.Compliance.reportTitleStringThe Title of the compliance report.
Lacework.Compliance.recommendations.SUPPRESSIONSStringThe suppressions for the current recommendation.
Lacework.Compliance.recommendations.INFO_LINKStringThe URL to the compliance violation information.
Lacework.Compliance.recommendations.ASSESSED_RESOURCE_COUNTNumberThe number of assessed resources for the violation.
Lacework.Compliance.recommendations.STATUSStringThe status of the recommendation.
Lacework.Compliance.recommendations.REC_IDStringThe ID of the recommendation.
Lacework.Compliance.recommendations.CATEGORYStringThe category of the recommendation
Lacework.Compliance.recommendations.SERVICEStringThe service associated with the recommendation.
Lacework.Compliance.recommendations.TITLEStringThe title of the recommendation.
Lacework.Compliance.recommendations.VIOLATIONS.regionStringThe region of the violating resource.
Lacework.Compliance.recommendations.VIOLATIONS.reasonsStringThe reason for the violation.
Lacework.Compliance.recommendations.VIOLATIONS.resourceStringThe resource causing the violation.
Lacework.Compliance.recommendations.RESOURCE_COUNTNumberThe number of resources associated with the compliance failure.
Lacework.Compliance.recommendations.SEVERITYNumberThe severity of the compliance failure.
Lacework.Compliance.summary.NUM_RECOMMENDATIONSNumberThe number of recommendations contained in the report.
Lacework.Compliance.summary.NUM_SEVERITY_2_NON_COMPLIANCENumberThe number of Severity 2 compliance violations.
Lacework.Compliance.summary.NUM_SEVERITY_4_NON_COMPLIANCENumberThe number of Severity 4 compliance violations.
Lacework.Compliance.summary.NUM_SEVERITY_1_NON_COMPLIANCENumberThe number of severity 1 compliance violations.
Lacework.Compliance.summary.NUM_COMPLIANTNumberThe number of compliant resources.
Lacework.Compliance.summary.NUM_SEVERITY_3_NON_COMPLIANCENumberThe number of severity 3 compliance violations.
Lacework.Compliance.summary.ASSESSED_RESOURCE_COUNTNumberThe number of assessed resources.
Lacework.Compliance.summary.NUM_SUPPRESSEDNumberThe number of suppressed alerts.
Lacework.Compliance.summary.NUM_SEVERITY_5_NON_COMPLIANCENumberThe number of severity 5 compliance violations.
Lacework.Compliance.summary.NUM_NOT_COMPLIANTNumberThe number of resources not in compliance.
Lacework.Compliance.summary.VIOLATED_RESOURCE_COUNTNumberThe number of resources violating compliance.
Lacework.Compliance.summary.SUPPRESSED_RESOURCE_COUNTNumberThe number of resources with suppressed violations.
Lacework.Compliance.accountIdStringThe AWS account ID.
Lacework.Compliance.accountAliasStringThe AWS account alias.
Lacework.Compliance.tenantIdStringThe Azure tenant ID.
Lacework.Compliance.tenantNameStringThe Azure tenant name.
Lacework.Compliance.subscriptionIdStringThe Azure subscription ID.
Lacework.Compliance.subscriptionNameStringThe Azure subscription name.
Lacework.Compliance.projectIdStringThe GCP project ID.
Lacework.Compliance.projectNameStringThe GCP project name.
Lacework.Compliance.organizationIdStringThe GCP organization ID.
Lacework.Compliance.organizationNameStringThe GCP organization name.
Lacework.Compliance.reportTimeStringThe time the report completed.

lw-get-container-vulnerabilities#


Fetch container vulnerability information from Lacework.

Base Command#

lw-get-container-vulnerabilities

Input#

Argument NameDescriptionRequired
start_timeA "%Y-%m-%dT%H:%M:%SZ" structured timestamp to begin from. (ex. "2020-01-01T01:10:00Z").Optional
end_timeA "%Y-%m-%dT%H:%M:%SZ" structured timestamp to end at. (ex. "2020-01-01T01:10:00Z").Optional
filtersAn array of objects to add information to refine your search results.Optional
returnsAn array of strings to specify which top-level fields of the response schema you want to receive.Optional
limitAn integer representing a limit on the number or results to return.Optional

Context Output#

PathTypeDescription
Lacework.Vulnerability.Container.evalCtx.exception_propsStringThe exception properties that were applied in the evaluation
Lacework.Vulnerability.Container.evalCtx.image_infoDateThe image information for the container scanned in the evaluation
Lacework.Vulnerability.Container.evalCtx.integration_propsStringThe properties of the integration that performed the evaluation
Lacework.Vulnerability.Container.evalCtx.is_reevalBooleanA boolean representing whether the evaluation was a re-evaluation
Lacework.Vulnerability.Container.evalCtx.request_sourceStringThe source of the evaluation request
Lacework.Vulnerability.Container.evalCtx.scan_batch_idStringThe scan batch ID for the evaluation
Lacework.Vulnerability.Container.evalCtx.scan_request_propsStringThe scan request properties for the evaluation
Lacework.Vulnerability.Container.evalCtx.vuln_batch_idStringThe vulnerability batch ID for the evaluation
Lacework.Vulnerability.Container.evalCtx.vuln_created_timeDateThe time at which the vulnerability was created
Lacework.Vulnerability.Container.featureKey.nameStringThe name of the package identified in the evaluation
Lacework.Vulnerability.Container.featureKey.namespaceStringThe namespace of the package identified in the evaluation
Lacework.Vulnerability.Container.featureKey.versionStringThe version of the package identified in the evaluation
Lacework.Vulnerability.Container.featureProps.feedStringThe type of data feed used in the evaluation
Lacework.Vulnerability.Container.featureProps.introduced_inStringThe Dockerfile command which introduced the vulnerability
Lacework.Vulnerability.Container.featureProps.layerStringThe SHA256 hash of the layer which introduced the vulnerability
Lacework.Vulnerability.Container.featureProps.srcStringThe path within the container identifying the source of the vulnerability data
Lacework.Vulnerability.Container.featureProps.version_formatStringThe format of the version data for the vulnerable package
Lacework.Vulnerability.Container.fixInfo.fix_availableNumberAn integer representing whether a fix is available for the vulnerability
Lacework.Vulnerability.Container.fixInfo.fixed_versionStringThe version in which the vulnerability is fixed for the CVE and package
Lacework.Vulnerability.Container.imageIdStringThe image ID of the container identified in the evaluation
Lacework.Vulnerability.Container.severityStringThe severity of the vulnerability identified in the evaluation
Lacework.Vulnerability.Container.startTimeDateThe start time for the vulnerability evaluation
Lacework.Vulnerability.Container.statusStringThe status of the vulnerability identified in the evaluation
Lacework.Vulnerability.Container.vulnIdStringThe vulnerability ID (CVE, ALAS, etc.)
Lacework.Vulnerability.Container.vulnHashStringA unique hash of all data contained in the vulnerability

lw-get-host-vulnerabilities#


Fetch host vulnerability information from Lacework.

Base Command#

lw-get-host-vulnerabilities

Input#

Argument NameDescriptionRequired
start_timeA "%Y-%m-%dT%H:%M:%SZ" structured timestamp to begin from. (ex. "2020-01-01T01:10:00Z").Optional
end_timeA "%Y-%m-%dT%H:%M:%SZ" structured timestamp to end at. (ex. "2020-01-01T01:10:00Z").Optional
filtersAn array of objects to add information to refine your search results.Optional
returnsAn array of strings to specify which top-level fields of the response schema you want to receive.Optional
limitAn integer representing a limit on the number or results to return.Optional

Context Output#

PathTypeDescription
Lacework.Vulnerability.Host.cveProps.descriptionStringThe CVE Properties description
Lacework.Vulnerability.Host.cveProps.linkStringThe CVE Properties description URL
Lacework.Vulnerability.Host.endTimeDateThe end time for the vulnerability evaluation period
Lacework.Vulnerability.Host.evalCtx.exception_props.statusStringThe status of any exception properties for the evaluation
Lacework.Vulnerability.Host.evalCtx.hostnameStringThe hostname of the host assessed in the evaluation
Lacework.Vulnerability.Host.evalCtx.mc_eval_guidStringThe GUID for the evaluation
Lacework.Vulnerability.Host.featureKey.nameStringThe name of the package identified in the evaluation
Lacework.Vulnerability.Host.featureKey.namespaceStringThe namespace of the package identified in the evaluation
Lacework.Vulnerability.Host.featureKey.package_activeNumberAn integer representing whether the package is Active on the host
Lacework.Vulnerability.Host.featureKey.version_installedStringThe version of the package identified in the evaluation
Lacework.Vulnerability.Host.fixInfo.fix_availableStringAn integer representing whether a fix is available for the vulnerability
Lacework.Vulnerability.Host.fixInfo.fixed_versionStringThe version in which the vulnerability is fixed for the CVE and package
Lacework.Vulnerability.Host.machineTagsStringA string representing the machine tags in key/value pairs
Lacework.Vulnerability.Host.midStringThe machine ID for the host identified in the evaluation
Lacework.Vulnerability.Host.severityStringThe severity of the vulnerability identified in the evaluation
Lacework.Vulnerability.Host.startTimeDateThe start time for the vulnerability evaluation period
Lacework.Vulnerability.Host.statusStringThe status of the vulnerability identified in the evaluation
Lacework.Vulnerability.Host.vulnIdStringThe vulnerability ID (CVE, ALAS, etc.)
Lacework.Vulnerability.Host.vulnHashStringA unique hash of all data contained in the vulnerability