Merge pull request #771 from gamma37/new_rules

Create a new rule to detect "Create Account"
This commit is contained in:
Florian Roth 2020-05-23 16:47:46 +02:00 committed by GitHub
commit ee1ca77fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
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