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:
|
2021-08-13 15:46:30 +02:00
|
|
|
tools:
|
|
|
|
|
- 'scp '
|
|
|
|
|
- 'rsync '
|
|
|
|
|
- 'sftp '
|
2020-10-15 22:53:20 -03:00
|
|
|
filter:
|
2021-08-12 14:03:18 +02:00
|
|
|
- '@'
|
|
|
|
|
- ':'
|
2021-08-13 15:46:30 +02:00
|
|
|
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
|