Link Search Menu Expand Document

elastio:asset:volume:vulnerability-detected

Version: V0

Group: Asset

Volume was encrypted without a customer managed key.

Example:

{

      "event_id": "00000000-0000-0000-0000-000000000000",

      "event_kind": "elastio:asset:volume:vulnerability-detected",

      "event_time": "2023-05-02T06:34:54Z",

      "event_version": "v0",

      "cloud_connector_id": "00000000-0000-0000-0000-000000000000",

      "deprecation_warning": null,

      "cloud_provider_volume_id": "vol-ffffff",

      "volume_name": null,

      "volume_type": "gp2",

      "region": "us-east-2",

      "account_id": "000000000000",

      "vulnerabilities": [

        "Volume is unencrypted."

      ]

}

Fields:

  • account_id

Type: string (is never empty)

Field description: AWS account ID.

  • cloud_connector_id

Type: uuid

Field description: ID of the Cloud Connector the event took place in.

  • region

Type: string (is never empty)

Field description: AWS region of the asset.

  • cloud_provider_volume_id

Type: string (is never empty)

Field description: Volume ID in the cloud provider.

  • volume_name

Type: string (cannot be empty, can be null)

Field description: The name of the volume, if present in the cloud provider account.

  • volume_type

Type: string (cannot be empty)

Field description: The type of the volume.

  • vulnerabilities

Type: array

Field description: A list of vulnerabilities detected.