Andre created NIFI-1971:
---------------------------
Summary: Create a batch capable pseudo-whois ("netcat") enrichment
Processor
Key: NIFI-1971
URL: https://issues.apache.org/jira/browse/NIFI-1971
Project: Apache NiFi
Issue Type: Improvement
Reporter: Andre
While the QueryDNS created can be used on low to medium volume enrichment and
to licensed DNS based lookups (e.g. commercial use of SpamHaus) many enrichment
providers prefer the use of bulk queries using pseudo whois API (a.k.a. netcat
interface).
as documented
[here|https://www.shadowserver.org/wiki/pmwiki.php/Services/IP-BGP#toc6] the
bulk interfaces work by connecting to port 43/TCP and sending a payload like:
{code}
begin origin
4.5.4.3
17.112.152.32
208.77.188.166
end
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)