LogoLogo
DocsSupportDashboard
  • Introduction
    • Data Types
    • Target Filtering
    • Scan Selection
    • Pagination & Sorting
    • Permissions
    • Appendix
  • Authentication
  • Webhooks
  • Events
  • Appendix
    • Targets Filter
    • Date Match
    • IP Range
  • Endpoints
    • Discovery
    • Target
    • Scan
    • Issue
    • Tag
    • Port
    • DNS
    • HTTP
    • Whois
    • Technology
    • Website
    • Acknowledged
    • Event
    • Dark Web
    • Integration
    • PCI
    • Report
    • User
    • Account
    • Security
    • File
    • Work
Powered by GitBook

© 2024 Halo Security

On this page

Was this helpful?

  1. Appendix

Targets Filter

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 !

Value
Example
Description

[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

date-created:[DATE-MATCH]

date-created:2024-01-01

date-scanned:[DATE-MATCH]

date-scanned:today

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

[IP-RANGE]

1.2.3.4/28

PreviousAppendixNextDate Match

Last updated 7 months ago

Was this helpful?

Current scan resolved to IP in range.

See Appendix
See Appendix
See Appendix