elastio:asset:snapshot:vulnerability-detected
Version: V0
Group: Asset
Vulnerabilities were detected on the snapshot.
Example:
{
"event_id": "00000000-0000-0000-0000-000000000000",
"event_kind": "elastio:asset:snapshot:vulnerability-detected",
"event_time": "2023-05-02T06:23:08Z",
"event_version": "v0",
"region": "us-east-1",
"deprecation_warning": null,
"account_id": "000000000000",
"snapshot_name": null,
"cloud_provider_volume_id": "vol-fffff",
"vulnerabilities": [
"Snapshot is unencrypted."
],
"cloud_connector_id": "00000000-0000-0000-0000-000000000000",
"cloud_provider_snapshot_id": "snap-fffff"
}
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.
cloud_provider_snapshot_id
Type: string (is never empty)
Field description: Snapshot ID as specified in the cloud provider.
snapshot_name
Type: string (can be null
)
Field description: Snapshot name, if specified in the cloud provider.
vulnerabilities
Type: array
Field description: A list of vulnerabilities detected.