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

24 lines
829 B
YAML
Raw Normal View History

2020-10-19 16:41:24 +03:00
title: 'Split A File Into Pieces'
id: 7f2bb9d5-6395-4de5-969c-70c11fbe6b12
status: experimental
description: 'Detection use of the command "split" to split files into parts and possible transfer.'
2020-10-19 17:20:43 +03:00
# For this rule to work you must enable audit of process execution in OpenBSM, see link
2020-10-19 16:41:24 +03:00
# https://osquery.readthedocs.io/en/stable/deployment/process-auditing/#macos-process-socket-auditing
author: 'Igor Fits, Mikhail Larin, oscd.community'
date: 2020/10/15
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1030/T1030.md
logsource:
product: macos
category: process_creation
detection:
selection:
Image|endswith: '/split'
2020-10-19 16:41:24 +03:00
condition: selection
falsepositives:
- 'Legitimate administrative activity'
2021-04-03 00:00:43 +02:00
level: low
2020-10-19 16:41:24 +03:00
tags:
2020-10-19 17:16:22 +03:00
- attack.exfiltration
2020-10-19 16:41:24 +03:00
- attack.t1030