ENUM

IndicatorOfCompromiseKind

Description

Supported Indicators Of Compromise are Yara, File Hash, and File Pattern.

link GraphQL Schema definition

  • enum IndicatorOfCompromiseKind {
  • # Matching file patterns.
  • IOC_FILE_PATTERN
  • # Match for files with specified hash.
  • IOC_HASH
  • # Unused default.
  • IOC_UNSPECIFIED
  • # Matching Yara rules.
  • IOC_YARA
  • }