parse_asorg2info: Parses CAIDA 'asorg2info' Files

Description Usage Arguments Value AS fields Organization fields References Examples

Description

Please refer to http://data.caida.org/datasets/as-organizations/ for the data files, acceptable use information and citation information.

Usage

1
parse_asorg2info(as_org2info_fil)

Arguments

as_org2info_fil

path to an "org2info" file (e.g. 20181001.as-org2info.txt.gz); path.expand() will be run on this value.

Value

list with two data frames (tibbles): asorg_info containing "org_id", "changed", "org_name", "country", "source"; and, aut_info containing "aut", "changed", "aut_name", "org_id", "opaque_id", "source"

AS fields

aut : the AS number changed : the changed date provided by its WHOIS entry aut_name : the name provide for the individual AS number org_id : maps to an organization entry opaque_id : opaque identifier used by RIR extended delegation format source : the RIR or NIR database which was contained this entry

Organization fields

References

http://data.caida.org/datasets/as-organizations/

Examples

1
2
3
4
## Not run: 
parse_asorg2info("20181001.as-org2info.txt.gz")

## End(Not run)

hrbrmstr/astools documentation built on May 7, 2019, 10:46 p.m.