22 lines
590 B
Plaintext
22 lines
590 B
Plaintext
title: NTFS Alternate Data Stream
|
|
status: experimental
|
|
description: Detects writing data into NTFS alternate data streams from powershell
|
|
references:
|
|
- http://www.powertheshell.com/ntfsstreams/
|
|
tags:
|
|
- attack.defense_Evasion
|
|
- attack.t1096
|
|
author: Sami Ruohonen (rule)
|
|
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:
|
|
keywords:
|
|
- set-content
|
|
stream
|
|
condition: keywords
|
|
falsepositives:
|
|
- unknown
|
|
level: high
|