category: Vulnerability Management provider: Open Source deprecated: true commonfields: id: CVE Search v2 version: -1 configuration: - defaultvalue: https://cve.circl.lu/api/ display: Server URL name: url required: true type: 0 - display: Use system proxy settings name: proxy type: 8 required: false - display: Trust any certificate (not secure) name: insecure type: 8 required: false description: Deprecated. Use CIRCL CVE Search instead. display: CVE Search v2 (Deprecated) name: CVE Search v2 script: commands: - arguments: - description: The maximum number of CVEs to display. name: limit description: Returns the latest updated CVEs. name: cve-latest outputs: - contextPath: CVE.ID description: The ID of the CVE. type: String - contextPath: CVE.CVSS description: The CVSS score of the CVE. type: number - contextPath: CVE.Published description: The date the CVE was published. type: Date - contextPath: CVE.Modified description: The date that the CVE was last modified. type: Date - contextPath: CVE.Description description: The description of the CVE. type: String - contextPath: DBotScore.Indicator description: The indicator value. type: String - contextPath: DBotScore.Score description: The indicator score. type: Number - contextPath: DBotScore.Type description: The indicator type. type: String - contextPath: DBotScore.Vendor description: The vendor reporting the score of the indicator. type: String - arguments: - default: true description: 'The CVE ID. For example: CVE-2014-1234.' isArray: true name: cve_id required: true description: Returns CVE information by CVE ID. name: cve outputs: - contextPath: CVE.ID description: The ID of the CVE. type: String - contextPath: CVE.CVSS description: The CVSS score of the CVE. type: number - contextPath: CVE.Published description: The date the CVE was published. type: Date - contextPath: CVE.Modified description: The date that the CVE was last modified. type: Date - contextPath: CVE.Description description: The description of the CVE. type: String - contextPath: DBotScore.Indicator description: The indicator value. type: String - contextPath: DBotScore.Score description: The indicator score. type: Number - contextPath: DBotScore.Type description: The indicator type. type: String - contextPath: DBotScore.Vendor description: The vendor reporting the score of the indicator. type: String dockerimage: demisto/python3:3.10.12.63474 runonce: false script: '-' subtype: python3 type: python tests: - CVE Search v2 - Test fromversion: 5.0.0