# Targets Filter

* Multiple values can be provided separated with a comma `,`
* An inverse not match can be done be prefixing a exclamation point `!`

<table><thead><tr><th width="277">Value</th><th width="293">Example</th><th>Description</th></tr></thead><tbody><tr><td>[TARGET-ID]</td><td><code>123</code></td><td></td></tr><tr><td>tag:[TAG]</td><td><code>tag:mytag</code></td><td></td></tr><tr><td>domain:[DOMAIN]</td><td><code>domain:example.com</code></td><td></td></tr><tr><td>org:[ORG-ID]</td><td><code>org:123</code></td><td></td></tr><tr><td>issue:[ISSUE-ID]</td><td><code>issue:123</code></td><td>Current scan has this Issue ID.</td></tr><tr><td>geo:[GEO]</td><td><code>geo:us</code> or <code>geo:us-ca</code></td><td></td></tr><tr><td>network:[NETWORK-ID]</td><td><code>network:123</code></td><td></td></tr><tr><td>port:[PORT]</td><td><code>port:80</code></td><td>Current scan has this port open.</td></tr><tr><td>tech:[TECH-ID]</td><td><code>tech:1</code></td><td>Current scan has this technology found.</td></tr><tr><td>hostname:[HOSTNAME]</td><td><code>hostname:www.example.com</code></td><td></td></tr><tr><td>name:[NAME]</td><td><code>name:mytarget</code></td><td></td></tr><tr><td>date-created:[DATE-MATCH]</td><td><code>date-created:2024-01-01</code></td><td><a href="date-match">See Appendix</a></td></tr><tr><td>date-scanned:[DATE-MATCH]</td><td><code>date-scanned:today</code></td><td><a href="date-match">See Appendix</a></td></tr><tr><td>CVE-XXX</td><td><code>CVE-2021-44228</code></td><td>Current scan has this CVE.</td></tr><tr><td>CWE-XXX</td><td><code>CWE-79</code></td><td>Current scan has this CWE.</td></tr><tr><td>[IP]</td><td><code>1.1.1.1</code></td><td>Current scan resolved to IP</td></tr><tr><td>[IP-RANGE]</td><td><code>1.2.3.4/28</code></td><td>Current scan resolved to IP in range.  <a href="ip-range">See Appendix</a></td></tr></tbody></table>
