Lucene search

K
kitploitKitPloitKITPLOIT:7636175789108703829
HistoryJun 17, 2020 - 12:30 p.m.

Digital Signature Hijack - Binaries, PowerShell Scripts And Information About Digital Signature Hijacking

2020-06-1712:30:00
www.kitploit.com
164

6.9 Medium

AI Score

Confidence

Low

Hijacking legitimate digital signatures is a technique that can be used during red team assessments in order to sign PowerShell code and binaries. This could assist to bypass Device Guard restrictions and maintain stealthy in an engagement. DigitalSignatureHijack is a PowerShell script based on Matt Graeber research that can perform the following operations:

  • Digitally sign all portable executables on the host as Microsoft

  • Digitally sign all powershell scripts on the host as Microsoft

  • Validate the digital signature for all portable executables

  • Validate the digital signature for all powershell scripts
    This is achieved by hijacking the registry and adding the necessary values and by utilizing the custom SIP dll file that Matt Graeber developed. Users need to modify the path of MySIP.dll to their local path.

  • MySIP.dll - <https://github.com/mattifestation/PoCSubjectInterfacePackage&gt;

Demo

Signing Portable Executables

SignExe

Signature Validation

ValidateSignaturePE

Signing PowerShell Scripts

SignPS

Signature Validation

ValidateSignaturePS

Resources

Disclaimer

  • The purpose of this repository is to store compiled DLL’s, binaries, scripts and to centralize existing information about digital signature hijacking. All the credits are going to the original authors of these tools.
  • The binaries and the DLL which are stored in this repository have not been modified from their original state and they are totally safe. However if for any reason you don’t trust this repository the original repositories which contain the source code of these tools are provided in order to compile them by yourself.

Credits

Download Digital-Signature-Hijack

6.9 Medium

AI Score

Confidence

Low