object

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: May 6, 2022 License: EUPL-1.2 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CommandLine   = "command-line"
	DomainCrawled = "domain-crawled"
	DomainIP      = "domain-ip"
	ElfSection    = "elf-section"
	Email         = "email"
	File          = "file"
	HttpRequest   = "http-request"
	Image         = "image"
	Lnk           = "lnk"
	Pe            = "pe"
	PeSection     = "pe-section"
	Phishing      = "phishing"
	Process       = "process"
	RegistryKey   = "registry-key"
	Script        = "script"
	ShortenedLink = "shortened-link"
	Suricata      = "suricata"
	Url           = "url"
	Yara          = "yara"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Distribution

type Distribution string
const (
	DistributionOrganisation         Distribution = "0"
	DistributionCommunity            Distribution = "1"
	DistributionConnectedCommunities Distribution = "2"
	DistributionAllCommunities       Distribution = "3"
	DistributionSharingGroup         Distribution = "4"
)

type Object

type Object struct {
	UUID            string
	ID              string
	Name            string
	MetaCategory    string `json:"meta-category"`
	Description     string
	TemplateUUID    string `json:"template_uuid"`
	TemplateVersion string `json:"template_version"`
	EventID         string `json:"event_id"`
	Timestamp       string
	Distribution    Distribution
	SharingGroupId  string `json:"sharing_group_id"`
	Comment         string
	Deleted         bool
	Attribute       []*attribute.Attribute
}

Jump to

Keyboard shortcuts

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