You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -505,13 +505,18 @@ A module to query the Phishing Initiative service (https://phishing-initiative.l
505
505
506
506
Module to access Farsight DNSDB Passive DNS.
507
507
-**features**:
508
-
>This module takes a domain, hostname or IP address MISP attribute as input to query the Farsight Passive DNS API. The API returns then the result of the query with some information about the value queried.
508
+
>This module takes a domain, hostname or IP address MISP attribute as input to query the Farsight Passive DNS API.
509
+
> The results of rdata and rrset lookups are then returned and parsed into passive-dns objects.
510
+
>
511
+
>An API key is required to submit queries to the API.
512
+
> It is also possible to define a custom server URL, and to set a limit of results to get.
513
+
> 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).
509
514
-**input**:
510
515
>A domain, hostname or IP address MISP attribute.
511
516
-**output**:
512
-
>Text containing information about the input, resulting from the query on the Farsight Passive DNS API.
517
+
>Passive-dns objects, resulting from the query on the Farsight Passive DNS API.
"features": "This module takes a domain, hostname or IP address MISP attribute as input to query the Farsight Passive DNS API.The API returns then the result of the query with some information about the value queried."
6
+
"output": "Passive-dns objects, resulting from the query on the Farsight Passive DNS API.",
"features": "This module takes a domain, hostname or IP address MISP attribute as input to query the Farsight Passive DNS API.\nThe 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)."
0 commit comments