Skip to content

Exfiltration Over Alternative Protocol - Linux #5035

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
30 changes: 30 additions & 0 deletions rules/linux/process_creation/proc_creation_lnx_scp_command.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
title: Exfiltration Over Alternative Protocol - Linux
id: 2696bc0f-aa16-4523-93c2-e1784cbbe934
status: test
description: Detects exfiltrating data over a symmetrically encrypted network protocol. This information can help adversaries to exfiltration data by scp.
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1048/T1048.md
author: 'Milad Cheraghi'
date: 2024-06-10
tags:
- attack.exfiltration
- attack.t1048.001
logsource:
category: process_creation
product: linux
detection:
selection:
Image|endswith:
- '/ssh'
CommandLine|contains:
- 'tar'
- 'gzip'
- 'bzip'
- 'bzip2'
- 'gunzip'
- 'bunzip2'
- 'unzip'
condition: selection
falsepositives:
- Unknown
level: medium
Loading