threatintel

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: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChainActionInfo

type ChainActionInfo struct {
	Description string   `json:"description" yaml:"description"`
	Chains      []string `json:"chains" yaml:"chains"`
	Actions     []string `json:"actions" yaml:"actions"`
}

type IntelEdge

type IntelEdge struct {
	To    string `json:"to"`
	Label string `json:"label"`
}

type IntelNode

type IntelNode struct {
	ID     string      `json:"id" yaml:"id"`
	Label  string      `json:"label" yaml:"label"`
	Icon   string      `json:"icon" yaml:"icon"`
	Threat string      `json:"threat" yaml:"threat"`
	Edges  []IntelEdge `json:"edges" yaml:"edges"`
}

type IntelThreats

type IntelThreats struct {
	Email    *ChainActionInfo `json:"email" yaml:"email"`
	Network  *ChainActionInfo `json:"network" yaml:"network"`
	Endpoint *ChainActionInfo `json:"endpoint" yaml:"endpoint"`
	WAF      *ChainActionInfo `json:"waf" yaml:"waf"`
}

type ThreatIntel

type ThreatIntel struct {
	ID         string       `json:"id" yaml:"id"`
	Name       string       `json:"name" yaml:"name"`
	Tags       models.Tag   `json:"tags" yaml:"tags"`
	Severity   string       `json:"severity" yaml:"severity"`
	Date       time.Time    `json:"date" yaml:"date"`
	Mitre      []string     `json:"mitre" yaml:"mitre"`
	AffectedOS []string     `json:"affected_os" yaml:"affected_os"`
	References []string     `json:"references" yaml:"references"`
	Threats    IntelThreats `json:"threats" yaml:"threats"`
	Graph      []IntelNode  `json:"graph" yaml:"graph"`

	// Content metadata
	Author   string `json:"author" yaml:"author"`
	Header   string `json:"header" yaml:"header"`
	Abstract string `json:"abstract" yaml:"abstract"`
}

Jump to

Keyboard shortcuts

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