From 0c12c564f73f010367644e96b150b451e60acc0c Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 30 Sep 2020 10:13:29 +0200 Subject: [PATCH] chg: [blog] some fixes --- _posts/2020-09-30-How-To-Make-A-MISP-Import-Script.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 a6340e7..878d81a 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 @@ -2,18 +2,19 @@ title: Create an import script for MISP , step-by-step tutorial layout: post authors: -- Paul Bourmeau +- Pauline Bourmeau date: 2020-09-30 tags: ["MISP", "Import Script", "MISP", "Threat Intelligence"] categories: [] +featured: /assets/images/misp/blog/misp-python.png --- -# Create an import script for MISP , step-by-step tutorial +# Create an import script for MISP in Python, step-by-step tutorial ## Script description ### Example add_github_user.py -Here the goal is to push to MISP information gathered on Github. The script [add_git_user.py](https://github.com/MISP/PyMISP/blob/main/examples/add_github_user.py) will be used as an example. +Here the goal is to push to MISP information gathered on Github. The script [add_github_user.py](https://github.com/MISP/PyMISP/blob/main/examples/add_github_user.py) will be used as an example. An **import script**, it's different from a MISP module.