From 7952a8d6e738d5497000d77acf2a515345ef4958 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 13 Dec 2018 10:19:23 +0100 Subject: [PATCH] chg: [doc] cannot type today --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0449577..4cbcc4c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ For more information: [Extending MISP with Python modules](https://www.circl.lu/ * [Farsight DNSDB Passive DNS](misp_modules/modules/expansion/farsight_passivedns.py) - a hover and expansion module to expand hostname and IP addresses with passive DNS information. * [GeoIP](misp_modules/modules/expansion/geoip_country.py) - a hover and expansion module to get GeoIP information from geolite/maxmind. * [hashdd](misp_modules/modules/expansion/hashdd.py) - a hover module to check file hashes against [hashdd.com](http://www.hashdd.com) including NSLR dataset. -* [intel471](misp_modules/modules/expansion/intel471.py) - a model module to check against [Intel471](https://intel471.com). +* [intel471](misp_modules/modules/expansion/intel471.py) - an expansion module to get info from [Intel471](https://intel471.com). * [IPASN](misp_modules/modules/expansion/ipasn.py) - a hover and expansion to get the BGP ASN of an IP address. * [iprep](misp_modules/modules/expansion/iprep.py) - an expansion module to get IP reputation from packetmail.net. * [macaddress.io](misp_modules/modules/expansion/macaddress_io.py) - a hover module to retrieve vendor details and other information regarding a given MAC address or an OUI from [MAC address Vendor Lookup](https://macaddress.io). See [integration tutorial here](https://macaddress.io/integrations/MISP-module).