2020-05-18 10:03:34 +02:00
title : Creation Of An User Account
id : 759d0d51-bc99-4b5e-9add-8f5b2c8e7512
status : experimental
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
date : 2020 /05/18
2020-05-18 10:03:34 +02:00
references :
- 'MITRE Attack technique T1136; Create Account '
logsource :
product : linux
service : auditd
detection :
selection :
type : 'SYSCALL'
exe : '*/useradd'
condition : selection
falsepositives :
- Admin activity
level : medium
2020-09-13 22:03:04 -06:00
tags :
- attack.t1136 # an old one
- attack.t1136.001
- attack.persistence