mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
25 lines
771 B
YAML
25 lines
771 B
YAML
title: Startup Items
|
|
id: dfe8b941-4e54-4242-b674-6b613d521962
|
|
status: experimental
|
|
description: Detects creation of startup item plist files that automatically get executed at boot initialization to establish persistence.
|
|
author: Alejandro Ortuno, oscd.community
|
|
date: 2020/10/14
|
|
references:
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1037.005/T1037.005.md
|
|
logsource:
|
|
category: file_event
|
|
product: macos
|
|
detection:
|
|
selection_1:
|
|
TargetFilename|contains: '/Library/StartupItems/'
|
|
selection_2:
|
|
TargetFilename|endswith: '.plist'
|
|
condition: selection_1 and selection_2
|
|
falsepositives:
|
|
- Legitimate administration activities
|
|
level: low
|
|
tags:
|
|
- attack.persistence
|
|
- attack.privilege_escalation
|
|
- attack.t1037.005
|