atc0005 / check-restart

Go-based tooling used to detect whether a restart (service) or reboot (system) is needed.
MIT License
2 stars 0 forks source link

Add printer driver entries to ignored paths #133

Open atc0005 opened 1 year ago

atc0005 commented 1 year ago

Overview

Recently we've seen a spread of alerts related to pending file rename operations associated with printer drivers, all of which have been determined to not require a system reboot.

Example:

  • Value PendingFileRenameOperations of type MULTI_SZ for key HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Session Manager found Entries [54 total, 52 skipped]: C:/Windows/system32/spool/V4Dirs/F8018001-864E-4D9C-952D-802CF423E5B8/3c7e7fad.BUD, C:/Windows/system32/spool/V4Dirs/F8018001-864E-4D9C-952D-802CF423E5B8/3c7e7fad.gpd

All told, I've seen these two paths referenced thus far:

It's probably worth adding explicit entries to ignore spool paths for the time being.

References

atc0005 commented 1 year ago

Some additional thoughts that came to me earlier:

atc0005 commented 1 year ago

It's probably worth adding explicit entries to ignore spool paths for the time being.

It doesn't look like this support is available yet. There is support for ignoring paths, but not specific values in a given registry key.