Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MalwareDescription ¶
type MalwareDescription struct { // Name of the malware Name string `json:"malware_name"` // Description of the malware Description string `json:"description"` // Path to the file that was infected Path string `json:"path"` // Hash of the file that was infected Hash string `json:"hash"` // Size of the file that was infected Size int `json:"size"` // K8s resource that was infected Resource schema.GroupVersionResource `json:"resource"` // K8s namespace that was infected Namespace string `json:"namespace"` // K8s pod that was infected PodName string `json:"kind"` // K8s container that was infected ContainerName string `json:"container_name"` // K8s container ID that was infected ContainerID string `json:"container_id"` }
Click to show internal directories.
Click to hide internal directories.