'QRadar API to retrieve product and vulnerability detail

Doesn't seem like i can log a question on IBM forums without having a support contract.

For QRadar, I'm using this: https://www.ibm.com/docs/en/qradar-common?topic=endpoints-get-asset-modelassets

which returns: enter image description here

My questions are: Is it possible to retrieve details from one of the api's?

  1. I need to map this asset, "1278", 327 vulnerabilities, what are they how can i get the titles of the 327 vulnerabilities specific to asset 1278?

  2. A product/ software that is install installed is ID: 48846, variant ID 97265. How can I map that to what it actually is, like "adobe"

From what I've read I don't know if it's possible or if that information is in postgres database which is in-accessible from the API.

Does anyone know?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source