INPUT_OBJECT

IndicatorOfCompromiseInput

Description

The data which represents indicator of compromise: a file path/pattern, hash, or YARA rule.

link GraphQL Schema definition

  • input IndicatorOfCompromiseInput {
  • # The threat family associated with the IOC.
  • threatFamily: String
  • # IOC kind.
  • iocKind: IndicatorOfCompromiseKind!
  • # IOC value as a string.
  • iocValue: String!
  • }