mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
Remote File Copy
This commit is contained in:
parent
3a607abe33
commit
a963630db8
28
rules/linux/lnx_file_copy.yml
Normal file
28
rules/linux/lnx_file_copy.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user