Files
blue-team-tools/rules/macos/process_creation/proc_creation_macos_local_groups.yml
T

34 lines
969 B
YAML
Raw Normal View History

2022-11-28 06:43:17 +01:00
title: Local Groups Discovery - MacOs
2020-10-11 18:15:53 +02:00
id: 89bb1f97-c7b9-40e8-b52b-7d6afbd67276
2021-11-27 11:33:14 +01:00
status: test
2020-10-11 18:15:53 +02:00
description: Detects enumeration of local system groups
references:
2022-07-07 15:46:49 +01:00
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1069.001/T1069.001.md
2022-10-25 09:30:05 +02:00
author: Ömer Günal, Alejandro Ortuno, oscd.community
2021-11-27 11:33:14 +01:00
date: 2020/10/11
2022-11-28 06:43:17 +01:00
modified: 2022/11/27
2022-10-25 09:30:05 +02:00
tags:
- attack.discovery
- attack.t1069.001
2020-10-11 18:15:53 +02:00
logsource:
2022-07-07 15:46:49 +01:00
category: process_creation
product: macos
2020-10-11 18:15:53 +02:00
detection:
2022-07-07 15:46:49 +01:00
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*
2020-10-11 18:15:53 +02:00
falsepositives:
2022-07-07 15:46:49 +01:00
- Legitimate administration activities
2021-04-03 00:00:43 +02:00
level: informational