mirror of https://github.com/MISP/misp-modules
15 lines
1.1 KiB
JSON
15 lines
1.1 KiB
JSON
{
|
|
"description": "Module to access Farsight DNSDB Passive DNS.",
|
|
"logo": "farsight.png",
|
|
"requirements": [
|
|
"An access to the Farsight Passive DNS API (apikey)"
|
|
],
|
|
"input": "A domain, hostname or IP address MISP attribute.",
|
|
"output": "Passive-dns objects, resulting from the query on the Farsight Passive DNS API.",
|
|
"references": [
|
|
"https://www.farsightsecurity.com/",
|
|
"https://docs.dnsdb.info/dnsdb-api/"
|
|
],
|
|
"features": "This module takes a domain, hostname or IP address MISP attribute as input to query the Farsight Passive DNS API.\n The results of rdata and rrset lookups are then returned and parsed into passive-dns objects.\n\nAn API key is required to submit queries to the API.\n It is also possible to define a custom server URL, and to set a limit of results to get.\n This limit is set for each lookup, which means we can have an up to the limit number of passive-dns objects resulting from an rdata query about an IP address, but an up to the limit number of passive-dns objects for each lookup queries about a domain or a hostname (== twice the limit)."
|
|
}
|