Use the search tokens below to search for vulnerabilities in the KnowledgeBase. Looking for help with writing your query? click here
Example
Show findings with Windows auth type
authType: "WINDOWS_AUTH"
Example
Show findings with category CGI
category: "CGI"
Examples
Show findings with customer-defined severity 4
customerSeverity: "4"
Show findings with customer-defined severity 5 and category DNS
customerSeverity: "5" AND category: "DNS"
Example
Show findings with CVE name CVE-2015-0313
cveids: CVE-2015-0313
Example
Show findings with CVSS access vector
cvssInfo.accessVector: "Local"
Example
Show findings with CVSS base score
cvssInfo.baseScore: "7.2"
Example
Show findings with CVSS temporal score
cvssInfo.temporalScore: "6.2"
Example
Show findings with CVSS3 base score
cvss3Info.baseScore: "4.3"
Example
Show findings with CVSS3 temporal score
cvss3Info.temporalScore: "3.8"
Example
Show findings with Remote discovery type
discoveryType: "REMOTE"
Examples
Show findings first found within certain dates
firstFound: [2017-10-01 ... 2017-10-12]
Show findings first found starting 2017-10-01, ending 1 month ago
firstFound: [2017-10-01 ... now-1M]
Show findings first found starting 2 weeks ago, ending 1 second ago
firstFound: [now-2w ... now-1s]
Show findings first found on certain date
firstFound:'2017-09-22'
Show findings first found in the past 10 days with severity 5
firstFound > now-10d AND severity: "5"
Examples
Show findings fixed within certain dates
fixed: [2017-10-01 ... 2017-10-12]
Show findings fixed starting 2017-10-01, ending 1 month ago
fixed: [2017-10-01 ... now-1M]
Show findings fixed starting 2 weeks ago, ending 1 second ago
fixed: [now-2w ... now-1s]
Show findings fixed on certain date
fixed:'2017-09-22'
Show findings fixed in the past 10 days with severity 5
fixed > now-10d AND severity: "5"
Examples
Show findings last found within certain dates
lastFound: [2017-10-02 ... 2017-10-15]
Show findings last found starting 2017-10-01, ending 1 month ago
lastFound: [2017-10-01 ... now-1M]
Show findings last found starting 2 weeks ago, ending 1 second ago
lastFound: [now-2w ... now-1s]
Show findings last found on certain date
lastFound:'2017-10-11'
Show findings last found on 2017-10-12 and category CGI
lastFound: '2017-10-12' AND category: "CGI"
Example
Show findings for this product
product: "moodle"
Example
Show findings with libexpat1 2.1.0-6+deb8u3 2.1.0-6+deb8u4
result: "libexpat1 2.1.0-6+deb8u3 2.1.0-6+deb8u4"
Example
Show findings with risk 50
risk: 50
Example
Show vulnerabilities detected by SCA scan type
scanType: SCA
Example
Show findings with severity 4
severity: "4"
Show findings with severity 5 and category DNS
severity: "5" AND category: "DNS"
Example
Show findings with this status
status: "OPEN"
Example
Show findings supported by VM
supportedBy: "VM"
Example
Show containers exposed to threats due to active attacks
threatIntel.activeAttacks: true
Example
Show containers having threats due to denial of service
threatIntel.denialOfService: true
Example
Show containers exposed to threats due to easy exploit
threatIntel.easyExploit: true
Example
Show containers exposed to threats due to high data loss
threatIntel.highDataLoss: true
Example
Show containers exposed to threats due to high lateral movement
threatIntel.highLateralMovement: true
Example
Show containers exposed to threats due to malware
threatIntel.malware: true
Example
Show containers exposed to threats due to no patch available
threatIntel.noPatch: true
Example
Show containers exposed to threats due to public exploit
threatIntel.publicExploit: true
Example
Show findings with this detection type
typeDetected: "CONFIRMED"
Example
Show findings for this vendor
vendor: "vendor-name"
Example
Show findings with QID 90405
qid: 90405
Example
Show findings with title
title: title text
Example
Show findings with software name
software.name: my-app
Example
Show findings with software version
software.version: 8.0
Example
Show findings with certain fix version
software.fixVersion: 8.0
Example
Show vulnerabilities with Open status and with category CGI
status: OPEN and category: CGI
Example
Show vulnerabilities that don't have Fixed status
not status: FIXED
Example
Show vulnerabilities with one of these status levels
stats: OPEN or status: REOPENED