Documentation ¶
Index ¶
Constants ¶
View Source
const ( ID = "ransom_sysencrypt" Name = "Ransomware Local FilesEncryption" )
Variables ¶
This section is empty.
Functions ¶
func NewRansomEncrypt ¶
func NewRansomEncrypt(opts ...RansomEncryptOptions) sergeant.Runnable
Types ¶
type RansomEncrypt ¶
type RansomEncrypt struct {
// contains filtered or unexported fields
}
func (*RansomEncrypt) ID ¶
func (e *RansomEncrypt) ID() string
func (*RansomEncrypt) Name ¶
func (e *RansomEncrypt) Name() string
type RansomEncryptOptions ¶
type RansomEncryptOptions struct {
RansomwareDirName string
}
Click to show internal directories.
Click to hide internal directories.