Aliases

Values that can be used for the field parameter in subsequent search API calls.
Aliases are shortcuts for searching multiple fields of a similar nomenclature.
Examples:

  • ip == 8.8.8.8 will be interpolated to create a search of (dstip = 8.8.8.8 or srcip = 8.8.8.8)
  • ipname == myipname will create a search of (dstipname = myipname or srcipname = myipname)
  • as.number will search the fields dstas.number, dstowneras.number, srcas.number, and srcowneras.number
Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!