More software information?

Is it possible to currently pull more software information for various assets? Currently I am looking for a way to query when version X software was installed / last seen and if software X was upgraded, when?

Hi @justin_garcia - We looked into this internally and this is going to be tough to do. You would have to compare your data on a scan by scan basis through your SQL query. This gets pretty tricky to do since that logic will need to be handled entirely by the SQL you write. We haven’t done this type of query related to software information before.

The closest function that might help in the reporting data model is this one:
baselineComparison

Here is an example query that uses this function to compare vulnerability changes: Vulnerability Comparison To Track Changes

Hope this helps!