OBJECT

IOCDetails

Description

Details of IOC for a matched file.

link GraphQL Schema definition

  • type IOCDetails {
  • # Name of the intel feed for the IOC.
  • intelFeedName: String!
  • # Hash of the IOC.
  • iocHashHex: String!
  • # Author of the IOC.
  • iocRuleAuthor: String!
  • # Status of the feed entry.
  • iocStatus: FeedEntryStatus!
  • # Description of the malware for the IOC.
  • malwareDescription: String!
  • # Name of the malware for the IOC.
  • malwareName: String!
  • # Type of threat match.
  • matchType: IndicatorOfCompromiseKind!
  • }