v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Attributes

Get a list of the available attribute types

get/attributes/describeTypes

Response

Describe attribute categories and types response

sane_defaultsobject
typesAttributeType[]
categoriesAttributeCategory[]
category_type_mappingsobject

Example response

{
  "sane_defaults": {
    "md5": {
      "default_category": "Payload delivery",
      "to_ids": 1
    },
    "pdb": {
      "default_category": "Artifacts dropped",
      "to_ids": 0
    }
  },
  "category_type_mappings": {
    "Internal reference": [
      "text",
      "link",
      "comment",
      "other"
    ],
    "Antivirus detection": [
      "link",
      "comment",
      "text",
      "hex",
      "other"
    ]
  }
}