INPUT_OBJECT

CustomEntries

Description

Custom entries for the intel feed.

link GraphQL Schema definition

  • input CustomEntries {
  • # IOC string.
  • iocString: String
  • # The Threat Family associated with the IOC.
  • threatFamily: String
  • # IOC type.
  • iocType: ThreatFeedType!
  • }