mirror of
https://github.com/OTRF/OSSEM-DD
synced 2026-06-08 12:05:33 +00:00
e56a0abbfb
* event_code --> event_id * title --> name
48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
name: Groups Table
|
|
description: Local system groups.
|
|
platform: linux
|
|
log_source: osquery
|
|
event_id: groups
|
|
event_version: 4.4.2
|
|
event_fields:
|
|
- standard_name: TBD
|
|
standard_type: TBD
|
|
name: gid
|
|
type: BIGINT
|
|
description: Unsigned int64 group ID
|
|
sample_value: TBD
|
|
- standard_name: TBD
|
|
standard_type: TBD
|
|
name: gid_signed
|
|
type: BIGINT
|
|
description: A signed int64 version of gid
|
|
sample_value: TBD
|
|
- standard_name: TBD
|
|
standard_type: TBD
|
|
name: groupname
|
|
type: TEXT
|
|
description: Canonical local group name
|
|
sample_value: TBD
|
|
- standard_name: TBD
|
|
standard_type: TBD
|
|
name: group_sid
|
|
type: TEXT
|
|
description: Unique group ID [WINDOWS]
|
|
sample_value: TBD
|
|
- standard_name: TBD
|
|
standard_type: TBD
|
|
name: comment
|
|
type: TEXT
|
|
description: Remarks or comments associated with the group [WINDOWS]
|
|
sample_value: TBD
|
|
- standard_name: TBD
|
|
standard_type: TBD
|
|
name: is_hidden
|
|
type: INTEGER
|
|
description: IsHidden attribute set in OpenDirectory [DARWIN]
|
|
sample_value: TBD
|
|
references:
|
|
- text: OSQuery table documentation
|
|
link: https://osquery.io/schema/current#groups
|
|
tags: []
|