commonfields: id: European Union Vulnerability Database version: -1 name: European Union Vulnerability Database display: European Union Vulnerability Database category: Vulnerability Management provider: ENISA description: API for querying recent vulnerabilities from the ENISA EUVD database. sectionorder: - Connect - Collect configuration: - name: url display: Server URL (e.g. https://euvdservices.enisa.europa.eu) defaultvalue: https://euvdservices.enisa.europa.eu type: 0 required: true section: Connect - name: insecure display: Trust any certificate (not secure) defaultvalue: 'false' type: 8 required: false section: Connect - name: proxy display: Use system proxy settings defaultvalue: 'false' type: 8 required: false section: Connect script: script: '' type: python subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 isfetch: false commands: - name: euvd-get-advisory-by-id description: Show advisory by ID. arguments: - name: advisory_id description: 'The ID of the advisory to retrieve; for example, oxas-adv-2024-0002.' required: true isArray: false outputs: - contextPath: EUVD.Advisory.id description: '' type: String - contextPath: EUVD.Advisory.description description: '' type: String - contextPath: EUVD.Advisory.summary description: '' type: String - contextPath: EUVD.Advisory.datePublished description: '' type: Date - contextPath: EUVD.Advisory.dateUpdated description: '' type: Date - contextPath: EUVD.Advisory.baseScore description: '' type: Number - contextPath: EUVD.Advisory.references description: '' type: String - contextPath: EUVD.Advisory.aliases description: '' type: String - contextPath: EUVD.Advisory.source.id description: '' type: Number - contextPath: EUVD.Advisory.source.name description: '' type: String - contextPath: EUVD.Advisory.advisoryProduct.id description: '' type: String - contextPath: EUVD.Advisory.advisoryProduct.product.name description: '' type: String - contextPath: EUVD.Advisory.enisaIdAdvisories.id description: '' type: String - contextPath: EUVD.Advisory.enisaIdAdvisories.enisaId.id description: '' type: String - contextPath: EUVD.Advisory.enisaIdAdvisories.enisaId.description description: '' type: String - contextPath: EUVD.Advisory.enisaIdAdvisories.enisaId.datePublished description: '' type: Date - contextPath: EUVD.Advisory.enisaIdAdvisories.enisaId.dateUpdated description: '' type: Date - contextPath: EUVD.Advisory.enisaIdAdvisories.enisaId.baseScore description: '' type: Number - contextPath: EUVD.Advisory.enisaIdAdvisories.enisaId.baseScoreVersion description: '' type: String - contextPath: EUVD.Advisory.enisaIdAdvisories.enisaId.baseScoreVector description: '' type: String - contextPath: EUVD.Advisory.enisaIdAdvisories.enisaId.references description: '' type: String - contextPath: EUVD.Advisory.enisaIdAdvisories.enisaId.aliases description: '' type: String - contextPath: EUVD.Advisory.enisaIdAdvisories.enisaId.assigner description: '' type: String - contextPath: EUVD.Advisory.enisaIdAdvisories.enisaId.epss description: '' type: Number - contextPath: EUVD.Advisory.enisaIdAdvisories.enisaId.enisaIdVendor.id description: '' type: String - contextPath: EUVD.Advisory.enisaIdAdvisories.enisaId.enisaIdVendor.vendor.name description: '' type: String - contextPath: EUVD.Advisory.vulnerabilityAdvisory.id description: '' type: String - contextPath: EUVD.Advisory.vulnerabilityAdvisory.vulnerability.id description: '' type: String - contextPath: EUVD.Advisory.vulnerabilityAdvisory.vulnerability.description description: '' type: String - contextPath: EUVD.Advisory.vulnerabilityAdvisory.vulnerability.datePublished description: '' type: Date - contextPath: EUVD.Advisory.vulnerabilityAdvisory.vulnerability.dateUpdated description: '' type: Date - contextPath: EUVD.Advisory.vulnerabilityAdvisory.vulnerability.status description: '' type: String - contextPath: EUVD.Advisory.vulnerabilityAdvisory.vulnerability.baseScore description: '' type: Number - contextPath: EUVD.Advisory.vulnerabilityAdvisory.vulnerability.baseScoreVersion description: '' type: String - contextPath: EUVD.Advisory.vulnerabilityAdvisory.vulnerability.baseScoreVector description: '' type: String - contextPath: EUVD.Advisory.vulnerabilityAdvisory.vulnerability.references description: '' type: String - contextPath: EUVD.Advisory.vulnerabilityAdvisory.vulnerability.enisa_id description: '' type: String - contextPath: EUVD.Advisory.vulnerabilityAdvisory.vulnerability.assigner description: '' type: String - contextPath: EUVD.Advisory.vulnerabilityAdvisory.vulnerability.epss description: '' type: Number - contextPath: EUVD.Advisory.vulnerabilityAdvisory.vulnerability.vulnerabilityVendor.id description: '' type: String - contextPath: EUVD.Advisory.vulnerabilityAdvisory.vulnerability.vulnerabilityVendor.vendor.name description: '' type: String - name: euvd-get-vulnerability-by-enisa-id description: Show EUVD by ID. arguments: - name: enisa_id description: 'The ENISA ID of the vulnerability to retrieve; for example, EUVD-2025-4893.' required: true isArray: false outputs: - contextPath: EUVD.Vulnerability.id description: '' type: String - contextPath: EUVD.Vulnerability.description description: '' type: String - contextPath: EUVD.Vulnerability.datePublished description: '' type: Date - contextPath: EUVD.Vulnerability.dateUpdated description: '' type: Date - contextPath: EUVD.Vulnerability.baseScore description: '' type: Number - contextPath: EUVD.Vulnerability.references description: '' type: String - contextPath: EUVD.Vulnerability.aliases description: '' type: String - contextPath: EUVD.Vulnerability.assigner description: '' type: String - contextPath: EUVD.Vulnerability.epss description: '' type: Number - contextPath: EUVD.Vulnerability.enisaIdProduct.id description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdProduct.product.name description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdProduct.product_version description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVendor.id description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVendor.vendor.name description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVulnerability.id description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVulnerability.vulnerability.id description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVulnerability.vulnerability.description description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVulnerability.vulnerability.datePublished description: '' type: Date - contextPath: EUVD.Vulnerability.enisaIdVulnerability.vulnerability.dateUpdated description: '' type: Date - contextPath: EUVD.Vulnerability.enisaIdVulnerability.vulnerability.status description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVulnerability.vulnerability.baseScore description: '' type: Number - contextPath: EUVD.Vulnerability.enisaIdVulnerability.vulnerability.references description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVulnerability.vulnerability.enisa_id description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVulnerability.vulnerability.assigner description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVulnerability.vulnerability.epss description: '' type: Number - contextPath: EUVD.Vulnerability.enisaIdVulnerability.vulnerability.vulnerabilityProduct.id description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVulnerability.vulnerability.vulnerabilityProduct.product.name description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVulnerability.vulnerability.vulnerabilityProduct.product_version description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVulnerability.vulnerability.vulnerabilityVendor.id description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVulnerability.vulnerability.vulnerabilityVendor.vendor.name description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdAdvisory description: '' type: Unknown - name: euvd-get-latest-critical-vulnerabilities description: Show latest critical vulnerabilities. outputs: - contextPath: EUVD.Vulnerability.id description: '' type: String - contextPath: EUVD.Vulnerability.description description: '' type: String - contextPath: EUVD.Vulnerability.datePublished description: '' type: Date - contextPath: EUVD.Vulnerability.dateUpdated description: '' type: Date - contextPath: EUVD.Vulnerability.baseScore description: '' type: Number - contextPath: EUVD.Vulnerability.baseScoreVersion description: '' type: String - contextPath: EUVD.Vulnerability.baseScoreVector description: '' type: String - contextPath: EUVD.Vulnerability.references description: '' type: String - contextPath: EUVD.Vulnerability.aliases description: '' type: String - contextPath: EUVD.Vulnerability.assigner description: '' type: String - contextPath: EUVD.Vulnerability.epss description: '' type: Number - contextPath: EUVD.Vulnerability.enisaIdProduct.id description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdProduct.product.name description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdProduct.product_version description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVendor.id description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVendor.vendor.name description: '' type: String - name: euvd-get-latest-exploited-vulnerabilities description: Show latest exploited vulnerabilities. outputs: - contextPath: EUVD.Vulnerability.id description: '' type: String - contextPath: EUVD.Vulnerability.description description: '' type: String - contextPath: EUVD.Vulnerability.datePublished description: '' type: Date - contextPath: EUVD.Vulnerability.dateUpdated description: '' type: Date - contextPath: EUVD.Vulnerability.baseScore description: '' type: Number - contextPath: EUVD.Vulnerability.baseScoreVersion description: '' type: String - contextPath: EUVD.Vulnerability.baseScoreVector description: '' type: String - contextPath: EUVD.Vulnerability.references description: '' type: String - contextPath: EUVD.Vulnerability.aliases description: '' type: String - contextPath: EUVD.Vulnerability.assigner description: '' type: String - contextPath: EUVD.Vulnerability.epss description: '' type: Number - contextPath: EUVD.Vulnerability.exploitedSince description: '' type: Date - contextPath: EUVD.Vulnerability.enisaIdProduct.id description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdProduct.product.name description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdProduct.product_version description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVendor.id description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVendor.vendor.name description: '' type: String - name: euvd-get-latest-vulnerabilities description: Show latest vulnerabilities. outputs: - contextPath: EUVD.Vulnerability.id description: '' type: String - contextPath: EUVD.Vulnerability.description description: '' type: String - contextPath: EUVD.Vulnerability.datePublished description: '' type: Date - contextPath: EUVD.Vulnerability.dateUpdated description: '' type: Date - contextPath: EUVD.Vulnerability.baseScore description: '' type: Number - contextPath: EUVD.Vulnerability.baseScoreVersion description: '' type: String - contextPath: EUVD.Vulnerability.baseScoreVector description: '' type: String - contextPath: EUVD.Vulnerability.references description: '' type: String - contextPath: EUVD.Vulnerability.aliases description: '' type: String - contextPath: EUVD.Vulnerability.assigner description: '' type: String - contextPath: EUVD.Vulnerability.epss description: '' type: Number - contextPath: EUVD.Vulnerability.enisaIdProduct.id description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdProduct.product.name description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdProduct.product_version description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVendor.id description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVendor.vendor.name description: '' type: String - name: euvd-get-vulnerability-by-id description: Show vulnerability by ID. arguments: - name: vulnerability_id description: 'The ID of the vulnerability to retrieve; for example, CVE-2025-24054.' required: true isArray: false outputs: - contextPath: EUVD.Vulnerability.id description: '' type: String - contextPath: EUVD.Vulnerability.description description: '' type: String - contextPath: EUVD.Vulnerability.datePublished description: '' type: Date - contextPath: EUVD.Vulnerability.dateUpdated description: '' type: Date - contextPath: EUVD.Vulnerability.status description: '' type: String - contextPath: EUVD.Vulnerability.baseScore description: '' type: Number - contextPath: EUVD.Vulnerability.references description: '' type: String - contextPath: EUVD.Vulnerability.enisa_id description: '' type: String - contextPath: EUVD.Vulnerability.assigner description: '' type: String - contextPath: EUVD.Vulnerability.epss description: '' type: Number - contextPath: EUVD.Vulnerability.vulnerabilityProduct.id description: '' type: String - contextPath: EUVD.Vulnerability.vulnerabilityProduct.product.name description: '' type: String - contextPath: EUVD.Vulnerability.vulnerabilityProduct.product_version description: '' type: String - contextPath: EUVD.Vulnerability.vulnerabilityVendor.id description: '' type: String - contextPath: EUVD.Vulnerability.vulnerabilityVendor.vendor.name description: '' type: String - contextPath: EUVD.Vulnerability.vulnerabilityAdvisory description: '' type: Unknown - name: euvd-query-vulnerabilities description: Query vulnerabilities with flexible filters. arguments: - name: from_score description: 'The minimum base score of the vulnerabilities to retrieve, 0-10; for example, 7.0.' required: false isArray: false - name: to_score description: 'The maximum base score of the vulnerabilities to retrieve, 0-10; for example, 9.0.' required: false isArray: false - name: from_epss description: 'The minimum EPS score of the vulnerabilities to retrieve, 0-100; for example, 20.' required: false isArray: false - name: to_epss description: 'The maximum EPS score of the vulnerabilities to retrieve, 0-100; for example, 80.' required: false isArray: false - name: from_date description: 'The minimum date of the vulnerabilities to retrieve, YYYY-MM-DD; for example, 2024-01-01.' required: false isArray: false - name: to_date description: 'The maximum date of the vulnerabilities to retrieve, YYYY-MM-DD; for example, 2024-01-31.' required: false isArray: false - name: product description: 'The product name of the vulnerabilities to retrieve; for example, Windows Windows.' required: false isArray: false - name: vendor description: 'The vendor name of the vulnerabilities to retrieve; for example, Microsoft.' required: false isArray: false - name: assigner description: 'The assigner name of the vulnerabilities to retrieve; for example, MITRE.' required: false isArray: false - name: exploited description: 'The exploited status of the vulnerabilities to retrieve.' required: false isArray: false auto: PREDEFINED predefined: - "true" - "false" defaultValue: "false" - name: page description: 'The page number of the vulnerabilities to retrieve; for example, 1.' required: false isArray: false - name: text description: 'The keywords to search for in the vulnerabilities; for example, vulnerability.' required: false isArray: false - name: size description: 'The number of vulnerabilities to retrieve per page; maximum 100.' required: false isArray: false defaultValue: 10 outputs: - contextPath: EUVD.Vulnerability.id description: '' type: String - contextPath: EUVD.Vulnerability.datePublished description: '' type: Date - contextPath: EUVD.Vulnerability.dateUpdated description: '' type: Date - contextPath: EUVD.Vulnerability.baseScore description: '' type: Number - contextPath: EUVD.Vulnerability.references description: '' type: String - contextPath: EUVD.Vulnerability.aliases description: '' type: String - contextPath: EUVD.Vulnerability.epss description: '' type: Number - contextPath: EUVD.Vulnerability.enisaIdProduct description: '' type: Unknown - contextPath: EUVD.Vulnerability.enisaIdVendor description: '' type: Unknown - contextPath: EUVD.Vulnerability.description description: '' type: String - contextPath: EUVD.Vulnerability.baseScoreVersion description: '' type: String - contextPath: EUVD.Vulnerability.baseScoreVector description: '' type: String - contextPath: EUVD.Vulnerability.assigner description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdProduct.id description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdProduct.product.name description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdProduct.product_version description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVendor.id description: '' type: String - contextPath: EUVD.Vulnerability.enisaIdVendor.vendor.name description: '' type: String - contextPath: EUVD.Vulnerability.total description: '' type: Number fromversion: 6.10.0 tests: - No tests (auto formatted)