Skip to main content
GET
List typosquatting domain findings.

Authorizations

X-API-Key
string
header
required

Infrawatch API key. Supply the complete key directly as the header value.

Path Parameters

project_uuid
string<uuid>
required

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 500
offset
integer
default:0
Required range: x >= 0
q
string
Maximum string length: 256
finding_uuid
string<uuid>

Exact normalized finding UUID, used to deep-link to one project-scoped record.

source
string[]

Matches any protected project inventory domain attached to the candidate. Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Maximum string length: 256
domain
string[]

Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Maximum string length: 256
registrable_domain
string[]

Registrable candidate domain. Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Maximum string length: 256
tag
string[]

Detector facts or typosquatting techniques. Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Maximum string length: 256
status
string[]

Detector-owned domain status. Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Maximum string length: 128
provider
string[]

Repeat the query parameter for multi-select filtering. Commas are treated literally because provider names may contain them.

Maximum array length: 25
Maximum string length: 256
registrar
string[]

Repeat the query parameter for multi-select filtering. Commas are treated literally because registrar names may contain them.

Maximum array length: 25
Maximum string length: 256
title
string[]

Exact case-insensitive page-title values. Repeat the query parameter for multi-select filtering; commas are treated literally.

Maximum array length: 25
Maximum string length: 1024
state_status
enum<string>[]

Shared finding lifecycle state. Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Available options:
open,
accepted,
resolved,
ignored,
false_positive
confidence
enum<string>[]

Shared finding confidence. Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Available options:
low,
medium,
high
has_screenshot
boolean

Filter to findings that do or do not have a captured screenshot.

distance
integer[]

Exact detector edit distance. Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Required range: x >= 0
min_distance
integer
Required range: x >= 0
max_distance
integer
Required range: x >= 0
registered_from
string<date-time>
registered_to
string<date-time>
first_seen_from
string<date-time>
first_seen_to
string<date-time>
sort
enum<string>[]

Ordered fields. Repeat the parameter to add secondary sorts.

Maximum array length: 10
Available options:
finding,
signal,
status,
evidence,
title,
has_title,
registered,
registered_at,
last_seen,
last_seen_at
direction
enum<string>[]

Directions aligned by position with each sort field. Repeat for secondary sorts.

Maximum array length: 10
Available options:
asc,
desc

Response

Typosquatting domain findings.

findings
object[]
required
pagination
object
required