Initial release of as2org-rs
.
Highlights
- automatically retrieve the most up-to-date CAIDA as-to-organization data
.get_as_info(ASN)
to retrieve information about an AS.get_siblings(ASN)
to retrieve all siblings of an AS.are_siblings(ASN1, ASN2)
to check if two ASes are siblings
The main returning data structure is As2orgAsInfo
, which contains the following fields:
asn
: the AS numbername
: the name provide for the individual AS numbercountry_code
: the country code of the organization's registration countryorg_id
: maps to an organization entryorg_name
: the name of the organizationsource
: the RIR or NIR database which was contained this entry