[
https://issues.apache.org/jira/browse/NIFI-1971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15420967#comment-15420967
]
ASF GitHub Bot commented on NIFI-1971:
--------------------------------------
GitHub user trixpan opened a pull request:
https://github.com/apache/nifi/pull/858
NIFI-1971 - Introduce QueryWhois processor
supporting batching (i.e. netcat protocol)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/trixpan/nifi NIFI-1971
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/858.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #858
----
commit ba438e1e029e139848e83942dda722386ebee9b2
Author: Andre F de Miranda <[email protected]>
Date: 2016-08-09T13:01:53Z
NIFI-1971 - Introduce QueryWhois processor with batching (i.e. netcat
protocol) support
----
> 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
> Affects Versions: 1.0.0, 0.7.0
> Reporter: Andre
> Assignee: Andre
> Fix For: 1.1.0
>
>
> 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)