ENUM
IndicatorOfCompromiseKind
Description
Supported Indicators Of Compromise are Yara, File Hash, and File Pattern.
link GraphQL Schema definition
- enum IndicatorOfCompromiseKind {
- # Matching file patterns.
- # Match for files with specified hash.
- # Unused default.
- # Matching Yara rules.
- }