PyMISP/examples/feed-generator
Raphaël Vinot 0f59cf1ba5
Merge pull request #511 from AndreC10002/patch-1
Define the number of entries to output
2020-01-03 13:19:49 +01:00
..
output Script for the upcoming feed generator 2016-03-01 15:32:58 +01:00
README.md fix: readme update + python3 + pep8 2018-10-28 13:01:26 +01:00
generate.py Update generate.py 2020-01-02 14:03:52 -05:00
settings.default.py Define the number of entries to output 2020-01-02 14:01:07 -05:00

README.md

What

This python script can be used to generate a MISP feed based on an existing MISP instance.

Installation

git clone https://github.com/MISP/PyMISP.git
cd examples/feed-generator
cp settings-default.py settings.py
vi settings.py #adjust your settings
python3 generate.py

Output

The generated feed will be stored in your outputdir. It contains the files:

  • manifest.json - containing the feed manifest (generic event information)
  • hashes.csv - listing the hashes of the attribute values
  • *.json - a large amount of json files

Importing in MISP

To import this feed into your MISP instance:

  • Sync Actions > List Feeds > Add feed
  • Fill in the form while ensuring the 'source format' is set to 'MISP Feed'

For more information about feeds please read: https://misp.gitbooks.io/misp-book/content/managing-feeds/