Skip to content

Commit

Permalink
Merge pull request #1 from omergunal/omergunal-patch-1
Browse files Browse the repository at this point in the history
Remote file copy
  • Loading branch information
omergunal authored Jun 18, 2020
2 parents 40a07a2 + c6c455a commit 93719d8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions rules/linux/lnx_file_copy.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 93719d8

Please sign in to comment.