Intel471Ex.Entities (intel471_ex v0.2.0)

Copy Markdown

Functions for working with the Intel 471 Verity Entities API.

Service path: integrations/entities/v1

Summary

Functions

Stream entities matching filter criteria (cursor-paginated).

Functions

stream(params \\ %{})

@spec stream(map()) :: {:ok, map()} | {:error, any()}

Stream entities matching filter criteria (cursor-paginated).

Parameters

  • params: A map of query parameters
    • :entity (required) — Entity search term (e.g., domain name)
    • :type — Filter by entity type
    • :from / :until — Time range
    • :size / :cursor — Pagination

Examples

{:ok, result} = Intel471Ex.Entities.stream(%{entity: "intel.com", size: 10})