> ## Documentation Index
> Fetch the complete documentation index at: https://api.docs.flare.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Lookalike Domain (domain)

The `domain` type represents lookalike or typosquatted domains identified by Flare’s detection engines, often leveraging tools such as dnstwist.\
These records capture information about suspicious domains that closely resemble legitimate organizations’ domains and could be used in phishing, brand impersonation, or malware campaigns.

```json Example Content theme={null}
{
  "id": "example-id-11223",
  "title": "exampledomain.co.uk",
  "url": null,
  "browser_url": null,
  "name": "exampledomain.co.uk",
  "registered_at": null,
  "feed": null,
  "identifier_domain": ["example.co.uk"],
  "cert_data": null,
  "subject": null,
  "issuer": null,
  "features": {
    "domains": ["example.co.uk", "exampledomain.co.uk"],
    "emails": null,
    "ip_addresses": null,
    "ip_addresses_cidr": null,
    "reversed_domains": ["uk.co.example", "uk.co.exampledomain"],
    "urls": null,
    "usernames": null,
    "vulnerabilities": null
  },
  "duplicates": [],
  "header": {
    "actor": "",
    "actor_id": null,
    "category_name": "domain",
    "content_hash": "domain/example_source/exampledomain.co.uk",
    "content_preview": "Domain exampledomain.co.uk",
    "country": null,
    "duplicates": [],
    "es_score": 1.0,
    "expiration": null,
    "highlights": {},
    "host": null,
    "id": "exampledomain.co.uk",
    "infection_date": null,
    "parent_id": null,
    "parent_title": null,
    "parent_title_en": null,
    "parent_uid": null,
    "parent_uids": ["domain/example_source/exampledomain.co.uk"],
    "risk": { "score": 1 },
    "similar_items_count": 0,
    "source": "example_source",
    "source_name": "Example DNS Monitor",
    "target_name": "Example DNS Monitor",
    "tags": [],
    "notes": null,
    "state_code": null,
    "timestamp": "2025-10-20T23:15:59.521157+00:00",
    "title": "exampledomain.co.uk",
    "type": "domain",
    "uid": "domain/example_source/exampledomain.co.uk",
    "user_risk_score": null,
    "user_notes": null,
    "ignored_at": null,
    "remediated_at": null,
    "verb": "",
    "external_url": null,
    "external_netloc": null,
    "can_have_duplicates": true,
    "priority_action_uuid_related": false,
    "victim_name": null,
    "contains_secrets": null,
    "secrets_metadata": null
  },
  "history_logs": null,
  "metadata": {
    "estimated_created_at": "2025-10-20T23:15:59.521157+00:00",
    "event_id": null,
    "first_crawled_at": "2025-10-20T23:15:59.521157+00:00",
    "last_crawled_at": "2025-10-26T00:29:04.263918+00:00",
    "payload_digest": null,
    "scraped_at": "2025-10-26T00:29:04.264838+00:00",
    "source": "example_source",
    "crawled_by": null,
    "flare_url": "https://app.flare.io/#/domain/flare/exampledomain.co.uk"
  },
  "similar_items": []
}
```
