Hi,
it there a better place for discussing about Live or Data Lake Queries than the " Live Discover & Response Query Forum "?
There is not much resoponse there. Or should I contact support for special questions?
Regards
Hello.
I´m trying to create a query that allows me to check if a HASH from a list (with a comma separated) is located on some device.
The problem I have when consulting the hash table is that it does not show me any value if I do not define a directory…
This query will check the installed version of Confluence and print the message IF the installed confluence version is PATCHED or NOT PATCHED.
SELECT DISTINCT
'Check Confluence Version to confirm Patch' Test,
CASE version
WHEN '6.13.23' THEN…