LME
LME copied to clipboard
Identity Log Collection in Active Directory
Identity logs are highly valuable because they identify and describe the user and computer involved in incidents.
Can we collect more of this type log in Logging Made Easy?
Yes. All we need to do is activate certain policies in the Group Policy Management Editor for our pre-existing LME Server GPO. We should enable policies that will trip on events related to signing in and anything where accountability is important.
Then, edit the lme_wec_config.xml so that it will now collect and forward the policies we add too.
(A similar issue can be added to get the Entra identity logs from Azure Active Directory)
Events that may return identity logs can be found in the group policy management here:
Computer Config > Policies > Windows settings > security settings > advanced audit policy configuration > audit policies > (pick relevant)
This task is in three steps:
- Identify the list of events that we don't currently log that would provide valuable identity logs.
- Edit the Group Policy Objects to include events that we want to log from 1
- Edit the lme_wec_config.xml file to forward that type of event.
@rgbrow1949 as a watcher.
Reopening to make a pull request on this