OBJECT

YARAMatchDetail

Description

Supported in v6.0+

link GraphQL Schema definition

  • type YARAMatchDetail {
  • # Required. Supported in v6.0+
  • # The name of the matching YARA rule.
  • name: String!
  • # Required. Supported in v6.0+
  • # Optional YARA tags
  • # https://yara.readthedocs.io/en/latest/writingrules.html#rule-tags.
  • tags: [String!]!
  • }