Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BehaviorTag ¶
type BehaviorTag string
BehaviorTag is a high-level behavioral classification.
const ( TagNetwork BehaviorTag = "NETWORK" TagCrypto BehaviorTag = "CRYPTO" TagFileWrite BehaviorTag = "FILE_WRITE" TagFileRead BehaviorTag = "FILE_READ" TagExecution BehaviorTag = "EXECUTION" TagRegistry BehaviorTag = "REGISTRY" TagMemory BehaviorTag = "MEMORY" TagDNS BehaviorTag = "DNS" TagHTTP BehaviorTag = "HTTP" )
Click to show internal directories.
Click to hide internal directories.