Targets Filter
The Target Filter string typically sent through the "targets" parameter is described below.
Value
Example
Description
Last updated
The Target Filter string typically sent through the "targets" parameter is described below.
Multiple values can be provided separated with a comma ,
An inverse not match can be done be prefixing a exclamation point !
[TARGET-ID]
123
tag:[TAG]
tag:mytag
domain:[DOMAIN]
domain:example.com
org:[ORG-ID]
org:123
issue:[ISSUE-ID]
issue:123
Current scan has this Issue ID.
geo:[GEO]
geo:us or geo:us-ca
network:[NETWORK-ID]
network:123
port:[PORT]
port:80
Current scan has this port open.
tech:[TECH-ID]
tech:1
Current scan has this technology found.
hostname:[HOSTNAME]
hostname:www.example.com
name:[NAME]
name:mytarget
CVE-XXX
CVE-2021-44228
Current scan has this CVE.
CWE-XXX
CWE-79
Current scan has this CWE.
[IP]
1.1.1.1
Current scan resolved to IP
Last updated