mirror of https://github.com/MISP/misp-modules
14 lines
512 B
JSON
14 lines
512 B
JSON
{
|
|
"description": "Module to query on Shodan.",
|
|
"logo": "shodan.png",
|
|
"requirements": [
|
|
"shodan python library",
|
|
"An access to the Shodan API (apikey)"
|
|
],
|
|
"input": "An IP address MISP attribute.",
|
|
"output": "Text with additional data about the input, resulting from the query on Shodan.",
|
|
"references": [
|
|
"https://www.shodan.io/"
|
|
],
|
|
"features": "The module takes an IP address as input and queries the Shodan API to get some additional data about it."
|
|
} |