SigmaHQ/rules/linux/macos_create_account.yml

26 lines
788 B
YAML
Raw Normal View History

2020-10-11 15:56:29 +00:00
title: Creation Of A Local User Account
id: 51719bf5-e4fd-4e44-8ba8-b830e7ac0731
status: experimental
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.
author: Alejandro Ortuno, oscd.community
date: 2020/10/06
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1136.001/T1136.001.md
logsource:
category: process_creation
product: macos
detection:
selection:
Image|endswith:
2020-10-13 08:55:29 +00:00
- '/dscl'
2020-10-11 15:56:29 +00:00
CommandLine|contains:
2020-10-13 08:55:29 +00:00
- 'create'
2020-10-11 15:56:29 +00:00
condition: selection
falsepositives:
- Legitimate administration activities
2021-04-02 22:00:43 +00:00
level: low
2020-10-11 15:56:29 +00:00
tags:
- attack.t1136 # an old one
- attack.t1136.001
- attack.persistence