Connectors
...
Actions
Get List of Attribute Types
4 min
description retrieves a list of available attribute types from misp, with authentication headers required endpoint url attributes/describetypes method get inputs headers (object) – required accept (string) – required content type (string) – required output example \[ { "sane defaults" { "md5" { "default category" "payload delivery", "to ids" 1 }, "pdb" { "default category" "artifacts dropped", "to ids" 0 } }, "types" \[ "md5" ], "categories" \[ "internal reference" ], "category type mappings" { "internal reference" \[ "text", "link", "comment", "other" ], "antivirus detection" \[ "link", "comment", "text", "hex", "other" ] } } ] output parameters sane defaults (object) md5 (object) default category (string) to ids (number) pdb (object) default category (string) to ids (number) types (array) categories (array) category type mappings (object) internal reference (array) antivirus detection (array)