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

28 lines
964 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.
references:
2022-07-07 15:46:49 +01:00
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1136.001/T1136.001.md
- https://ss64.com/osx/sysadminctl.html
2022-10-25 09:30:05 +02:00
author: Alejandro Ortuno, oscd.community
2021-11-27 11:33:14 +01:00
date: 2020/10/06
modified: 2023/02/18
2022-10-25 09:30:05 +02:00
tags:
- attack.t1136.001
- attack.persistence
2020-10-11 17:56:29 +02:00
logsource:
2022-07-07 15:46:49 +01:00
category: process_creation
product: macos
2020-10-11 17:56:29 +02:00
detection:
selection_dscl:
2022-07-07 15:46:49 +01:00
Image|endswith: '/dscl'
CommandLine|contains: 'create'
selection_sysadminctl:
Image|endswith: '/sysadminctl'
CommandLine|contains: 'addUser'
condition: 1 of selection_*
2020-10-11 17:56:29 +02:00
falsepositives:
2022-07-07 15:46:49 +01:00
- Legitimate administration activities
2021-04-03 00:00:43 +02:00
level: low