Documentation ¶
Overview ¶
Package watchcat contains the program logic for ransomware detection. This includes decoy file generation and the detection engine itself
Package watchcat contains the program logic for ransomware detection. This includes decoy file generation and the detection engine itself
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateDecoyFile ¶
GenerateDecoyFile generates a decoy file with parameters from the config
Types ¶
type DecoyFile ¶
type DecoyFile struct { File *os.File FilePath string Entropy float64 Data *decoy.DataOriginal SizeKB float64 CreatedTime time.Time }
DecoyFile struct holds metadata and a handle to the actual file
var (
DecoyFileHandle *DecoyFile
)
DecoyFileHandle is an exported pointer to the decoy file
Click to show internal directories.
Click to hide internal directories.