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

24 lines
632 B
YAML
Raw Normal View History

title: Creation Of An User Account
id: 759d0d51-bc99-4b5e-9add-8f5b2c8e7512
2021-11-27 11:33:14 +01:00
status: test
description: Detects the creation of a new user account. Such accounts may be used for persistence that do not require persistent remote access tools to be deployed on the system.
2020-09-13 22:03:04 -06:00
author: Marie Euler
references:
2021-11-27 11:33:14 +01:00
- 'MITRE Attack technique T1136; Create Account '
date: 2020/05/18
modified: 2021/11/27
logsource:
2021-11-27 11:33:14 +01:00
product: linux
service: auditd
detection:
2021-11-27 11:33:14 +01:00
selection:
type: 'SYSCALL'
exe|endswith: '/useradd'
condition: selection
falsepositives:
2021-11-27 11:33:14 +01:00
- Admin activity
level: medium
2020-09-13 22:03:04 -06:00
tags:
2021-11-27 11:33:14 +01:00
- attack.t1136.001
- attack.persistence