OBJECT

ThreatHuntIocDetails

Description

IOC details for a matched file.

link GraphQL Schema definition

  • type ThreatHuntIocDetails {
  • # Description of the path IOC.
  • filePatternRule: String!
  • # Description of the hash IOC.
  • hashRule: HashInfo
  • # Name of the intel feed for the IOC.
  • intelFeedName: String!
  • # Type of threat match.
  • matchType: IndicatorOfCompromiseKind!
  • # Name of the threat family.
  • threatFamily: String!
  • # Description of the YARA IOC.
  • yaraRule: String!
  • }