You can use the search tokens available in the Knowledgebase tab and refine your search results. Click each token to learn more about it.
Example
Find QIDs with severity 4 and updated on a specified date
vulnDef.severity:4 AND vulnDef.updated: "2021-07-20"
Example
Find scan schedules that don't have type DISCOVERY
NOT scan.schedule.type: "DISCOVERY"
Example
Find scan schedules with DISCOVERY scan type OR Active status
scan.schedule.type: "DISCOVERY" OR scan.schedule.status: "True"
Use these search tokens to find vulnerabilities with different criteria.
Examples
Find vulnerability with the given ID
vulnDef.id:10055
Example
Find vulnerability with the given QID
vulnDef.qid:11565
Examples
Find the QID that contains the part of the given name
vulnDef.name:"campas cgi vulnerability"
Find the QID with the given name
vulnDef.name:`campas cgi vulnerability`
Examples
Find QIDs that contains the part of the given threat.
vulnDef.threat:"campas cgi"
Find QIDs with the given threat
vulnDef.threat:`campas cgi`
vulnDef.severityvulnDef.severity
Examples
Find vulnerabilities with severity 4
vulnDef.severity:4
Find vulnerabilities with severity greater than 3
vulnDef.severity>3
Find vulnerabilities with severity less than equal to 4
vulnDef.severity<=4
vulnDef.productvulnDef.product
Examples
Find QIDs that contains the part of the given product name
vulnDef.product:"zypper"
Find QID with the given product name
vulnDef.product:`zypper`
Examples
Find QID that contains the part of the vendor name
vulnDef.vendor:"suse"
Find QID with the given vendor name
vulnDef.vendor:`suse`
vulnDef.categoryvulnDef.category
Example
Find QIDs with the category that contains the part of the given name
vulnDef.category:"Web Application"
Find QIDs with the given category
vulnDef.category:`Web Application`
vulnDef.supportedByvulnDef.supportedBy
Examples
Find QIDs supported by either of the specified applications
vulnDef.supportedBy:"WAS"
Find QIDs supported by the specified module
vulnDef.supportedBy:`VM, WAS`
vulnDef.updatedvulnDef.updated
Examples
Find QIDs updated on specific date
vulnDef.updated:2021-06-15
Find QIDs updated between March 2023 to July 2023
vulnDef.updated:[2023-03-01 .. 2023-07-31]
Example
Find QIDs matching a specific CVEID
vulnDef.cveIds:CVE-2015-2838
Example
Find QIDs matching a specific CWE ID
vulnDef.cweIds:451
vulnDef.owaspTopTen.codevulnDef.owaspTopTen.code
Example
Find QID supported by OWASP Top Ten category code A07
vulnDef.owaspTopTen.code:A07
vulnDef.owaspTopTen.namevulnDef.owaspTopTen.name
Examples
Search QIDs that contains the part of OWASP name.
vulnDef.owaspTopTen.name:"Cryptographic Failures"
Search QID supported by specific OWASP name.
vulnDef.owaspTopTen.name:`Cryptographic Failures`
vulnDef.owaspApiTopTen.codevulnDef.owaspApiTopTen.code
Example
Find QIDs that have OWASP API security category as API05.
vulnDef.owaspTopTen.code:API05
vulnDef.owaspApiTopTen.namevulnDef.owaspApiTopTen.name
Examples
Search QIDs that contains the part of the OWASP API Top Ten category name.
vulnDef.owaspApiTopTen.name:"Unrestricted Access to Sensitive Business Flows"
Search QID supported by specific OWASP API Top Ten category name.
vulnDef.owaspApiTopTen.name:`API6:2023 Unrestricted Access to Sensitive Business Flows`
vulnDef.cvss3Info.baseScorevulnDef.cvss3Info.baseScore
Example
Find QIDs with the CVSS V3 base score as 6.1
vulnDef.cvss3Info.baseScore:6.1
Find QIDs with the CVSS V3 base score less than 6.1
vulnDef.cvss3Info.baseScore<6.1
Find QIDs with the CVSS V3 base score greater than 6.1
vulnDef.cvss3Info.baseScore>6.1
vulnDef.cvss3Info.temporalScorevulnDef.cvss3Info.temporalScore
Example
Find QIDs with CVSS V3 temporal score as 5.8
vulnDef.cvss3Info.temporalScore:5.8
Find QIDs with CVSS V3 temporal score less than 5.8
vulnDef.cvss3Info.temporalScore<5.8
Find QIDs with CVSS V3 temporal score greater than 5.8
vulnDef.cvss3Info.temporalScore>5.8
Example
Find QIDs that have confirmed vulnerabilities.
vulnDef.type:CONFIRMED_VULNERABILITY
vulnDef.discoveryTypevulnDef.discoveryType
Example
Find QIDs that has remotely discovered vulnerabilities
vulnDef.discoveryType:REMOTE
vulnDef.authenticationTypevulnDef.authenticationType
Example
Find vulnerabilities that uses HTTP_BASIC authentication
vulnDef.authenticationType:HTTP_BASIC
vulnDef.malware.namevulnDef.malware.name
Example
Find vulnerabilities that contains the part of given malware name.
vulnDef.malware.name:"shell"
Find vulnerabilities that contains the given malware name.
vulnDef.malware.name:`shell`
vulnDef.malware.aliasesvulnDef.malware.aliases
Example
Find vulnerabilities that contains the part of malware aliase name.
vulnDef.malware.aliases:"mitchel"
Find vulnerabilities with the given of malware aliase name.
vulnDef.malware.aliases:`mitchel`
vulnDef.malware.typevulnDef.malware.type
Example
Find QIDs that contains part of malware type.
vulnDef.malware.type:"trojan"
Find QIDs with the given malware type.
vulnDef.malware.type:`trojan`
vulnDef.malware.platformvulnDef.malware.platform
Example
Find QIDs that contains the part of given malware platform name.
vulnDef.malware.platform:"win32"
Find QIDs with the given malware platform name.
vulnDef.malware.platform:'win32`
vulnDef.malware.vendorvulnDef.malware.vendor
Example
Find QIDs that contains part of given malware vendor name.
vulnDef.malware.vendor:"qualys"
Find QIDs with the given malware vendor name.
vulnDef.malware.vendor:`qualys`
vulnDef.exploitAvailablevulnDef.exploitAvailable
Example
Find QIDs that contains the exploitable vulnerabilities.
vulnDef.exploitAvailable:true
Find QIDs that do not contains the exploitable vulnerabilities.
vulnDef.exploitAvailable:false
vulnDef.malwareAvailablevulnDef.malwareAvailable
Example
Find QIDs that contains malware.
vulnDef.malwareAvailable:true
Find QIDs that do not contains malware.
vulnDef.malwareAvailable:false
vulnDef.cvss3Info.attackVectorvulnDef.cvss3Info.attackVector
Example
Find QIDs that contains LOCAL_ACCESS type CVSS3 vector.
vulnDef.cvss3Info.attackVector:LOCAL_ACCESS
vulnDef.complianceSectionvulnDef.complianceSection
Example
Find QIDs that comply with DS5 section.
vulnDef.complianceSection:DS5
vulnDef.complianceDescriptionvulnDef.complianceDescription
Example
Find QIDs that contains the part of compliance description.
vulnDef.complianceDescription:"virus scanning solution"
Find QIDs that with given compliance description.
vulnDef.complianceDescription:`virus scanning solution`
vulnDef.listInclusionvulnDef.listInclusion
Example
Find QIDs included in QUALYS_EXT_10 list.
vulnDef.listInclusion:QUALYS_EXT_10
vulnDef.bugtraqIdsvulnDef.bugtraqIds
Example
Find QIDs with given Bugtraq ID.
vulnDef.bugtraqIds:73311
Find QIDs with multiple Bugtraq IDs.
vulnDef.bugtraqIds:[73311, 109152]