fix: values missed escaping

This commit is contained in:
Florian Roth
2022-03-05 10:39:15 +01:00
parent 8b29c2202c
commit ec62ec6bbb
3 changed files with 7 additions and 7 deletions
@@ -3,7 +3,7 @@ id: 70ad982f-67c8-40e0-a955-b920c2fa05cb
status: experimental
description: Open a handle on the drive volume via the \\.\ DOS device path specifier and perform direct access read of the first few bytes of the volume.
date: 2022/01/09
modified: 2022/01/10
modified: 2022/03/05
author: frack113
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1006/T1006.md
@@ -16,7 +16,7 @@ detection:
ScriptBlockText|contains|all:
- New-Object
- IO.FileStream
- '\\.\'
- '\\\\.\\'
condition: selection
falsepositives:
- Legitimate PowerShell scripts