mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
23 lines
660 B
YAML
23 lines
660 B
YAML
title: Creation Of An User Account
|
|
id: 759d0d51-bc99-4b5e-9add-8f5b2c8e7512
|
|
status: experimental
|
|
description: Detects the creation of a new user account. According to MITRE ATT&CK, "such accounts may be used for persistence that do not require persistent remote access tools to be deployed on the system"
|
|
references:
|
|
- 'MITRE Attack technique T1136; Create Account '
|
|
date: 2020/05/18
|
|
tags:
|
|
- attack.t1136
|
|
- attack.persistence
|
|
author: Marie Euler
|
|
logsource:
|
|
product: linux
|
|
service: auditd
|
|
detection:
|
|
selection:
|
|
type: 'SYSCALL'
|
|
exe: '*/useradd'
|
|
condition: selection
|
|
falsepositives:
|
|
- Admin activity
|
|
level: medium
|