SysInternals SigCheck
Verify that images are digitally signed and dump version information with this simple command-line utility.
http://live.sysinternals.com/sigcheck.exe
I was asked about \system32 and \sysnative directories.
They are one in the same; sysnative = virtual version of system32
Code:
[FONT=Lucida Console]
Command: [COLOR=Navy][B]sigcheck.exe -a -h -m C:\Windows\[COLOR=Red]system32[/COLOR]\ntoskrnl.exe[/B][/COLOR]
c:\windows\system32\ntoskrnl.exe:
Verified: Signed
Catalog: C:\Windows\[color=red]system32[/color]\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Package_3_for_KB2556532~31bf3856ad364e35~amd64~~6.1.1.1.cat
Signers:
Microsoft Windows
Microsoft Windows Verification PCA
Microsoft Root Certificate Authority
Signing date: 06:40 6/28/2011
Publisher: Microsoft Corporation
Description: NT Kernel & System
Product: Microsoft® Windows® Operating System
Version: 6.1.7601.17640
File version: 6.1.7601.17640 (win7sp1_gdr.110622-1506)
Strong Name: Unsigned
Original Name: ntkrnlmp.exe
Internal Name: ntkrnlmp.exe
Copyright: © Microsoft Corporation. All rights reserved.
Comments: n/a
MD5: 577841951e8bad6ea8288106693cd39f
SHA1: 91e05c8683321b9decab95f420b09b666ff91c51
SHA256: 182f18543494d82c86ce833937b628c4413b9f0baafe750706c0ad0b484e0dc2
[/FONT]
Code:
[FONT=Lucida Console]
Command: [COLOR=Navy][B]sigcheck.exe -a -h -m C:\Windows\[COLOR=Red]Sysnative[/COLOR]\ntoskrnl.exe[/B][/COLOR]
c:\windows\sysnative\ntoskrnl.exe:
Verified: Signed
Catalog: C:\Windows[color=red]\system32[/color]\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Package_3_for_KB2556532~31bf3856ad364e35~amd64~~6.1.1.1.cat
Signers:
Microsoft Windows
Microsoft Windows Verification PCA
Microsoft Root Certificate Authority
Signing date: 06:40 6/28/2011
Publisher: Microsoft Corporation
Description: NT Kernel & System
Product: Microsoft® Windows® Operating System
Version: 6.1.7601.17640
File version: 6.1.7601.17640 (win7sp1_gdr.110622-1506)
Strong Name: Unsigned
Original Name: ntkrnlmp.exe
Internal Name: ntkrnlmp.exe
Copyright: © Microsoft Corporation. All rights reserved.
Comments: n/a
MD5: 577841951e8bad6ea8288106693cd39f
SHA1: 91e05c8683321b9decab95f420b09b666ff91c51
SHA256: 182f18543494d82c86ce833937b628c4413b9f0baafe750706c0ad0b484e0dc2
[/FONT]