Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudAPIEntity ¶
type DnsEntity ¶
type DnsEntity struct {
Domain string `json:"domain,omitempty" bson:"domain,omitempty"`
}
type FileEntity ¶
type HttpEntity ¶
type HttpEntity struct {
Method string `json:"method,omitempty" bson:"method,omitempty"`
Domain string `json:"domain,omitempty" bson:"domain,omitempty"`
UserAgent string `json:"userAgent,omitempty" bson:"userAgent,omitempty"`
Endpoint string `json:"endpoint,omitempty" bson:"endpoint,omitempty"`
Payload string `json:"payload,omitempty" bson:"payload,omitempty"`
}
type Identifiers ¶
type Identifiers struct {
Process *ProcessEntity `json:"process,omitempty" bson:"process,omitempty"`
File *FileEntity `json:"file,omitempty" bson:"file,omitempty"`
Dns *DnsEntity `json:"dns,omitempty" bson:"dns,omitempty"`
Network *NetworkEntity `json:"network,omitempty" bson:"network,omitempty"`
Http *HttpEntity `json:"http,omitempty" bson:"http,omitempty"`
CloudAPI *CloudAPIEntity `json:"cloud,omitempty" bson:"cloud,omitempty"`
}
func (*Identifiers) Flatten ¶
func (identifiers *Identifiers) Flatten() map[string]string
type NetworkEntity ¶
type ProcessEntity ¶
Click to show internal directories.
Click to hide internal directories.