Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoverageExpanded ¶ added in v1.2.0
type CoverageExpanded MitreTacticTechniqueWithActionAndStagers
func (CoverageExpanded) Summary ¶ added in v1.2.0
func (m CoverageExpanded) Summary() (any, error)
type CoverageSummary ¶ added in v1.2.0
type CoverageSummary struct {
TechniqueID string `json:"technique_id"`
TacticID string `json:"tactic_id"`
SubTechnique string `json:"sub_technique"`
Total string `json:"total"`
Success string `json:"success"`
Detected string `json:"detected"`
Actions string `json:"actions"`
Stagers string `json:"stagers"`
}
type MitreTacticTechniqueWithActionAndStagers ¶
type MitreTacticTechniqueWithActionAndStagers struct {
AbsoluteID string `json:"absolute_id"`
Actions []string `json:"actions"`
Detected int64 `json:"detected"`
Stagers []string `json:"stagers"`
StepID int `json:"step_id"`
SubTechniqueID string `json:"sub_technique_id"`
Success int64 `json:"success"`
TacticID string `json:"tactic_id"`
Tactics []string `json:"tactics"`
TechniqueID string `json:"technique_id"`
Total int64 `json:"total"`
UniqueActionsRun []string `json:"unique_actions_run"`
UniqueStageRuns []string `json:"unique_stagers_run"`
}
MitreTacticTechniqueWithActionAndStagers represents MITRE ATT&CK technique information with associated actions and stagers
Click to show internal directories.
Click to hide internal directories.