sourcecache module added

pull/2/head
Alexandre Dulaunoy 2016-03-14 20:47:45 +01:00
parent 5cc07c0203
commit ab7d93292e
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ MISP modules support is included in MISP starting from version 2.4.X.
* [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 to query the passivetotal passive DNS interface.
* [sourcecache](modules/expansion/sourcecache.py) - a module to cache a specific link from a MISP instance.
## How to add your own MISP modules?