I can't spell

pull/41/head
Hannah Ward 2016-08-12 10:11:13 +01:00
parent 46f8141071
commit 29b57258ab
No known key found for this signature in database
GPG Key ID: BA89E572EE1B4C5F
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ 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.
* [stiximport](misp_modules/moduls/expansion/stiximport.py) - An import module to process STIX xml/json
* [stiximport](misp_modules/modules/expansion/stiximport.py) - An import module to process STIX xml/json
## How to install and start MISP modules?
~~~~bash