Documentation
¶
Overview ¶
Package mispfeedgenerator used to generate MISP feeds without an instance.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMispEvent ¶
func NewMispEvent() (event, error)
NewMispEvent Used to instantiate a MISP event
Types ¶
type Object ¶ added in v1.0.1
type Object struct {
StrTimestamp string `json:"timestamp"`
SharingGroupID string `json:"sharing_group_id"`
Description string `json:"description"`
Name string `json:"name"`
Comment string `json:"comment"`
UUID string `json:"uuid"`
TemplateVersion string `json:"template_version"`
Distribution string `json:"distribution"`
Deleted bool `json:"deleted"`
TemplateUUID string `json:"template_uuid"`
MetaCategory string `json:"meta-category"`
ObjectReference []struct {
Timestamp string `json:"timestamp"`
RelationshipType string `json:"relationship_type"`
ObjectUUID string `json:"object_uuid"`
Comment string `json:"comment"`
UUID string `json:"uuid"`
ReferencedUUID string `json:"referenced_uuid"`
} `json:"ObjectReference,omitempty"`
Attribute []struct {
Value string `json:"value"`
StrTimestamp string `json:"timestamp"`
Comment string `json:"comment"`
Category string `json:"category"`
UUID string `json:"uuid"`
ObjectRelation string `json:"object_relation"`
Type string `json:"type"`
ToIds bool `json:"to_ids"`
Deleted bool `json:"deleted"`
DisableCorrelation bool `json:"disable_correlation"`
} `json:"Attribute"`
}
Object is used for storing tag information
Click to show internal directories.
Click to hide internal directories.