mitre

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2026 License: MIT Imports: 1 Imported by: 0

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

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL