OBJECT

IndicatorOfCompromise

Description

Indicator of Compromise.

link GraphQL Schema definition

  • type IndicatorOfCompromise {
  • # The threat family associated with the IOC.
  • threatFamily: String!
  • # Specifies the ioc kind.
  • iocKind: IndicatorOfCompromiseKind!
  • # Specifies the ioc value.
  • iocValue: String!
  • }