mispex v0.1.6 MISP.Feed View Source

A way to add data to MISP from an external source

iex> MISP.Feed.list() [

%MISP.Feed{
  name: "CIRCL OSINT Feed"
}

]

Link to this section Summary

Functions

Get a single feed with corresponding ID

Get all feeds

Link to this section Types

Link to this type

t() View Source
t() :: %MISP.Feed{
  caching_enabled: boolean(),
  default: boolean(),
  delete_local_file: boolean() | nil,
  delta_merge: boolean() | nil,
  distribution: String.t() | nil,
  enabled: boolean(),
  event_id: String.t(),
  fixed_event: boolean(),
  headers: String.t(),
  id: String.t() | nil,
  input_source: String.t(),
  lookup_visible: boolean(),
  name: String.t(),
  override_ids: boolean() | nil,
  provider: String.t(),
  publish: boolean(),
  rules: String.t(),
  settings: String.t(),
  sharing_group_id: String.t() | nil,
  source_format: String.t(),
  tag_id: String.t() | nil,
  url: String.t()
}

Link to this section Functions