Files
blue-team-tools/rules/linux/auditd/lnx_auditd_user_discovery.yml
T

27 lines
760 B
YAML
Raw Normal View History

2019-11-12 23:05:36 +01:00
title: System Owner or User Discovery
2019-11-12 23:12:27 +01:00
id: 9a0d8ca0-2385-4020-b6c6-cb6153ca56f3
2021-11-27 11:33:14 +01:00
status: test
description: Adversaries may use the information from System Owner/User Discovery during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.
2019-11-12 23:05:36 +01:00
author: Timur Zinniatullin, oscd.community
references:
2021-11-27 11:33:14 +01:00
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1033/T1033.md
date: 2019/10/21
modified: 2021/11/27
2019-11-12 23:05:36 +01:00
logsource:
2021-11-27 11:33:14 +01:00
product: linux
service: auditd
2019-11-12 23:05:36 +01:00
detection:
2021-11-27 11:33:14 +01:00
selection:
type: 'EXECVE'
a0:
- 'users'
- 'w'
- 'who'
condition: selection
2019-11-12 23:05:36 +01:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Admin activity
2019-11-12 23:05:36 +01:00
level: low
tags:
2021-11-27 11:33:14 +01:00
- attack.discovery
- attack.t1033