GET /lookalike/{id}/lookalikes
GETlookalike/:id/lookalikes
Retrieve the list of detected lookalike domains associated with a specific monitored domain
Path Parameters
id string Required
Unique identifier of the monitored domain
Query Parameters
lookalike string
Filter results by a lookalike domain name substring
dnssec string
Filter by DNSSEC status of the lookalike domain
registrar string
Filter results by a registrar name substring
state string
Filter by classification state. Multiple values can be provided as a comma-separated list. Example: THREAT,UNCLASSIFIED
p string
Filter results by the p field (current DMARC policy)
offset string
Number of items to skip before starting to return results
limit string
Maximum number of items to return per request
sort string
Example: -lookalike (desc) or lookalike (asc)
Returns
- dataarray
- idstringUnique identifier of the lookalike domain entry
- lookalikestringThe detected lookalike domain name
- scorenumberScore indicating how closely this domain resembles the monitored domain
- dnssecbooleanIndicates whether DNSSEC is enabled for this lookalike domain
- name_serversarrayList of name servers associated with this lookalike domain
- reg_created_datestringDate when the lookalike domain was registered
- reg_updated_datestringDate when the lookalike domain was last updated
- registrarstringName of the registrar through which the lookalike domain is registered
- registrar_abuse_emailstringAbuse contact email address for the registrar
- statestringClassification state of this lookalike domainAllowed values:
UNCLASSIFIED,THREAT,IGNORED - pstringCurrent DMARC policy of the lookalike domainAllowed values:
none,reject,quarantine - spf_detectedbooleanIndicates whether an SPF record was detected for this lookalike domain
- mx_detectedbooleanIndicates whether MX records were detected for this lookalike domain
- a_detectedbooleanIndicates whether an A record was detected for this lookalike domain
- bimi_logostringBIMI logo associated with this lookalike domain, if present
- created_atstringTimestamp when this lookalike entry was first detected
- updated_atstringTimestamp when this lookalike entry was last updated
- idstring
401 Unauthorized
Unauthorized
403 Forbidden
Forbidden
404 Not Found
Not Found
500 Internal Server Error
Internal server error