Files
blue-team-tools/rules/windows/powershell/powershell_script/posh_ps_automated_collection.yml
T

38 lines
1.0 KiB
YAML
Raw Normal View History

2021-07-28 14:14:02 +02:00
title: Automated Collection Command PowerShell
id: c1dda054-d638-4c16-afc8-53e007f3fbc5
2022-12-27 12:29:10 +01:00
status: test
2021-07-28 14:14:02 +02:00
description: Once established within a system or network, an adversary may use automated techniques for collecting internal data.
references:
2022-07-11 14:11:53 +01:00
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1119/T1119.md
2022-10-26 09:43:39 +02:00
author: frack113
date: 2021/07/28
2022-12-27 12:29:10 +01:00
modified: 2022/12/25
2021-07-28 14:14:02 +02:00
tags:
- attack.collection
- attack.t1119
logsource:
product: windows
2021-10-16 08:18:49 +02:00
category: ps_script
2023-01-04 17:49:32 +01:00
definition: 'Requirements: Script Block Logging must be enabled'
2021-07-28 14:14:02 +02:00
detection:
selection_ext:
ScriptBlockText|contains:
- '.doc'
- '.docx'
- '.xls'
- '.xlsx'
- '.ppt'
- '.pptx'
- '.rtf'
- '.pdf'
- '.txt'
selection_cmd:
ScriptBlockText|contains|all:
- 'Get-ChildItem'
- ' -Recurse '
- ' -Include '
condition: all of selection*
2021-07-28 14:14:02 +02:00
falsepositives:
- Unknown
level: medium