Insight VM sql code

Is there any psuedo code example for generating a report against one vulnerability? IE… CVE-2021-34527

I need to be able to call out sites the asset belongs to and custom tags for ownership tracking purposes.

Hi Mdefazio,

There are some example sql queries available at the following link:
https://docs.rapid7.com/insightvm/sql-query-export-examples/

One that may be specifically helpful is the report on a single vulnerability:
https://docs.rapid7.com/insightvm/sql-example-report-on-a-single-vulnerability

It may need some additional tailoring for your use case but could provide you a head start! I Hope this helps!