Skip to content

Commit

Permalink
fix: FP with chocolatey shimgen tool
Browse files Browse the repository at this point in the history
  • Loading branch information
phantinuss committed Apr 8, 2024
1 parent 4319f58 commit 191ec93
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ references:
- https://github.com/redcanaryco/atomic-red-team/blob/b27a3cb25025161d49ac861cb216db68c46a3537/atomics/T1027.004/T1027.004.md#atomic-test-1---compile-after-delivery-using-cscexe
author: Florian Roth (Nextron Systems), X__Junior (Nextron Systems)
date: 2019/08/24
modified: 2023/10/27
modified: 2024/04/08
tags:
- attack.defense_evasion
- attack.t1027.004
Expand Down Expand Up @@ -52,7 +52,9 @@ detection:
filter_main_w3p:
ParentImage: 'C:\Windows\System32\inetsrv\w3wp.exe' # https://twitter.com/gabriele_pippi/status/1206907900268072962
filter_optional_chocolatey:
ParentImage: 'C:\ProgramData\chocolatey\choco.exe' # Chocolatey https://chocolatey.org/
ParentImage: # Chocolatey https://chocolatey.org/
- 'C:\ProgramData\chocolatey\choco.exe'
- 'C:\ProgramData\chocolatey\tools\shimgen.exe'
filter_optional_defender:
ParentCommandLine|contains: '\ProgramData\Microsoft\Windows Defender Advanced Threat Protection'
filter_optional_ansible:
Expand Down

0 comments on commit 191ec93

Please sign in to comment.