From 1e118896f12b18461ce7301c5c839b74e2258db5 Mon Sep 17 00:00:00 2001 From: Iglocska Date: Sun, 24 Apr 2016 23:47:01 +0200 Subject: [PATCH] Added attribute type description API --- automation/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/automation/README.md b/automation/README.md index 47f9f41..828624b 100644 --- a/automation/README.md +++ b/automation/README.md @@ -964,6 +964,17 @@ If no Related observables are set in the Sighting itself, MISP will fall back to MISP would create sightings for attributes matching any of the following: malicious1.example.com, malicious2.example.com, malicious3.example.com +# Describe types API + +MISP can procedurally describe all attribute types and attribute categories it currently supports including the category - type mappings. To access this information simply send a GET request to: + +~~~~ +https:///attributes/describeTypes +~~~~ + +Depending on the headers passed the returrned data will be a JSON object or an XML, with 3 main sections: types, categories, category\_type\_mappings. + + # Automation using PyMISP PyMISP is a Python library to access MISP platforms via their REST API.