Files
blue-team-tools/rules/linux/process_creation/proc_creation_lnx_local_groups.yml
T

35 lines
1013 B
YAML
Raw Normal View History

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
date: 2020-10-11
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'
- '/ed'
2022-09-16 09:22:57 +02:00
- '/head'
- '/less'
2022-09-16 11:47:19 +02:00
- '/more'
- '/nano'
- '/tail'
- '/vi'
- '/vim'
2022-07-07 15:24:15 +01:00
CommandLine|contains: '/etc/group'
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