mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
28 lines
697 B
YAML
28 lines
697 B
YAML
title: Remote File Copy
|
|
id: 7a14080d-a048-4de8-ae58-604ce58a795b
|
|
description: Detects the use of tools that copy files from or to remote systems
|
|
references:
|
|
- https://attack.mitre.org/techniques/T1105/
|
|
author: Ömer Günal
|
|
date: 2020/06/18
|
|
tags:
|
|
- attack.command_and_control
|
|
- attack.lateral_movement
|
|
- attack.t1105
|
|
level: low
|
|
logsource:
|
|
product: linux
|
|
detection:
|
|
keywords:
|
|
- Scp|contains:
|
|
- 'scp * *@*:*'
|
|
- 'scp *@*:* *'
|
|
- Rsync|contains:
|
|
- 'rsync -r *@*:* *'
|
|
- 'rsync -r * *@*:*'
|
|
- Sftp|contains:
|
|
- 'sftp *@*:* *'
|
|
condition: keywords
|
|
falsepositives:
|
|
- Legitimate administration activities
|