mirror of https://github.com/MISP/misp-modules
13 lines
693 B
JSON
13 lines
693 B
JSON
|
{
|
||
|
"description": "An expansion module to query a local copy of Maxmind's Geolite database with an IP address, in order to get information about the city where it is located.",
|
||
|
"logo": "maxmind.png",
|
||
|
"requirements": [
|
||
|
"A local copy of Maxmind's Geolite database"
|
||
|
],
|
||
|
"input": "An IP address MISP attribute.",
|
||
|
"output": "Text containing information about the city where the IP address is located.",
|
||
|
"references": [
|
||
|
"https://www.maxmind.com/en/home"
|
||
|
],
|
||
|
"features": "The module takes an IP address attribute as input and queries a local copy of the Maxmind's Geolite database to get information about the city where this IP address is located."
|
||
|
}
|