Skip to content

Commit 14e1725

Browse files
1 parent 4398161 commit 14e1725

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

_lolbas/Binaries/Sigverif.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
Name: Sigverif.exe
3+
Description: File Signature Verification utility to verify digital signatures of files
4+
Author: Moshe Kaplan
5+
Created: 2021-11-08
6+
Commands:
7+
- Command: sigverif.exe
8+
Description: Launch sigverif.exe GUI, click 'Advanced', specify arbitrary executable path as 'log file name', then click 'View Log' to execute the binary.
9+
Usecase: Execute arbitrary programs through a trusted Microsoft-signed binary to bypass application whitelisting.
10+
Category: Execute
11+
Privileges: User
12+
MitreID: T1218
13+
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 10, Windows 11
14+
Tags:
15+
- Execute: EXE
16+
- Application: GUI
17+
Full_Path:
18+
- Path: C:\Windows\System32\sigverif.exe
19+
- Path: C:\Windows\SysWOW64\sigverif.exe
20+
Detection:
21+
- IOC: sigverif.exe spawning unexpected child processes
22+
Resources:
23+
- Link: https://twitter.com/0gtweet/status/1457676633809330184
24+
- Link: https://www.hexacorn.com/blog/2018/04/27/i-shot-the-sigverif-exe-the-gui-based-lolbin/
25+
Acknowledgement:
26+
- Person: Grzegorz Tworek
27+
Handle: '@0gtweet'
28+
- Person: Adam
29+
Handle: '@Hexacorn'
30+
---

0 commit comments

Comments
 (0)