Files
blue-team-tools/rules/linux/macos_screencapture.yml
T

23 lines
708 B
YAML
Raw Normal View History

2020-10-14 00:51:55 -05:00
title: Screen Capture - macOS
2020-10-14 00:54:51 -05:00
id: 0877ed01-da46-4c49-8476-d49cdd80dfa7
2020-10-14 00:51:55 -05:00
status: experimental
2020-10-14 00:54:51 -05:00
description: Detects attempts to use screencapture to collect macOS screenshots
2020-10-14 00:51:55 -05:00
author: remotephone, oscd.community
date: 2020/10/13
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1113/T1113.md
- https://github.com/BC-SECURITY/Empire/blob/master/lib/modules/python/collection/osx/screenshot.py
logsource:
product: macos
category: process_creation
detection:
2020-10-20 19:06:23 +02:00
selection:
Image: '/usr/sbin/screencapture'
2020-10-20 19:06:23 +02:00
condition: selection
2020-10-14 00:51:55 -05:00
falsepositives:
- Legitimate user activity taking screenshots
level: low
tags:
- attack.collection
- attack.t1113