598d29f811
chore: change tags, date, modified fields to comply with v2 of the Sigma spec. chore: update the related type from `obsoletes` to `obsolete`. chore: update local json schema to the latest version.
34 lines
969 B
YAML
34 lines
969 B
YAML
title: Local Groups Discovery - MacOs
|
|
id: 89bb1f97-c7b9-40e8-b52b-7d6afbd67276
|
|
status: test
|
|
description: Detects enumeration of local system groups
|
|
references:
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1069.001/T1069.001.md
|
|
author: Ömer Günal, Alejandro Ortuno, oscd.community
|
|
date: 2020-10-11
|
|
modified: 2022-11-27
|
|
tags:
|
|
- attack.discovery
|
|
- attack.t1069.001
|
|
logsource:
|
|
category: process_creation
|
|
product: macos
|
|
detection:
|
|
selection_1:
|
|
Image|endswith: '/dscacheutil'
|
|
CommandLine|contains|all:
|
|
- '-q'
|
|
- 'group'
|
|
selection_2:
|
|
Image|endswith: '/cat'
|
|
CommandLine|contains: '/etc/group'
|
|
selection_3:
|
|
Image|endswith: '/dscl'
|
|
CommandLine|contains|all:
|
|
- '-list'
|
|
- '/groups'
|
|
condition: 1 of selection*
|
|
falsepositives:
|
|
- Legitimate administration activities
|
|
level: informational
|