Remote File Copy

This commit is contained in:
Ömer Günal 2020-06-18 23:36:29 +03:00 committed by GitHub
parent 3a607abe33
commit a963630db8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,28 @@
title: Remote File Copy
id: 7a14080d-a048-4de8-ae58-604ce58a795b
description: Detects using remote file copy tools
references:
- https://attack.mitre.org/techniques/T1105/
author: Ömer Günal
date: 2020/06/18
tags:
- attack.command_and_control
- attack.laterel_movement
- attack.t1105
level: low
logsource:
product: linux
detection:
keywords:
- Scp|contains:
- 'scp * *@*:*'
- 'scp *@*:* *'
- Rsync|contains:
- 'rsync -r *@*:* *'
- 'rsync -r * *@*:*'
- Sftp|contains:
- 'sftp *@*:* *'
- 'sftp *@*:* *'
condition: keywords
falsepositives:
- Legitimate administration activities