mirror of
https://github.com/OTRF/OSSEM-DD
synced 2026-06-08 12:05:33 +00:00
e56a0abbfb
* event_code --> event_id * title --> name
66 lines
1.4 KiB
YAML
66 lines
1.4 KiB
YAML
name: Docker_version Table
|
|
description: Docker version information.
|
|
platform: linux
|
|
log_source: osquery
|
|
event_id: docker_version
|
|
event_version: 4.4.2
|
|
event_fields:
|
|
- standard_name: TBD
|
|
standard_type: TBD
|
|
name: version
|
|
type: TEXT
|
|
description: Docker version
|
|
sample_value: TBD
|
|
- standard_name: TBD
|
|
standard_type: TBD
|
|
name: api_version
|
|
type: TEXT
|
|
description: API version
|
|
sample_value: TBD
|
|
- standard_name: TBD
|
|
standard_type: TBD
|
|
name: min_api_version
|
|
type: TEXT
|
|
description: Minimum API version supported
|
|
sample_value: TBD
|
|
- standard_name: TBD
|
|
standard_type: TBD
|
|
name: git_commit
|
|
type: TEXT
|
|
description: Docker build git commit
|
|
sample_value: TBD
|
|
- standard_name: TBD
|
|
standard_type: TBD
|
|
name: go_version
|
|
type: TEXT
|
|
description: Go version
|
|
sample_value: TBD
|
|
- standard_name: TBD
|
|
standard_type: TBD
|
|
name: os
|
|
type: TEXT
|
|
description: Operating system
|
|
sample_value: TBD
|
|
- standard_name: TBD
|
|
standard_type: TBD
|
|
name: arch
|
|
type: TEXT
|
|
description: Hardware architecture
|
|
sample_value: TBD
|
|
- standard_name: TBD
|
|
standard_type: TBD
|
|
name: kernel_version
|
|
type: TEXT
|
|
description: Kernel version
|
|
sample_value: TBD
|
|
- standard_name: TBD
|
|
standard_type: TBD
|
|
name: build_time
|
|
type: TEXT
|
|
description: Build time
|
|
sample_value: TBD
|
|
references:
|
|
- text: OSQuery table documentation
|
|
link: https://osquery.io/schema/current#docker_version
|
|
tags: []
|