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

27 lines
595 B
YAML
Raw Normal View History

2020-06-18 23:37:49 +03:00
title: Remote File Copy
id: 7a14080d-a048-4de8-ae58-604ce58a795b
2020-09-13 22:03:04 -06:00
status: stable
2020-07-03 11:32:49 +02:00
description: Detects the use of tools that copy files from or to remote systems
2020-06-18 23:37:49 +03:00
author: Ömer Günal
date: 2020/06/18
2020-09-13 22:03:04 -06:00
references:
- https://attack.mitre.org/techniques/T1105/
2020-06-18 23:37:49 +03:00
logsource:
product: linux
detection:
tools:
- 'scp '
- 'rsync '
- 'sftp '
2020-10-15 22:53:20 -03:00
filter:
- '@'
- ':'
condition: tools and filter
2020-06-18 23:37:49 +03:00
falsepositives:
- Legitimate administration activities
2020-09-13 22:03:04 -06:00
level: low
tags:
- attack.command_and_control
- attack.lateral_movement
2020-10-15 22:53:20 -03:00
- attack.t1105