From 233d73e65546631f60345fac7f28e341cdc512bf Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 30 Mar 2016 22:46:21 +0200 Subject: [PATCH] New modules added --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 04f7971..749a5fe 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ For more information: [Extending MISP with Python modules](https://www.circl.lu/ ## Existing MISP modules +* [CIRCL Passive SSL](modules/expansion/circl_passivessl.py) - a hover and expansion module to expand IP addresses with the X.509 certificate seen. +* [CIRCL Passive DNS](modules/expansion/circl_passivedns.py) - a hover and expansion module to expand hostname and IP addresses with passive DNS information. * [CVE](modules/expansion/cve.py) - a hover module to give more information about a vulnerability (CVE). * [DNS](modules/expansion/dns.py) - a simple module to resolve MISP attributes like hostname and domain to expand IP addresses attributes. * [passivetotal](modules/expansion/passivetotal.py) - a [passivetotal](https://www.passivetotal.org/) module that queries a number of different PassiveTotal datasets.