intelmq.bots.experts.misp package

Submodules

intelmq.bots.experts.misp.expert module

An expert to for looking up values in MISP.

param - misp_url:

URL of the MISP server

param - misp_key:

API key for accessing MISP

param - http_verify_cert:

true or false, check the validity of the certificate

intelmq.bots.experts.misp.expert.BOT

alias of MISPExpertBot

class intelmq.bots.experts.misp.expert.MISPExpertBot(*args, **kwargs)

Bases: ExpertBot

Looking up the IP address in MISP instance and retrieve attribute and event UUIDs

init()
misp_key: str = '<insert MISP Authkey>'
misp_url: str = "<insert url of MISP server (with trailing '/')>"
process()

Module contents