From 331b3ea0b69395514011f4ff94c8ddc9bbdc44b3 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 17 Aug 2016 10:46:13 +0200 Subject: [PATCH] README updated for the new modules --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index af86bb5..1ea4cd3 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,7 @@ For more information: [Extending MISP with Python modules](https://www.circl.lu/ * [passivetotal](misp_modules/modules/expansion/passivetotal.py) - a [passivetotal](https://www.passivetotal.org/) module that queries a number of different PassiveTotal datasets. * [sourcecache](misp_modules/modules/expansion/sourcecache.py) - a module to cache a specific link from a MISP instance. * [countrycode](misp_modules/modules/expansion/countrycode.py) - a hover module to tell you what country a URL belongs to. -* [virustotal](misp_modules/modules/expansion/virustotal.py) - an expansion module to pull known resolutions and malware samples related with an IP/Domain from virustotal - * (Probably requires private API key) +* [virustotal](misp_modules/modules/expansion/virustotal.py) - an expansion module to pull known resolutions and malware samples related with an IP/Domain from virusTotal (this modules require a VirusTotal private API key) ### Import modules