association between ASN and company name in ARIN region
Hi, how to associate AS number with company name in ARIN region? For example in a small European country, where I leave, it can be done roughly like that: 1) ISP named "XYZ" and IP transit customer named "KLM Inc." sign an IP transit contract 2) IP transit customer "KLM Inc." tells to ISP that their AS number is 123 3) ISP engineers, who configure the service, check the "org" attribute value from AS123 "aut-num" object from RIPE database. This is a RIPE NCC managed value. For example it is ORG-KLM-RIPE. 4) then they check "org-name" attribute value for ORG-KLM-RIPE organisation object. Again, this is RIPE NCC managed value. "org-name" value(organization name) is exactly the same as in company registration papers. 5) now they can search for this organization name from country centre of registers and information systems database which contains registration papers for all the companies in this country and contact with this company if anything looks suspicious This is obviously simply an example to show that it is possible to trace from AS number back to company registration papers and thus to even people behind the company(listed in company registration papers). Is it possible to make a similar connection between AS number and company name in ARIN region? In other words, how do you find out that company is eligible to use AS number? thanks, Martin
On 30.03.2017 17:50, Martin T wrote:
Is it possible to make a similar connection between AS number and company name in ARIN region? In other words, how do you find out that company is eligible to use AS number?
This doesn't work for you? whois -h whois.arin.net as174 | egrep '^ASNumber|OrgName|Address|City|StateProv|PostalCode|Country' ASNumber: 174 OrgName: Cogent Communications Address: 2450 N Street NW City: Washington StateProv: DC PostalCode: 20037 Country: US whois -h whois.arin.net as714 | egrep '^ASNumber|OrgName|Address|City|StateProv|PostalCode|Country' ASNumber: 714 OrgName: Apple Inc. Address: 20400 Stevens Creek Blvd., City Center Bldg 3 City: Cupertino StateProv: CA PostalCode: 95014 Country: US And then lookup companies here: https://en.wikipedia.org/wiki/List_of_company_registers#United_States Arnold -- Arnold Nipper email: arnold@nipper.de mobile: +49 172 2650958
* Arnold Nipper:
On 30.03.2017 17:50, Martin T wrote:
Is it possible to make a similar connection between AS number and company name in ARIN region? In other words, how do you find out that company is eligible to use AS number?
This doesn't work for you?
whois -h whois.arin.net as174 | egrep
Note that depending on the WHOIS client, this does not work. The correct AS number query syntax for whois.arin.net does not include an “AS” prefix. The difference is only visibile for AS numbers with in an AS range object. 14745 is an example that shows the difference.
Thanks for replies! Who is allowed to change "OrgName" attribute value? Only ARIN? thanks, Martin On Fri, Mar 31, 2017 at 11:59 AM, Florian Weimer <fw@deneb.enyo.de> wrote:
* Arnold Nipper:
On 30.03.2017 17:50, Martin T wrote:
Is it possible to make a similar connection between AS number and company name in ARIN region? In other words, how do you find out that company is eligible to use AS number?
This doesn't work for you?
whois -h whois.arin.net as174 | egrep
Note that depending on the WHOIS client, this does not work. The correct AS number query syntax for whois.arin.net does not include an “AS” prefix. The difference is only visibile for AS numbers with in an AS range object. 14745 is an example that shows the difference.
participants (3)
-
Arnold Nipper
-
Florian Weimer
-
Martin T