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 EventDetailsEntity ¶ added in v0.0.715
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"`
Event *EventDetailsEntity `json:"event,omitempty" bson:"event,omitempty"`
UserIdentity *UserIdentityEntity `json:"userIdentity,omitempty" bson:"userIdentity,omitempty"`
SourceInformation *SourceInformationEntity `json:"sourceInformation,omitempty" bson:"sourceInformation,omitempty"`
}
func (*Identifiers) Flatten ¶
func (identifiers *Identifiers) Flatten() map[string]string
type NetworkEntity ¶
type ProcessEntity ¶
type SourceInformationEntity ¶ added in v0.0.715
type UserIdentityEntity ¶ added in v0.0.715
type UserIdentityEntity struct {
UserName string `json:"userName,omitempty" bson:"userName,omitempty"`
Type string `json:"type,omitempty" bson:"type,omitempty"`
ARN string `json:"ARN,omitempty" bson:"ARN,omitempty"`
PrincipalID string `json:"principalID,omitempty" bson:"principalID,omitempty"`
AccessKeyID string `json:"accessKeyID,omitempty" bson:"accessKeyID,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.