Description | Specifying Custom File Integrity Monitoring (FIM) Paths for the Lacework Agent to Scan |
Scope | Lacework Agent |
Solution |
Out of the box, the Lacework Agent will perform FIM on a set of predefined files and directories determined by our security teams. However, customers have the opportunity to specify custom file and directory paths to be monitored in addition to, or in place of, those predefined by Lacework. This allows customers to monitor files and directories that are specific to their environment and/or applications.
You can do this in 2 ways:
If using the first method, via the Lacework console, take note that the configuration changes will be applied to all machines that have the agent installed using that specific agent access token (i.e., globally). This can be useful if you want to specify custom paths for all machines that have the agent installed using that specific agent access token without having to login to each machine and modify the config.json file.
If you want to specify custom paths for a specific machine(s), you can do so using the second method, via the config.json file. Doing it this way will overwrite the global configuration for that particular host. However, it's important to note that as soon as you specify values for the "filepath" key, the agent will stop monitoring the default paths and only monitor the paths you specify. If you want to monitor both the default paths and your custom paths, you will need to specify the default paths in the "filepath" key as well.
|