Skip to content

Commit

Permalink
fix: add escape for question mark
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Nov 9, 2023
1 parent 6193ab7 commit 7a28ab0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ references:
- https://twitter.com/Oddvarmoe/status/993383596244258816
author: Julia Fomina, oscd.community
date: 2020/10/08
modified: 2022/07/14
modified: 2023/11/9
tags:
- attack.execution
- attack.t1059.001
Expand All @@ -31,7 +31,7 @@ detection:
get_help:
CommandLine|contains:
- 'help'
- '?'
- '\?'
condition: powershell_module or (cmd_execution and get_help)
falsepositives:
- Legitimate use of Pester for writing tests for Powershell scripts and modules
Expand Down

0 comments on commit 7a28ab0

Please sign in to comment.