misp-modules/documentation/website/expansion/iprep.json

12 lines
547 B
JSON

{
"description": "Module to query IPRep data for IP addresses.",
"requirements": [
"An access to the packetmail API (apikey)"
],
"input": "An IP address MISP attribute.",
"output": "Text describing additional information about the input after a query on the IPRep API.",
"references": [
"https://github.com/mahesh557/packetmail"
],
"features": "This module takes an IP address attribute as input and queries the database from packetmail.net to get some information about the reputation of the IP."
}