Giter VIP home page Giter VIP logo

misp-to-eiq's Introduction

Introduction

MISP-to-EIQ is a simple Python script that will connect to your MISP instance, download the given MISP Event ID and send it to an EclecticIQ instance as a valid EclecticIQ JSON entity of the given type.

We consider the code to be stable enough to use in production. While it is not possible to test for every combination of MISP objects & attributes, MISP-to-EIQ has been running in our production environment for longer periods without any significant problems/issues/crashes.

For configuration options, refer to the README.md in the config/ directory.

Requirements

  • Python 3 (uses 'requests', 'urllib3', 'datetime')
  • EIQlib module from Sebastiaan Groot (eiqjson.py and eiqcalls.py)
  • A MISP account with a valid API token
  • An EclecticIQ account (user+pass) and EIQ 'Source' token

Getting started

  • Clone the repository
  • Create a 'settings.py' file in the config/ directory (refer to the README.md)
  • Run ./misp-to-eiq.py [-v] <#> (-v for verbose, # should be a valid MISP Event ID)

Options

Running ./misp-to-eiq.py without command-line options or -h will display help:

-v / --verbose will display progress/error info
-c / --confidence lets you set the confidence level for the EclecticIQ entity
-i / --impact lets you set the (likely) impact for the EclecticIQ entity
-t / --type lets you choose what to ingest the MISP event as: [i]ndicator or [s]ighting
-s / --simulate do not actually ingest anything into EclecticIQ, just pretend (useful with -v)
-n / --name override the default TITLETAG setting from the configuration file
-d / --duplicate do not update the existing entity in EclecticIQ, but create duplicates (default: disabled)

Copyright

(c) 2018 Arnim Eijkhoudt and Sebastiaan Groot (for his great EIQ lib / submodule)

This software is GPLv3 licensed, except where otherwise indicated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.