mispex v0.1.5 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
Link to this section Types
Link to this type
t()
View Source
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()
}
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
Link to this function
create(feed) View Source
Link to this function
decoder() View Source
Link to this function
get(id) View Source
Get a single feed with corresponding ID
Link to this function
list() View Source
Get all feeds