Intel471Ex.Observables (intel471_ex v0.2.0)

Copy Markdown

Functions for working with the Intel 471 Verity Observables API.

Service path: integrations/observables/v1

Summary

Functions

Stream observables matching filter criteria (cursor-paginated).

Functions

stream(params \\ %{})

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

Stream observables matching filter criteria (cursor-paginated).

Parameters

  • params: A map of query parameters
    • :observable (required) — Observable search term (e.g., IP address, domain)
    • :type — Observable type
    • :from / :until — Time range
    • :size / :cursor — Pagination

Examples

{:ok, result} = Intel471Ex.Observables.stream(%{observable: "8.8.8.8", size: 10})