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

31 lines
862 B
YAML
Raw Normal View History

title: NTFS Alternate Data Stream
2019-11-12 23:12:27 +01:00
id: 8c521530-5169-495d-a199-0a3a881ad24e
status: experimental
description: Detects writing data into NTFS alternate data streams from powershell. Needs Script Block Logging.
references:
- http://www.powertheshell.com/ntfsstreams/
tags:
2018-09-20 12:44:44 +02:00
- attack.defense_evasion
2020-06-16 14:46:08 -06:00
- attack.t1564.004
- attack.t1096 # an old one
- attack.execution
- attack.t1059.001
- attack.t1086 # an old one
author: Sami Ruohonen
date: 2018/07/24
modified: 2020/08/24
logsource:
product: windows
service: powershell
definition: 'It is recommended to use the new "Script Block Logging" of PowerShell v5 https://adsecurity.org/?p=2277'
detection:
2018-07-25 07:35:59 +02:00
keyword1:
2018-07-26 18:10:21 +02:00
- "set-content"
- "add-content"
2018-07-25 07:35:59 +02:00
keyword2:
2018-07-26 18:10:21 +02:00
- "-stream"
2018-07-25 07:35:59 +02:00
condition: keyword1 and keyword2
falsepositives:
- unknown
level: high