BulkPeer: Retrieves BGP Peer ASN info for a list of IPv4 addresses

Description Usage Arguments Value Note See Also

View source: R/netintel.R

Description

Retrieves BGP Peer ASN info for a list of IPv4 addresses

Usage

1
BulkPeer(ip.list, host = "v4-peer.whois.cymru.com", port = 43)

Arguments

ip.list

vector of IPv4 address (character - dotted-decimal)

host

which server to perform the lookup (chr) - defaults to v4.whois.cymru.com

port

TCP port to use to connect to host (int) - defaults to 43

Value

data frame of BGP Peer ASN lookup results

Note

The Team Cymru's service is NOT a GeoIP service! Do not use this function for that as your results will not be accurate.

See Also

http://www.team-cymru.org/Services/


hrbrmstr/netintel documentation built on May 17, 2019, 5:11 p.m.