Files
blue-team-tools/rules/linux/macos/process_creation/macos_create_account.yml
T

27 lines
795 B
YAML
Raw Normal View History

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