2022-11-28 06:43:17 +01:00
|
|
|
title: Local Groups Discovery - Linux
|
2020-10-11 18:15:53 +02:00
|
|
|
id: 676381a6-15ca-4d73-a9c8-6a22e970b90d
|
2021-11-27 11:33:14 +01:00
|
|
|
status: test
|
2022-07-07 15:24:15 +01:00
|
|
|
description: Detects enumeration of local system groups. Adversaries may attempt to find local system groups and permission settings
|
2020-10-11 18:15:53 +02:00
|
|
|
references:
|
2022-07-07 15:24:15 +01:00
|
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1069.001/T1069.001.md
|
2022-10-25 08:53:44 +02:00
|
|
|
author: Ömer Günal, Alejandro Ortuno, oscd.community
|
2024-08-12 12:02:50 +02:00
|
|
|
date: 2020-10-11
|
2025-06-05 14:45:47 +03:30
|
|
|
modified: 2025-06-04
|
2022-10-25 08:53:44 +02:00
|
|
|
tags:
|
|
|
|
|
- attack.discovery
|
|
|
|
|
- attack.t1069.001
|
2020-10-11 18:15:53 +02:00
|
|
|
logsource:
|
2022-07-07 15:24:15 +01:00
|
|
|
category: process_creation
|
|
|
|
|
product: linux
|
2020-10-11 18:15:53 +02:00
|
|
|
detection:
|
2022-07-07 15:24:15 +01:00
|
|
|
selection_1:
|
|
|
|
|
Image|endswith: '/groups'
|
|
|
|
|
selection_2:
|
2022-09-16 09:22:57 +02:00
|
|
|
Image|endswith:
|
|
|
|
|
- '/cat'
|
2025-06-05 14:45:47 +03:30
|
|
|
- '/ed'
|
2022-09-16 09:22:57 +02:00
|
|
|
- '/head'
|
2025-06-05 14:45:47 +03:30
|
|
|
- '/less'
|
2022-09-16 11:47:19 +02:00
|
|
|
- '/more'
|
2025-06-05 14:45:47 +03:30
|
|
|
- '/nano'
|
|
|
|
|
- '/tail'
|
|
|
|
|
- '/vi'
|
|
|
|
|
- '/vim'
|
2022-07-07 15:24:15 +01:00
|
|
|
CommandLine|contains: '/etc/group'
|
2025-06-05 14:45:47 +03:30
|
|
|
condition: 1 of selection_*
|
2020-10-11 18:15:53 +02:00
|
|
|
falsepositives:
|
2022-07-07 15:24:15 +01:00
|
|
|
- Legitimate administration activities
|
2020-10-11 18:15:53 +02:00
|
|
|
level: low
|