mispex v0.1.7 MISP.EventInfo View Source

The inner block in the MISP Event schema

Exists because MISP's schema looks like

%{"Event" => %{
  "info" => "my event"
}}

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %MISP.EventInfo{
  Attribute: [MISP.Attribute.t()],
  Galaxy: [MISP.Galaxy.t()],
  Org: MISP.Org.t() | nil,
  Orgc: MISP.Orgc.t() | nil,
  RelatedEvent: [MISP.Event.t()],
  ShadowAttribute: [MISP.Attribute.t()],
  SharingGroup: MISP.SharingGroup.t() | nil,
  Tag: [MISP.Tag.t()],
  analysis: String.t() | nil,
  attribute_count: String.t() | nil,
  date: String.t() | nil,
  disable_correlation: boolean() | nil,
  distribution: String.t() | nil,
  event_creator_email: String.t() | nil,
  id: String.t() | nil,
  info: String.t() | nil,
  locked: boolean() | nil,
  org_id: String.t() | nil,
  orgc_id: String.t() | nil,
  proposal_email_lock: boolean() | nil,
  publish_timestamp: String.t() | nil,
  published: boolean() | nil,
  sharing_group_id: String.t() | nil,
  threat_level_id: String.t() | nil,
  timestamp: String.t() | nil,
  uuid: String.t() | nil
}

Link to this section Functions