Documentation ¶
Index ¶
Constants ¶
View Source
const ( SeverityKey = "Severity" CategoryKey = "MITRE ATT&CK" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { Timestamp int `json:"timestamp"` UserID int `json:"userId"` ProcessName string `json:"processName"` ProcessID int `json:"processId"` ParentProcessID int `json:"parentProcessId"` CgroupID int `json:"cgroupId"` MountNamespace int `json:"mountNamespace"` PidNamespace int `json:"pidNamespace"` HostName string `json:"hostName"` ContainerID string `json:"containerId"` ContainerImage string `json:"containerImage"` ContainerName string `json:"containerName"` PodName string `json:"podName"` PodNamespace string `json:"podNamespace"` PodUID string `json:"podUID"` EventID int `json:"eventId,string"` EventName string `json:"eventName"` ReturnValue int `json:"returnValue"` Args []Arg `json:"args"` }
type Event ¶
type Event struct { Data map[string]interface{} Context Context SigMetadata SignatureMetadata }
Click to show internal directories.
Click to hide internal directories.