PyMISP/examples/ioc-2-misp
Raphaël Vinot 1da7660934 Make pep8 happy 2016-06-13 19:14:32 +09:00
..
README.md form 2016-05-12 17:35:05 +02:00
ioc2misp.py Make pep8 happy 2016-06-13 19:14:32 +09:00
keys.py.sample init for ioc-2-misp 2016-05-12 17:33:13 +02:00
taxonomy.csv init for ioc-2-misp 2016-05-12 17:33:13 +02:00

README.md

Description

Python script for ioc import to misp

requires

python 2.7
PyMISP
BeautifulSoup (apt-get install python-bs4 python-lxml)

Usage

python ioc2misp.py -i myioc -t "tag:mytag='sample','tag:other='foo'"
time find /iocsample -type f|while read line ;do python ioc2misp.py -i ${line};done

Conf

  • rename keys.py.sample as keys.py
  • add your url and api key in keys.py
  • use command in terminal