Hi,
It already exist a method with Windows to get information from registry keys to know which security protocols are enabled and this help us to ensure assets are compliant.
I would like to know, with Linux asset where the LsAgent is installed, if we could scan/search some data value inside conf files like /etc/ssh/sshd_config return lines for "HostKeyAlgorithms". Or for Apache2 /etc/apache2/mods-enabled/* + /etc/apache2/sites-enabled/* return lines for "SSLProtocol", "SSLCipherSuite". Or for any other app.
Another approach, if LsAgent is able to read another content. May be on asset side create my own script who run from CRON to compile everything I want, then LsAgent retrieve a specific file content only ?