Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeMd5 = "md5" TypeSha1 = "sha1" TypeSha256 = "sha256" TypeImphash = "imphash" TypeDomain = "domain" TypeHostname = "hostname" TypeIpDst = "ip-dst" )
Variables ¶
This section is empty.
Functions ¶
func HasValidType ¶
Types ¶
type IOC ¶
type IOC struct {
sod.Item
Uuid string `json:"uuid" sod:"unique,lower"`
// GroupUuid can be used to group IoCs
GroupUuid string `json:"guuid" sod:"index,lower"`
Source string `json:"source" sod:"index"`
Value string `json:"value" sod:"index"`
Type string `json:"type" sod:"index,lower"`
}
func FromObjects ¶
type IoCs ¶
func (*IoCs) StringSlice ¶
Click to show internal directories.
Click to hide internal directories.