2020-05-18 10:03:34 +02:00
title : Creation Of An User Account
id : 759d0d51-bc99-4b5e-9add-8f5b2c8e7512
2021-11-27 11:33:14 +01:00
status : test
2020-09-30 08:53:52 +02:00
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
2020-05-18 10:03:34 +02:00
references :
2021-11-27 11:33:14 +01:00
- 'MITRE Attack technique T1136; Create Account '
date : 2020 /05/18
modified : 2021 /11/27
2020-05-18 10:03:34 +02:00
logsource :
2021-11-27 11:33:14 +01:00
product : linux
service : auditd
2020-05-18 10:03:34 +02:00
detection :
2021-11-27 11:33:14 +01:00
selection :
type : 'SYSCALL'
exe|endswith : '/useradd'
condition : selection
2020-05-18 10:03:34 +02:00
falsepositives :
2021-11-27 11:33:14 +01:00
- Admin activity
2020-05-18 10:03:34 +02:00
level : medium
2020-09-13 22:03:04 -06:00
tags :
2021-11-27 11:33:14 +01:00
- attack.t1136.001
- attack.persistence