diff --git a/a.7-rest-API/Training - Using the API in MISP.ipynb b/a.7-rest-API/Training - Using the API in MISP.ipynb index a074057..800797f 100644 --- a/a.7-rest-API/Training - Using the API in MISP.ipynb +++ b/a.7-rest-API/Training - Using the API in MISP.ipynb @@ -20,8 +20,10 @@ "metadata": {}, "source": [ "## Important notice\n", + "\n", "This notebook various usage of the MISP restAPI.\n", - "It should be noted that PyMISP is not required to use the MISP restAPI. We are ising PyMISP only to parse the response and inspect the data.\n", + "\n", + "It should be noted that PyMISP is not required to use the MISP restAPI. We are using PyMISP only to parse the response and inspect the data. So any HTTP client such as curl could do the job a described below.\n", "\n", "This command:\n", "```\n", @@ -104,7 +106,7 @@ "relative_path = ''\n", "\n", "body = {\n", - " \"info\": \"Event created via the API for Telindus training\",\n", + " \"info\": \"Event created via the API as an example\",\n", " \"threat_level_id\": 1,\n", " \"distribution\": 0\n", "}\n", @@ -446,7 +448,7 @@ "metadata": {}, "source": [ "## RestSearch\n", - "**Aka: Most powerfull search tool in MISP**" + "**Aka: Most powerful search tool in MISP**" ] }, { @@ -1031,7 +1033,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.7" + "version": "3.6.8" } }, "nbformat": 4,