A boot-start or system-start driver failed to load. DriverName is key.
Security driver failures (AV kernel driver, filter driver) indicate possible tampering. BYOVD attacks may cause driver conflicts causing legitimate drivers to fail.
Alert: failure of known security drivers (AV/EDR kernel components).
param1param2Computer Starting points — adapt the log source, projected fields and thresholds for your environment.
Event
| where EventLog == "System" and EventID == 7026 // The following boot-start or system-start driver failed to load
// EventData holds: param1, param2, Computer
| project TimeGenerated, Computer, RenderedDescription
| sort by TimeGenerated desc
index=* sourcetype="WinEventLog:System" EventCode=7026
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count `# The following boot-start or system-start driver failed to load — add EventData fields: param1, param2, Computer`
The following boot-start or system-start driver failed to load. A boot-start or system-start driver failed to load. DriverName is key.
Event 7026 is written to the System channel by Service Control Manager / Kernel. Logged by default in the System channel; no audit policy required.
Alert: failure of known security drivers (AV/EDR kernel components).