ProcLaunchMon.sys - Suspicious (58/100) - DriverShield Analysis

Analysis of ProcLaunchMon.sys: suspicious verdict, risk score 58/100. 1 YARA match. SHA256 512c2144bc594670. Kernel imports, IOCTL codes, MITRE ATT&CK, and code-signing details.

ProcLaunchMon.sys - Analysis Report

DriverShield analyzed the Windows kernel driver ProcLaunchMon.sys and assigned a verdict of Suspicious with a composite risk score of 58/100, indicating some risk signals warranting review (30-59 band).

VerdictSuspicious (58/100)
YARA matches1
File size43448 bytes
Code-signing signerMicrosoft Windows
Analyzed2026-03-22
SHA256512c2144bc59467001b5ad79b3c402db2b57c7a359e5110a4ee37c92266f968c
SHA1717178d7aeae47644b5c9ead2462b2d1fe999f6f
MD5179b06e51e98a274f3ec5bcc492ea658

Driver identity

Version resource data embedded in the ProcLaunchMon.sys PE header, as extracted by the analysis engine.

File descriptionTime Travel Debugging Process Launch Monitor driver
ProductMicrosoft® Windows® Operating System
CompanyMicrosoft Corporation
Original filenameProcLaunchMon.sys
Internal nameProcLaunchMon.sys
File version10.0.19041.1 (WinBuild.160101.0800)
Copyright© Microsoft Corporation. All rights reserved.

How the 58/100 score breaks down

Each component is scored 0-100 and then weighted into the composite. See the analysis methodology for the exact formula.

ComponentSub-score
Multi-engine consensus0 / 100
YARA signature matches5 / 100
Dangerous kernel imports100 / 100
IOCTL dispatch surface99 / 100
Known-vulnerable corpus0 / 100
Code-signing state80 / 100
Packing and entropy0 / 100
Dynamic behaviour0 / 100
CVE cross-reference0 / 100

Kernel imports (22)

Kernel-mode APIs resolved from the Import Address Table of ProcLaunchMon.sys, ranked by exploitation relevance.

APIRiskWhy it matters
PsSetCreateProcessNotifyRoutinehighPotentially dangerous - could be used for privilege escalation or security bypass
MmGetSystemRoutineAddresshighPotentially dangerous - could be used for privilege escalation or security bypass
ZwOpenProcesshighPotentially dangerous - could be used for privilege escalation or security bypass
ObOpenObjectByPointermediumModerate risk - system modification capability
KeBugCheckExmediumModerate risk - system modification capability
ObReferenceObjectByHandlemediumModerate risk - system modification capability
ZwSetValueKeymediumModerate risk - system modification capability
ZwCreateKeymediumModerate risk - system modification capability
ZwCloselowStandard kernel API - generally benign
ZwOpenKeylowStandard kernel API - generally benign
KeSetEventlowStandard kernel API - generally benign
KeWaitForSingleObjectlowStandard kernel API - generally benign
IoDeleteDevicelowStandard kernel API - generally benign
KeInitializeEventlowStandard kernel API - generally benign
ExAllocatePoolWithTaglowStandard kernel API - generally benign
IoDeleteSymbolicLinklowStandard kernel API - generally benign
IoCreateSymbolicLinklowStandard kernel API - generally benign
IoCreateDeviceSecurelowStandard kernel API - generally benign
RtlInitUnicodeStringlowStandard kernel API - generally benign
ZwQueryValueKeylowStandard kernel API - generally benign
IoCreateDevicelowStandard kernel API - generally benign
IofCompleteRequestlowStandard kernel API - generally benign

IOCTL dispatch codes (18)

Control codes reachable through the driver dispatch routine. Codes tied to published exploit code are flagged, since they are the primary Bring Your Own Vulnerable Driver (BYOVD) entry points.

CodeSeverityTransferDescription
0x00222000medium (known exploit)METHOD_BUFFEREDDriver communication init
0x0080B58BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #3426
0x00808D8BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #866
0x002200F0mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #60
0x0080AB89mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #2786
0x0080AF15mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #3013
0x008024B4mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2349
0x00802494mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2341
0x00340030mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #12
0x00223412mediumMETHOD_OUT_DIRECTFILE_DEVICE_UNKNOWN Function #3332
0x00220022mediumMETHOD_OUT_DIRECTFILE_DEVICE_UNKNOWN Function #8
0x0022B941mediumMETHOD_IN_DIRECTFILE_DEVICE_UNKNOWN Function #3664
0x0080248CmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2339
0x0034BED8mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #4022
0x00228341mediumMETHOD_IN_DIRECTFILE_DEVICE_UNKNOWN Function #208
0x003403DCmediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #247
0x00340090mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #36
0x00228024mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #9

PE sections

Section layout and Shannon entropy. High entropy in a code section is a packing or encryption indicator.

SectionVirtual sizeRaw sizeEntropyFlags
.text0x2E690x30005.99CODE, EXEC, READ
.rdata0x11300x12004.37IDATA, READ
.data0x03680x04001.34IDATA, READ, WRITE
.pdata0x03540x04003.7IDATA, READ
.idata0x0A7A0x0C004.17IDATA, READ
PAGE0x1A390x1C006.04CODE, EXEC, READ
INIT0x00A60x02002.45CODE, EXEC, READ, DISCARD
GFIDS0x00400x02000.56IDATA, READ, DISCARD
.rsrc0x04500x06002.58IDATA, READ, DISCARD
.reloc0x041C0x06003.84IDATA, READ, DISCARD

Exploit mitigations

Control Flow GuardEnabled
ASLREnabled
DEPEnabled
Integrity checkNot enforced
Mitigation score85 / 100

YARA rule matches (1)

RuleSeverityDetects
SUSP_CallbacksmediumKernel callback registration

MITRE ATT&CK techniques (15)

Techniques this driver could enable if loaded by an adversary.

IDTechniqueTactic
T1014RootkitDefense Evasion
T1055.001Process Injection: DLL InjectionDefense Evasion
T1068Exploitation for Privilege EscalationPrivilege Escalation
T1071Application Layer ProtocolCommand and Control
T1112Modify RegistryDefense Evasion
T1211Exploitation for Defense EvasionDefense Evasion
T1489Service StopImpact
T1543.003Windows ServicePersistence
T1547.001Registry Run KeysPersistence
T1553.002Subvert Trust Controls: Code SigningDefense Evasion
T1562.001Impair Defenses: Disable/Modify ToolsDefense Evasion
T1562.006Indicator BlockingDefense Evasion
T1564.001Hidden Files and DirectoriesDefense Evasion
T1569.002Service ExecutionExecution
T1652Device Driver DiscoveryDiscovery

Code-signing chain

SignerMicrosoft Windows
Signer organisationMicrosoft Corporation
IssuerMicrosoft Windows Production PCA 2011
Serial330000023241FB59996DCC4DFF000000000232
Valid from2019-05-02 21:24 UTC
Valid until2020-05-02 21:24 UTC (expired)
Signature validityNot verified

Symbolic execution

Engine angr, status static_approximation, 0 paths explored at a maximum depth of 0. Vulnerability classes reached: 0. Exploitable paths: 1.

Frequently asked questions about ProcLaunchMon.sys

Is ProcLaunchMon.sys safe?

Based on DriverShield static and dynamic analysis, ProcLaunchMon.sys shows some suspicious signals and warrants manual review. Its composite risk score is 58/100 (verdict: suspicious). Always validate findings independently before acting.

What is the risk score of ProcLaunchMon.sys?

ProcLaunchMon.sys has a DriverShield composite risk score of 58/100, placing it in the suspicious verdict band. SHA256: 512c2144bc59467001b5ad79b3c402db2b57c7a359e5110a4ee37c92266f968c.

What is ProcLaunchMon.sys?

ProcLaunchMon.sys is a Windows kernel-mode driver (.sys) analyzed by DriverShield for vulnerabilities, BYOVD abuse potential, and malware indicators. It is code-signed by Microsoft Windows.

Related: Other drivers signed by Microsoft Windows · What an IOCTL dispatch code is · How YARA matching feeds the score · BYOVD research index · full driver database · CVE library · code signing atlas


DriverShield © 2025-2026 · Terms · Privacy · Contact