INPUT_OBJECT

IndicatorOfCompromiseInputType

Description

Indicator of Compromise.

link GraphQL Schema definition

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