chg: [blog] some fixes

pull/28/head
Alexandre Dulaunoy 2020-09-30 10:13:29 +02:00
parent c4c0559839
commit 0c12c564f7
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 4 additions and 3 deletions

View File

@ -2,18 +2,19 @@
title: Create an import script for MISP , step-by-step tutorial title: Create an import script for MISP , step-by-step tutorial
layout: post layout: post
authors: authors:
- Paul Bourmeau - Pauline Bourmeau
date: 2020-09-30 date: 2020-09-30
tags: ["MISP", "Import Script", "MISP", "Threat Intelligence"] tags: ["MISP", "Import Script", "MISP", "Threat Intelligence"]
categories: [] 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 ## Script description
### Example add_github_user.py ### 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. An **import script**, it's different from a MISP module.