Files
blue-team-tools/rules/windows/powershell/powershell_module/powershell_susp_zip_compress.yml
T

31 lines
909 B
YAML
Raw Normal View History

2021-07-20 13:13:53 +02:00
title: Zip A Folder With PowerShell For Staging In Temp
2021-10-09 09:50:49 +02:00
id: daf7eb81-35fd-410d-9d7a-657837e602bb
related:
- id: b7a3c9a3-09ea-4934-8864-6a32cacd98d9
2021-10-09 10:30:36 +02:00
type: derived
2021-07-20 13:13:53 +02:00
status: experimental
author: frack113
date: 2021/07/20
2021-10-16 08:05:15 +02:00
modified: 2021/10/16
2021-07-20 13:13:53 +02:00
description: Use living off the land tools to zip a file and stage it in the Windows temporary folder for later exfiltration
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1074.001/T1074.001.md
tags:
- attack.collection
- attack.t1074.001
logsource:
product: windows
2021-10-16 08:05:15 +02:00
category: ps_module
2021-10-09 16:42:42 +02:00
definition: PowerShell Module Logging must be enabledd
2021-07-20 13:13:53 +02:00
detection:
2021-09-30 10:03:11 +02:00
selection_4103:
2021-07-20 13:13:53 +02:00
ContextInfo|contains|all:
- 'Compress-Archive '
- ' -Path '
- ' -DestinationPath '
- '$env:TEMP\'
2021-10-09 09:50:49 +02:00
condition: selection_4103
2021-09-07 13:30:32 +02:00
falsepositives:
- Unknown
level: medium