Connectors
...
Actions
Get Count of Attributes by Category
3 min
description retrieve the count of misp attributes by category, using context and percentage as path parameters endpoint url attributes/attributestatistics/{{context}}/{{percentage}} method get inputs path parameters (object) – required context (string) – required percentage (number) – required headers (object) – required accept (string) – required content type (string) – required output example \[ \[ { "antivirus detection" "10" }, { "artifacts dropped" "20" } ] ]