windows_artifacts

package
v0.0.0-...-89257ae Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2023 License: GPL-3.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppCompatCacheEntry

type AppCompatCacheEntry struct {
	LastWriteTime string `json:"last_write_time"`
	FilePath      string `json:"file_path"`
	Id            int    `json:"id"`
}

type EvtxProcessor

type EvtxProcessor struct {
	processors.Default
}

func (EvtxProcessor) Run

type LnkProcessor

type LnkProcessor struct {
}

func (LnkProcessor) Configure

func (LnkProcessor) Configure() error

func (LnkProcessor) Run

type PrefetchEntry

type PrefetchEntry struct {
	Executable    string      `json:"ExecutableName"`
	FileSize      uint32      `json:"FileSize"`
	Hash          string      `json:"Hash"`
	Version       string      `json:"Version"`
	LastRunTimes  []time.Time `json:"LastRunTimes"`
	FilesAccessed []string    `json:"FilesAccessed"`
	RunCount      uint32      `json:"RunCount"`
}

type PrefetchProcessor

type PrefetchProcessor struct {
	processors.Default
}

func (PrefetchProcessor) Run

type PrefetchSingleEntry

type PrefetchSingleEntry struct {
	PrefetchUUID  string
	Executable    string
	FileSize      uint32
	Hash          string
	Version       string
	Timestamp     string
	FilesAccessed []string
	RunCount      uint32
}

type RegistryEntry

type RegistryEntry struct {
	LastWriteTime string `json:"last_write_time"`
	Key           string `json:"key"`
	KeyName       string `json:"key_name"`
	Value         string `json:"value"`
	ValueName     string `json:"value_name"`
}

type RegistryProcessor

type RegistryProcessor struct {
	processors.Default
}

func (RegistryProcessor) Run

Jump to

Keyboard shortcuts

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