From 6f773d440540739ac7c4194281f359aa27c30b22 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 30 Sep 2020 13:22:09 +0200 Subject: [PATCH] chg: [blog] updated --- _posts/2020-09-30-How-To-Make-A-MISP-Import-Script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2020-09-30-How-To-Make-A-MISP-Import-Script.md b/_posts/2020-09-30-How-To-Make-A-MISP-Import-Script.md index 7480504..80eed8f 100644 --- a/_posts/2020-09-30-How-To-Make-A-MISP-Import-Script.md +++ b/_posts/2020-09-30-How-To-Make-A-MISP-Import-Script.md @@ -22,7 +22,7 @@ An import script is run from a terminal to push data into a MISP, but a MISP mod This script will add data from GitHub as object to an existing MISP event. -**Tips:** in early phase or for testing purpose, it's better to start with an import module to test the code and results. If it's conclusive you can code a MISP module. +**Tips:** in early phase or for testing purpose, it's better to start with an import script to test the code and results. If it's conclusive you can code a MISP module. ### PyMISP install