Skip to content

Commit

Permalink
fix: typo in command line argument (#4140)
Browse files Browse the repository at this point in the history
  • Loading branch information
saegel committed Mar 24, 2023
1 parent c5bb566 commit b83c8aa
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -6,7 +6,7 @@ references:
- https://twitter.com/mrd0x/status/1460597833917251595
author: Austin Songer @austinsonger, Florian Roth
date: 2021/11/26
modified: 2022/12/25
modified: 2023/03/24
tags:
- attack.credential_access
- attack.t1003.001
Expand All @@ -19,7 +19,7 @@ detection:
procdump_flags:
CommandLine|contains:
- ' -ma '
- 'accpeteula'
- 'accepteula'
filter:
Image|contains: '\Installer\Feedback\dump64.exe'
condition: ( selection and not filter ) or ( selection and procdump_flags )
Expand Down

0 comments on commit b83c8aa

Please sign in to comment.