-
Notifications
You must be signed in to change notification settings - Fork 1
Description
This is incredibly useful, but I'm struggling to configure a config baseline in SCCM using the registry switch of the script.
The script creates the key Log4ShellDetection, but it does so whether something is found or not, and when found the subkeys are pretty random per machine from what I can see based on the files found across devices.
I don't seem to be able to find a way to check if any subkeys under Log4ShellDetection exist or not without knowing what those specific subkey names would be, so could there either be a general flag "vulnerable" key added directly under Log4ShellDetection if any vulnerable files are discovered?
That can then be used to flag vulnerability on a device under an SCCM configuration baseline and the subkeys reviewed manually to determine the specifics?
Edit - Although this would still be really nice, I've worked around it buy running the script as an application, I've set a configuration baseline script to then look for values under the subkey. To get the details you can then use CMPivot, which isn't ideal but better than nothing!