Requirements
- OEM Vulnerability Intelligence and platform vulnerability access
- Python 3.10 or later with
requests - One authorized domain to review
kev and exploit_available filters. Each successful credited OEM request deducts one credit.
Run the correlation
prioritize_exposure.py
Triage the matches
For every matching CVE, retain:- Asset and affected location returned by the platform
- CVE identifier and affected product evidence
- CISA Known Exploited Vulnerabilities status
- Exploit Prediction Scoring System value when present
- Exploit records and source links
- First observed time and latest confirmation time
- Analyst disposition and remediation owner
Non-OEM alternative
Professional or Enterprise integrations can retrieveGET /vulnerability-intelligence/feed and GET /enterprise/vulnerabilities, then apply KEV and exploit filters in the client. The standard feed does not accept the OEM-only kev and exploit_available request fields.