Use the search tokens below to search for images. Looking for help with writing your query? click here
Example
Show findings with amd64 docker image architecture
architecture: amd64
Example
Show images with this control ID
controls.controlId: 10826
Example
Show images with URGENT controls
controls.criticality: "URGENT"
Example
Show images with failed controls
controls.posture: "FAIL"
Examples
Find images created within certain dates
created: [2017-06-15 ... 2017-06-30]
Find images created on specific date
created:'2017-08-15'
Example
Show findings with arm64 host architecture
hostArchitecture: arm64
Example
Show findings with this hostname
host.hostname: dockerhost07.mydomain.com
Example
Show findings with this IP address
host.ipAddress: 10.44.92.127
Example
Show findings with this image ID
imageId: c2d1b73a90ec
Example
Show Docker Hub official images
isDockerHubOfficial: true
Example
Show instrumented images
isInstrumented: true
Example
Show images for which instrumentation is queued
instrumentationState: "QUEUED"
Example
Show findings with label name "vendor"
label.key: vendor
Example
Show findings with this label value
label.value: CentOS
Examples
Show images with last compliance scan within certain dates
lastComplianceScanDate: [2021-01-01 ... 2021-01-30]
Show images with last compliance scan starting 2020-10-15, ending 1 month ago
lastComplianceScanDate: [2020-10-15 ... now-1M]
Show images with last compliance scan starting 2 weeks ago, ending 1 second ago
lastComplianceScanDate: [now-2w ... now-1s]
Show images with last compliance scan on specific date
lastComplianceScanDate:'2021-01-18'
Examples
Show images last scanned within certain dates
lastVmScanDate: [2021-01-01 ... 2021-01-30]
Show images last scanned starting 2020-10-15, ending 1 month ago
lastVmScanDate: [2020-10-15 ... now-1M]
Show images last scanned starting 2 weeks ago, ending 1 second ago
lastVmScanDate: [now-2w ... now-1s]
Show images last scanned on specific date
lastVmScanDate:'2021-01-18'
Example
Show findings created by jsmith
layers.createdBy: jsmith
Examples
Show findings with layers created within certain dates
layers.created: [2017-10-01 ... 2017-10-12]
Show findings with layers created starting 2017-10-01, ending 1 month ago
layers.created: [2017-10-01 ... now-1M]
Show findings with layers created starting 2 weeks ago, ending 1 second ago
layers.created: [now-2w ... now-1s]
Show findings with layers created on certain date
layers.created:'2017-09-22'
Example
Show findings with this layer ID
layers.id: 12345
Example
Show image layer with this SHA value
layers.sha: 163dc7f6b91a30bdaa867c28e7edc341e72da63b0f9056be497bd59a83bce695
Example
Show findings with this layer size
layers.size: 10
Example
Show findings with 12 layers
layersCount: 12
Example
Show images with this registry UUID
registryUuid: ed46df944e1c
Example
Show findings with this digest value
repoDigests.digest: 2c8d61c46f484d881db43b34d13ca47a269336e576c81cf007ca740fa9ec0800
Example
Show findings with this repoDigest registry
repoDigests.registry: "my-registry-name"
Example
Show findings with this repoDigest repository
repoDigests.repository: "repository-name"
Example
Show findings with this registry
repo.registry: "my-registry-name"
Example
Show findings from this image repository
repo.repository: "repository-name"
Example
Show findings with this tag
repo.tag: "my-tag"
Example
Show images that reported scan error code CMS-1301
scanErrorCode: CMS-1301
Example
Show images with failed scan status
scanStatus: FAILED
Example
Show images scanned with static scanning
scanType: STATIC
Example
Show findings with this SHA value
sha: 163dc7f6b91a30bdaa867c28e7edc341e72da63b0f9056be497bd59a83bce695
Example
Show findings with this software name
software.name: "MyApp"
Example
Show findings with this software version
software.version: "2.0.3"
Example
Show images with this software version
software.fixVersion: 2.0.3
Example
Show findings with Windows auth type
software.vulnerabilities.authType: "WINDOWS_AUTH"
Example
Show findings with category CGI
software.vulnerabilities.category: "CGI"
Examples
Show findings with customer-defined severity 4
software.vulnerabilities.customerSeverity: "4"
Show findings with customer-defined severity 5 and category DNS
software.vulnerabilities: (customerSeverity: "5"
AND category: "DNS")
Example
Show findings with CVE Ids
software.vulnerabilities.cveids: "CVE-2014-9999"
Example
Show findings with CVSS access vector
software.vulnerabilities.cvssInfo.accessVector: "Local"
Example
Show findings with CVSS base score
software.vulnerabilities.cvssInfo.baseScore: "7.2"
Example
Show findings with CVSS temporal score
software.vulnerabilities.cvssInfo.temporalScore: "6.2"
Example
Show findings with CVSS3 base score
software.vulnerabilities.cvss3Info.baseScore: "4.3"
Example
Show findings with CVSS3 temporal score
software.vulnerabilities.cvss3Info.temporalScore: "3.8"
Example
Show findings with Remote discovery type
software.vulnerabilities.discoveryType: "REMOTE"
Examples
Show findings first found within certain dates
software.vulnerabilities.firstFound: [2017-10-01 ...
2017-10-12]
Show findings first found starting 2017-10-01, ending 1 month ago
software.vulnerabilities.firstFound: [2017-10-01 ...
now-1M]
Show findings first found starting 2 weeks ago, ending 1 second ago
software.vulnerabilities.firstFound: [now-2w ... now-1s]
Show findings first found on certain date
software.vulnerabilities.firstFound:'2017-09-22'
Show findings first found in the past 10 days with severity 5
software.vulnerabilities: (firstFound > now-10d
AND severity: "5")
Examples
Show findings first found within certain dates
software.vulnerabilities.fixed: [2017-10-01 ... 2017-10-12]
Show findings first found starting 2017-10-01, ending 1 month ago
software.vulnerabilities.fixed: [2017-10-01 ... now-1M]
Show findings first found starting 2 weeks ago, ending 1 second ago
software.vulnerabilities.fixed: [now-2w ... now-1s]
Show findings first found on certain date
software.vulnerabilities.fixed:'2017-09-22'
Show findings first found in the past 10 days with severity 5
software.vulnerabilities: (fixed > now-10d
AND severity: "5")
Examples
Show findings last found within certain dates
software.vulnerabilities.lastFound: [2017-10-02 ...
2017-10-15]
Show findings last found starting 2017-10-01, ending 1 month ago
software.vulnerabilities.lastFound: [2017-10-01 ...
now-1M]
Show findings last found starting 2 weeks ago, ending 1 second ago
software.vulnerabilities.lastFound: [now-2w ... now-1s]
Show findings last found on certain date
software.vulnerabilities.lastFound:'2017-10-11'
Show findings last found on 2017-10-12 and category CGI
software.vulnerabilities: (lastFound: '2017-10-12'
AND category: "CGI")
Example
Show findings with libexpat1 2.1.0-6+deb8u3 2.1.0-6+deb8u4
software.vulnerabilities.result: "libexpat1 2.1.0-6+deb8u3
2.1.0-6+deb8u4"
Example
Show findings with risk 50
software.vulnerabilities.risk: 50
Examples
Show findings with severity 4
software.vulnerabilities.severity: "4"
Show findings with severity 5 and category DNS
software.vulnerabilities: (severity: "5"
AND category: "DNS")
Example
Show findings supported by VM
software.vulnerabilities.supportedBy: "VM"
Examples
Show findings exposed to public exploit threats
software.vulnerabilities.threatIntel: "publicExploit":
true
Show findings exposed to multiple threats
software.vulnerabilities.threatIntel: {"publicExploit"
: true, "publicExploitNames" : ["Sambar Server 4.3/4.4
Beta 3 - Search CGI - The Exploit-DB Ref : 20223" ]}
Example
Show findings with this detection type
software.vulnerabilities.typeDetected: "CONFIRMED"
Example
Show findings with QID 90405
software.vulnerabilities.qid: 90405
Example
Show findings with title
software.vulnerabilities.title: title text
Example
Show findings with software name
software.vulnerabilities.software.name: my-app
Example
Show findings with software version
software.vulnerabilities.software.version: 8.0
Example
Show findings with certain fix version
software.vulnerabilities.software.fixVersion: 8.0
Example
Show software software from images
software.vulnerabilities.source: IMAGE
Example
Show software software that is new
software.vulnerabilities.reason: NEW
Example
Show images exposed to threats due to active attacks
software.vulnerabilities.threatIntel.activeAttacks: true
Example
Show images having threats due to denial of service
software.vulnerabilities.threatIntel.denialOfService: true
Example
Show images exposed to threats due to easy exploit
software.vulnerabilities.threatIntel.easyExploit: true
Example
Show images exposed to threats due to high data loss
software.vulnerabilities.threatIntel.highDataLoss: true
Example
Show images exposed to threats due to high lateral movement
software.vulnerabilities.threatIntel.highLateralMovement:
true
Example
Show images exposed to threats due to malware
software.vulnerabilities.threatIntel.malware: true
Example
Show images exposed to threats due to no patch available
software.vulnerabilities.threatIntel.noPatch: true
Example
Show images exposed to threats due to public exploit
software.vulnerabilities.threatIntel.publicExploit: true
Example
Show images from registry
source: REGISTRY
Examples
Find images updated within certain dates
updated: [2019-06-15 ... 2019-06-30]
Find images updated on specific date
updated:'2019-08-15'
Example
Show findings with this user name
users: "asmith"
Example
Show findings with Windows auth type
vulnerabilities.authType: "WINDOWS_AUTH"
Example
Show findings with category CGI
vulnerabilities.category: "CGI"
Examples
Show findings with customer-defined severity 4
vulnerabilities.customerSeverity: "4"
Show findings with customer-defined severity 5 and category DNS
vulnerabilities: (customerSeverity: "5"
AND category: "DNS")
Example
Show findings with CVE name CVE-2015-0313
vulnerabilities.cveids: CVE-2015-0313
Example
Show findings with CVSS access vector
vulnerabilities.cvssInfo.accessVector: "Local"
Example
Show findings with CVSS base score
vulnerabilities.cvssInfo.baseScore: "7.2"
Example
Show findings with CVSS temporal score
vulnerabilities.cvssInfo.temporalScore: "6.2"
Example
Show findings with CVSS3 base score
vulnerabilities.cvss3Info.baseScore: "4.3"
Example
Show findings with CVSS3 temporal score
vulnerabilities.cvss3Info.temporalScore: "3.8"
Example
Show findings with Remote discovery type
vulnerabilities.discoveryType: "REMOTE"
Examples
Show findings first found within certain dates
vulnerabilities.firstFound: [2017-10-01 ... 2017-10-12]
Show findings first found starting 2017-10-01, ending 1 month ago
vulnerabilities.firstFound: [2017-10-01 ... now-1M]
Show findings first found starting 2 weeks ago, ending 1 second ago
vulnerabilities.firstFound: [now-2w ... now-1s]
Show findings first found on certain date
vulnerabilities.firstFound:'2017-09-22'
Show findings first found in the past 10 days with severity 5
vulnerabilities: (firstFound > now-10d
AND severity: "5")
Examples
Show findings fixed within certain dates
vulnerabilities.fixed: [2017-10-01 ... 2017-10-12]
Show findings fixed starting 2017-10-01, ending 1 month ago
vulnerabilities.fixed: [2017-10-01 ... now-1M]
Show findings fixed starting 2 weeks ago, ending 1 second ago
vulnerabilities.fixed: [now-2w ... now-1s]
Show findings fixed on certain date
vulnerabilities.fixed:'2017-09-22'
Show findings fixed in the past 10 days with severity 5
vulnerabilities: (fixed > now-10d AND
severity: "5")
Examples
Show findings last found within certain dates
vulnerabilities.lastFound: [2017-10-02 ... 2017-10-15]
Show findings last found starting 2017-10-01, ending 1 month ago
vulnerabilities.lastFound: [2017-10-01 ... now-1M]
Show findings last found starting 2 weeks ago, ending 1 second ago
vulnerabilities.lastFound: [now-2w ... now-1s]
Show findings last found on certain date
vulnerabilities.lastFound:'2017-10-11'
Show findings last found on 2017-10-12 and category CGI
vulnerabilities: (lastFound: '2017-10-12'
AND category: "CGI")
Example
Show findings for this product
vulnerabilities.product: "moodle"
Examples
Show any images that contain components of detection results
vulnerabilities.result: "Windows 2012"
Show images that match exact value "Windows 2012"
vulnerabilities.result: `Windows 2012`
Example
Show findings with risk 50
vulnerabilities.risk: 50
Examples
Show findings with severity 4
vulnerabilities.severity: "4"
Show findings with severity 5 and category DNS
vulnerabilities: (severity: "5"
AND category: "DNS")
Example
Show findings with this status
vulnerabilities.status: "OPEN"
Example
Show findings supported by VM
vulnerabilities.supportedBy: "VM"
Example
Show images exposed to active attacks
vulnerabilities.threatIntel.activeAttacks: true
Example
Show images exposed to denial of service
vulnerabilities.threatIntel.denialOfService: true
Example
Show images exposed to easy exploit
vulnerabilities.threatIntel.easyExploit: true
Example
Show images exposed to high data loss
vulnerabilities.threatIntel.highDataLoss: true
Example
Show images exposed to high lateral movement
vulnerabilities.threatIntel.highLateralMovement: true
Example
Show images exposed to malware threats
vulnerabilities.threatIntel.malware: true
Example
Show images exposed to threats due to no patch available
vulnerabilities.threatIntel.noPatch: true
Example
Show images exposed to public exploit threats
vulnerabilities.threatIntel.publicExploit: true
Example
Show findings with this detection type
vulnerabilities.typeDetected: "CONFIRMED"
Example
Show findings for this vendor
vulnerabilities.vendor: "vendor-name"
Example
Show findings with QID 90405
vulnerabilities.qid: 90405
Example
Show findings with title
vulnerabilities.title: title text
Example
Show findings with software name
vulnerabilities.software.name: my-app
Example
Show findings with software version
vulnerabilities.software.version: 8.0
Example
Show findings with certain fix version
vulnerabilities.software.fixVersion: 8.0
Example
Show findings with this Docker version
dockerVersion: 17.3
Example
Show findings of this size
size: 300555112
Example
Show findings with service name
services.name: sshd
Example
Show findings with service description
services.description: Secure Socket Shell
Example
Show findings with service status
services.status: RUNNING
Example
Show images with static scanning and with Failed scan status
scanType: STATIC and scanStatus: FAILED
Example
Show images that don't have Failed scan status
not scanStatus: FAILED
Example
Show images with one of these repository tag names
repo.tag: "tag123" or repo.tag:
"tagABC"
layers.comment
Use a text value ##### to define images with layer comment you're interested in.
Example
Show findings with this layer comment
layers.comment: "my comment"