Modified readme with virustotal/countrycode

pull/45/head
Hannah Ward 2016-08-17 09:33:49 +01:00
parent 042bf2bb2f
commit 317f820bbf
No known key found for this signature in database
GPG Key ID: BA89E572EE1B4C5F
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ For more information: [Extending MISP with Python modules](https://www.circl.lu/
* [IPASN](misp_modules/modules/expansion/ipasn.py) - a hover and expansion to get the BGP ASN of an IP address.
* [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)
### Import modules