mirror of
https://github.com/OTRF/OSSEM-DD
synced 2026-06-08 12:05:33 +00:00
e56a0abbfb
* event_code --> event_id * title --> name
24 lines
505 B
YAML
24 lines
505 B
YAML
name: User_groups Table
|
|
description: Local system user group relationships.
|
|
platform: linux
|
|
log_source: osquery
|
|
event_id: user_groups
|
|
event_version: 4.4.2
|
|
event_fields:
|
|
- standard_name: TBD
|
|
standard_type: TBD
|
|
name: uid
|
|
type: BIGINT
|
|
description: User ID
|
|
sample_value: TBD
|
|
- standard_name: TBD
|
|
standard_type: TBD
|
|
name: gid
|
|
type: BIGINT
|
|
description: Group ID
|
|
sample_value: TBD
|
|
references:
|
|
- text: OSQuery table documentation
|
|
link: https://osquery.io/schema/current#user_groups
|
|
tags: []
|