OBJECT

ReferenceByType

References of the rules aggregated by type

link GraphQL Schema definition

  • type ReferenceByType {
  • # bugtraq references list
  • bugtraq: [String!]
  • # bid references list
  • bid: [String!]
  • # cve references list
  • cve: [String!]
  • # secunia references list
  • secunia: [String!]
  • # arachnids references list
  • arachnids: [String!]
  • # mcafee references list
  • mcafee: [String!]
  • # nessus references list
  • nessus: [String!]
  • # url references list
  • url: [String!]
  • # et references list
  • et: [String!]
  • # etpro references list
  • etpro: [String!]
  • # telus references list
  • telus: [String!]
  • # osvdb references list
  • osvdb: [String!]
  • # threatexpert references list
  • threatexpert: [String!]
  • # md5 references list
  • md5: [String!]
  • # exploitdb references list
  • exploitdb: [String!]
  • # openpacket references list
  • openpacket: [String!]
  • # securitytracker references list
  • securitytracker: [String!]
  • # xforce references list
  • xforce: [String!]
  • # msft references list
  • msft: [String!]
  • }