To learn more, visit the Brinqa documentation.

Example Output

{  "data": {    "vulnerabilities": [      {        "ageInDays": 2580.109233171296,        "complianceStatus": "Out of SLA",        "connectorNames": "[Qualys Vulnerability Management]",        "description": "Several vulnerabilities have been reported in PHP. ...",        "id": "1688658462584209423",        "riskScore": 9,        "type": {          "cveIds": "[CVE-2007-0905, CVE-2007-0906, ...]",          "name": "PHP Prior to 5.2.1/4.4.5 Multiple Vulnerabilities",          "recommendation": "Upgrade to the latest version of PHP. ..."        }      },      {        "ageInDays": 2826.446362210648,        "complianceStatus": "Out of SLA",        "connectorNames": "[Qualys Vulnerability Management]",        "description": "The rpc.statd program, ...",        "id": "1688658462600986646",        "riskScore": 9,        "type": {          "cveIds": "[CVE-2000-0666, CVE-2000-0800]",          "name": "Statd Format Bug Vulnerability",          "recommendation": "For Red Hat Linux: ... For other distributions: ..."        }      },      {        // ... other vulnerabilities ...      }    ]  }}

Workflow Library Example

List Critical Vulnerabilities with Brinqa and Send Results Via Email

Preview this Workflow on desktop