Skip to content
Discussion options

You must be logged in to vote

Hi @mtobias-getty!

You're correct that you will have a hit for each host / CVE. You may have to massage the data to meet your requirements as you consume the results.

While researching this question, I wound up producing a new Spotlight Vulnerabilities sample. In an effort to speak to the concerns you've listed, I've reduced the data transfer to the bare minimum and used a simple JSON structure for data storage.

This sample leverages the combinedQueryVulnerabilities operation.

JSON structure

UPPER CASE represents a dynamic value.

{
    "sensor": {
        "HOST_AID": {
            "SEVERITY": ["CVE IDs..."]
        }
    },
    "cve": {
        "SEVERITY": {
            "CVE_ID": ["HOST…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mtobias-getty
Comment options

Answer selected by mtobias-getty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
spotlight Spotlight issues and questions SDK usage General SDK usage issues and questions
2 participants