Files
blue-team-tools/rules/windows/powershell/powershell_NTFS_Alternate_Data_Streams
T

23 lines
644 B
Plaintext
Raw Normal View History

title: NTFS Alternate Data Stream
status: experimental
description: Detects writing data into NTFS alternate data streams from powershell. Needs Script Block Logging.
references:
- http://www.powertheshell.com/ntfsstreams/
tags:
- attack.defense_Evasion
- attack.t1096
author: Sami Ruohonen
logsource:
product: windows
service: powershell
description: 'It is recommanded 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"
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