Skip to main content

GET /lookalike/{id}/lookalikes

GET 

lookalike/: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
    • idstring
      Unique identifier of the lookalike domain entry
    • lookalikestring
      The detected lookalike domain name
    • scorenumber
      Score indicating how closely this domain resembles the monitored domain
    • dnssecboolean
      Indicates whether DNSSEC is enabled for this lookalike domain
    • name_serversarray
      List of name servers associated with this lookalike domain
    • reg_created_datestring
      Date when the lookalike domain was registered
    • reg_updated_datestring
      Date when the lookalike domain was last updated
    • registrarstring
      Name of the registrar through which the lookalike domain is registered
    • registrar_abuse_emailstring
      Abuse contact email address for the registrar
    • statestring
      Classification state of this lookalike domain
      Allowed values: UNCLASSIFIED, THREAT, IGNORED
    • pstring
      Current DMARC policy of the lookalike domain
      Allowed values: none, reject, quarantine
    • spf_detectedboolean
      Indicates whether an SPF record was detected for this lookalike domain
    • mx_detectedboolean
      Indicates whether MX records were detected for this lookalike domain
    • a_detectedboolean
      Indicates whether an A record was detected for this lookalike domain
    • bimi_logostring
      BIMI logo associated with this lookalike domain, if present
    • created_atstring
      Timestamp when this lookalike entry was first detected
    • updated_atstring
      Timestamp when this lookalike entry was last updated
Error Codes

401 Unauthorized

Unauthorized

403 Forbidden

Forbidden

404 Not Found

Not Found

500 Internal Server Error

Internal server error