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¶
-
class
intelmq.bots.experts.misp.expert.MISPExpertBot(*args, **kwargs)¶ Bases:
intelmq.lib.bot.ExpertBotLooking up the IP address in MISP instance and retrieve attribute and event UUIDs
-
init()¶
-
misp_key= '<insert MISP Authkey>'¶
-
misp_url= "<insert url of MISP server (with trailing '/')>"¶
-
process()¶
-