Whois/Registration Data Access Protocol (RDAP)
Looking for instructions on using ARIN’s Whois/RDAP search? Visit ARIN’s Whois page.
Overview
Registration Data Access Protocol (RDAP), defined by RFC STD 95, is a Whois alternative for querying Internet resource registration data from Regional Internet Registries (RIRs) like ARIN and Domain Name Registries (DNRs) like VeriSign. When you use RDAP clients to query registration data, responses are delivered in JavaScript Object Notation (JSON) format (instead of the text format provided by Whois). When you use the Search ARIN Site or Whois feature or use https://search.arin.net/rdap/ for Whois queries, RDAP responses are returned in formatted HTML.
How does RDAP differ from Whois?
- RDAP is an HTTP-based REST-style protocol with standardized responses specified in JSON, whereas Whois (RFC 3912) is a text-based protocol, utilizing a specialized protocol and port. RDAP meets the industry-accepted definition for a web-based RESTful protocol. It serves JSON responses over HTTP/HTTPS using URLs to distinguish various resources. The only HTTP methods used by RDAP are
HEAD
andGET
. - RDAP response data objects are easily translated into languages other than English, whereas Whois response data objects may not be.
- RDAP responses offer direct referrals to other RIRs, whereas Whois defines no queries or responses, and interaction with DNRs and RIRs can vary significantly.
Understanding Bootstrapping
A bootstrap server is a special type of server for helping clients find an authoritative server to query (this is called bootstrapping). Query bootstrapping can be an expensive process for some clients, and a bootstrap server can alleviate that expense by preloading the bootstrapping information. To utilize an RDAP bootstrap server, an RDAP client simply sends RDAP queries and receives HTTP redirects to the authoritative server.
Bootstrap files are JSON files specified in RFC 9224. The Internet Assigned Numbers Authority (IANA) publishes the following files:
- Autonomous System Numbers
- IPv4 Allocations
- IPv6 Allocations
- Domain Registries
If you use the correct query URL in your RDAP query, ARIN’s bootstrap server automatically sends the queries to the correct server.
The ARIN bootstrap server is open source and can be found on GitHub.
How to Get Registration Information Using RDAP
You can use RDAP to get registration information from ARIN using the following methods:
Using the Whois/RDAP Web Interface
You can access the Whois/RDAP web interface by choosing one of these options:
- Enter https://search.arin.net/rdap/ into the address bar of your web browser. After reaching the ARIN Whois/RDAP page, enter your search term in the field and choose Search.
- Enter the item you want to search Whois for into the search box (labeled Search ARIN Site or Whois) of https://search.arin.net. ARIN sends this query to
search.arin.net
, and returns results based on what type of search it guesses you were trying to perform. For example, if the search engine thinks you are searching for information about subject areas on the website (for example, policy, services, or ARIN functions), it returns results fromwww.arin.net
(you can then choose the Search ARIN’s Whois instead link on the results page). If you enter a search term that has a specific format, such as an IP address (for example,2001:500:11::
) or an Autonomous System Number (ASN) (for example,AS64496
), the search engine automatically queries Whois/RDAP.
For more information on using the Whois/RDAP web interface, visit the Whois page.
Using Query URLs
You can create RDAP queries with a URL structure that can be used with command-line tools like cURL or included in scripts written in languages like Ruby or Perl.
Query URLs could be for a lookup returning a single RDAP object, or for a search returning multiple RDAP objects.
Lookup query URLs have the following structure:
<rdap-url>/<object>/<search-item>
where <rdap-url>
is the registration information provider’s RDAP server URL (in this case, ARIN’s RDAP URL), <object>
is a path segment for an IP network, an Autonomous System, a domain, or an entity RDAP object class, and <search-term>
is related object value to search.
Search query URLs are defined in RFC 9082 and the Registration Data Access Protocol (RDAP) Regional Internet Registry (RIR) Search documentation, and detailed in the following sections.
For most searches, a wildcard (*
) may be used to match trailing characters only, and may appear in a search only once. Search results may be truncated if too many RDAP objects are found for a response.
The following sections provide examples of RDAP queries.
IP Networks
Look Up an IP Network
Queries for information about an IP network are of the form:
<rdap-url>/ip/<IP address>
or /ip/<CIDR prefix>/<CIDR length>
where the path segment following ip
is either an IPv4 dotted decimal or IPv6 (RFC5952) address (i.e., 2001:500:11::
) or an IPv4 or IPv6 Classless Inter-domain Routing (CIDR) (RFC4632) notation address block (i.e., 12.0.0.0/8
).
Query Example:
https://rdap.arin.net/registry/ip/149.112.152.0/22
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0", "cidr0", "arin_originas0" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"handle" : "NET-149-112-152-0-1",
"startAddress" : "149.112.152.0",
"endAddress" : "149.112.155.255",
"ipVersion" : "v4",
"name" : "RS-RND",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-29T14:27:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-20T11:13:48-04:00"
} ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/ip/149.112.152.0"
}, {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-152-0-1"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-04T16:10:48-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "abuse", "administrative", "noc", "dns", "technical" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-18T15:31:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL6-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "po box\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL-ROUTING" ], [ "org", { }, "text", "ARINL-ROUTING" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINL6-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL6-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-04T15:58:06-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2025-03-04T15:58:06-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL5-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL-TECH" ], [ "org", { }, "text", "ARINL-TECH" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINL5-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/ip/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL5-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-04T15:40:12-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2025-03-04T15:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.152.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ 399970 ]
}
Search IP Networks by Handle
Queries for information about IP networks by handle are of the form:
<rdap-url>/ips?handle=<search-term>
where <search-term>
is a net handle.
Query Example:
https://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0", "arin_originas0", "cidr0", "rirSearch1", "ips", "ipSearchResults" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"ipSearchResults" : [ {
"handle" : "NET-149-112-152-0-1",
"startAddress" : "149.112.152.0",
"endAddress" : "149.112.155.255",
"ipVersion" : "v4",
"name" : "RS-RND",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-29T14:27:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-20T11:13:48-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.152.0"
}, {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-152-0-1"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "comment2" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-14T12:45:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "technical", "abuse", "noc", "routing", "administrative", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-24T14:45:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips?handle=NET-149-112-152-0-*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.152.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ 399970 ]
} ]
}
Search IP Networks by Name
Queries for information about IP networks by name are of the form:
<rdap-url>/ips?name=<search-term>
where <search-term>
is a network name.
Query Example:
https://rdap.arin.net/registry/ips?name=RS-RN*
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0", "arin_originas0", "cidr0", "rirSearch1", "ips", "ipSearchResults" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"ipSearchResults" : [ {
"handle" : "NET-149-112-152-0-1",
"startAddress" : "149.112.152.0",
"endAddress" : "149.112.155.255",
"ipVersion" : "v4",
"name" : "RS-RND",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-29T14:27:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-20T11:13:48-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.152.0"
}, {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-152-0-1"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "comment2" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-14T12:45:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "abuse", "technical", "routing", "dns", "administrative", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-24T14:45:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips?name=RS-RN*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.152.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ 399970 ]
} ]
}
Search IP Networks by rdap-top Relation and IP Address or Range
Queries for information about IP networks by rdap-top
relation and IP address or range are of the form:
<rdap-url>/ips/rirSearch1/rdap-top/<IP-address>
or
<rdap-url>/ips/rirSearch1/rdap-top/<CIDR-prefix>/<CIDR-length>
An optional status
query parameter with active
value can be added to these queries as well. If the status
argument is provided, then response processing will proceed as though all objects without the specified status had first been removed from the database.
This query will return the top object for the specified object as though that object had been requested directly. If no such object exists, it will respond with an HTTP 404 (Not Found) search response.
Query Example:
https://rdap.arin.net/registry/ips/rirSearch1/rdap-top/149.112.152.0/22
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0", "cidr0", "arin_originas0", "rirSearch1", "ips", "ipSearchResults" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-top/149.112.152.0/22",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-top/149.112.152.0/22",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"handle" : "NET-149-0-0-0-0",
"startAddress" : "149.0.0.0",
"endAddress" : "149.255.255.255",
"ipVersion" : "v4",
"name" : "NET149",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2013-12-30T13:28:42-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "1993-05-01T00:00:00-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-top/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.0.0.0"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-top/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-0-0-0-0"
} ],
"entities" : [ {
"handle" : "VR-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Various Registries (Maintained by ARIN)" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Address space was assigned by the InterNIC regardless of\r", "geographic region. The registrations are now being maintained\r", "by various registries, and the in-addr.arpa delegations are\r", "being maintained by ARIN." ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-top/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/VR-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-top/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/VR-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2018-01-08T17:04:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "1993-05-01T00:00:00-04:00"
} ],
"entities" : [ {
"handle" : "CKN23-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "123 Main St\nAnytown\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Contact Known No" ], [ "n", { }, "text", [ "No", "Contact", "Known", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-555-1234" ] ] ],
"roles" : [ "abuse", "technical", "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "There is no known POC for this organization. This is a placeholder record. Please contact [email protected] if you can provide contact information for this record." ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-02-08" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-top/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CKN23-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-top/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CKN23-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-09T15:21:55-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2011-02-18T14:57:07-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "administrative" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.0.0.0",
"length" : 8
} ],
"arin_originas0_originautnums" : [ ]
}
Search IP Networks by rdap-bottom Relation and IP Address or Range
Queries for information about IP networks by rdap-bottom
relation and IP address or range are of the form:
<rdap-url>/ips/rirSearch1/rdap-bottom/<IP-address>
or
<rdap-url>/ips/rirSearch1/rdap-bottom/<CIDR-prefix>/<CIDR-length>
This query will return the bottom objects for the specified object. If the found bottom objects do not completely cover the specified object, then the most-specific network object for it will also be returned. If no such objects exist, the server returns an HTTP 404 (Not Found) response code, with the body of the response containing an empty results array.
Query Example:
https://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0", "arin_originas0", "cidr0", "rirSearch1", "ips", "ipSearchResults" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"ipSearchResults" : [ {
"handle" : "NET-149-112-154-0-1",
"startAddress" : "149.112.154.0",
"endAddress" : "149.112.154.255",
"ipVersion" : "v4",
"name" : "TEST",
"type" : "ASSIGNMENT",
"parentHandle" : "NET-149-112-152-0-1",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-30T16:18:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2025-01-30T16:18:15-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.154.0"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-154-0-1"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "up",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.152.0/22"
} ],
"entities" : [ {
"handle" : "ARIN-2",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "American Registry for Internet Numbers" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARIN-2"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARIN-2"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-02-10T11:02:24-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2011-07-19T14:16:28-04:00"
} ],
"entities" : [ {
"handle" : "ARIN-HOSTMASTER",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Registration Services Department" ], [ "org", { }, "text", "Registration Services Department" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "technical", "administrative", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARIN-HOSTMASTER"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARIN-HOSTMASTER"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-28T12:05:49-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2003-04-30T12:32:56-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "technical", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.154.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
}, {
"handle" : "NET-149-112-152-0-1",
"startAddress" : "149.112.152.0",
"endAddress" : "149.112.155.255",
"ipVersion" : "v4",
"name" : "RS-RND",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-29T14:27:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-20T11:13:48-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.152.0"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-152-0-1"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "comment2" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-14T12:45:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "technical", "abuse", "noc", "routing", "administrative", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-24T14:45:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-bottom/149.112.152.0/22",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.152.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ 399970 ]
} ]
}
Search IP Networks by rdap-up Relation and IP Address or Range
Queries for information about IP networks by rdap-up
relation and IP address or range are of the form:
<rdap-url>/ips/rirSearch1/rdap-up/<IP-address>
or
<rdap-url>/ips/rirSearch1/rdap-up/<CIDR-prefix>/<CIDR-length>
An optional status
query parameter with active
value can be added to these queries as well. If the status
argument is provided, then response processing will proceed as though all objects without the specified status had first been removed from the database.
This query will return the parent object for the specified object as though that object had been requested directly. If no such objects exist, the server returns an HTTP 404 (Not Found) response code.
Query Example:
https://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0", "cidr0", "arin_originas0", "rirSearch1", "ips", "ipSearchResults" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"handle" : "NET-149-112-152-0-1",
"startAddress" : "149.112.152.0",
"endAddress" : "149.112.155.255",
"ipVersion" : "v4",
"name" : "RS-RND",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-29T14:27:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-20T11:13:48-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.152.0"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-152-0-1"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "comment2" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-14T12:45:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "abuse", "technical", "dns", "routing", "administrative", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-24T14:45:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-up/149.112.152.0",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.152.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ 399970 ]
}
Search IP Networks by rdap-down Relation and IP Address or Range
Queries for information about IP networks by rdap-down
relation and IP address or range are of the form:
<rdap-url>/ips/rirSearch1/rdap-down/<IP-address>
or
<rdap-url>/ips/rirSearch1/rdap-down/<CIDR-prefix>/<CIDR-length>
This query will return the immediate child objects for the specified object. If no such objects exist, the server returns an HTTP 404 (Not Found) response code, with the body of the response containing an empty results array.
Query Example:
https://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0", "arin_originas0", "cidr0", "rirSearch1", "ips", "ipSearchResults" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"ipSearchResults" : [ {
"handle" : "NET-149-112-152-0-1",
"startAddress" : "149.112.152.0",
"endAddress" : "149.112.155.255",
"ipVersion" : "v4",
"name" : "RS-RND",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-29T14:27:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-20T11:13:48-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.152.0"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-152-0-1"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "comment2" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-14T12:45:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "technical", "abuse", "noc", "routing", "administrative", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-24T14:45:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/rirSearch1/rdap-down/149.112.152.0/21",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.152.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ 399970 ]
} ]
}
Search IP Networks by Entity Handle
Queries for information about IP networks by entity handle are of the form:
<rdap-url>/ips/reverse_search/entity?handle=<search-term>
where <search-term>
is an Org ID/Org Handle or a Resource Point of Contact Handle.
Query Example:
https://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0", "arin_originas0", "cidr0", "rirSearch1", "ips", "ipSearchResults", "reverse_search" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"ipSearchResults" : [ {
"handle" : "NET-149-112-152-0-1",
"startAddress" : "149.112.152.0",
"endAddress" : "149.112.155.255",
"ipVersion" : "v4",
"name" : "RS-RND",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-29T14:27:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-20T11:13:48-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.152.0"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-152-0-1"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "comment2" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-14T12:45:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "technical", "abuse", "noc", "routing", "administrative", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-24T14:45:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.152.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ 399970 ]
}, {
"handle" : "NET-205-196-98-0-1",
"startAddress" : "205.196.98.0",
"endAddress" : "205.196.98.255",
"ipVersion" : "v4",
"name" : "WEBINAR-TEST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-205-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-30T11:36:07-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2011-12-07T10:50:14-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/205.196.98.0"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-205-196-98-0-1"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "comment2" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-14T12:45:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "technical", "abuse", "noc", "routing", "administrative", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-24T14:45:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "205.196.98.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 399970, 26340 ]
}, {
"handle" : "NET6-2602-FC3B-1",
"startAddress" : "2602:fc3b::",
"endAddress" : "2602:fc3b:ffff:ffff:ffff:ffff:ffff:ffff",
"ipVersion" : "v6",
"name" : "NET6-2602-FC3B-1",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET6-2600-1",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-20T09:11:55-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-11-20T09:11:55-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/2602:fc3b::"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET6-2602-FC3B-1"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "comment2" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-14T12:45:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "technical", "abuse", "noc", "routing", "administrative", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-24T14:45:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v6prefix" : "2602:FC3B::",
"length" : 32
} ],
"arin_originas0_originautnums" : [ ]
} ],
"reverse_search_properties_mapping" : [ {
"property" : "handle",
"propertyPath" : "$.entities[*].handle"
} ]
}
Search IP Networks by Entity Name
Queries for information about IP networks by entity name are of the form:
<rdap-url>/ips/reverse_search/entity?fn=<search-term>
where <search-term>
is an Org Name or a Resource Point of Contact Name.
Query Example:
https://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN%20Routing%20Security
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0", "arin_originas0", "cidr0", "rirSearch1", "ips", "ipSearchResults", "reverse_search" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"ipSearchResults" : [ {
"handle" : "NET-149-112-152-0-1",
"startAddress" : "149.112.152.0",
"endAddress" : "149.112.155.255",
"ipVersion" : "v4",
"name" : "RS-RND",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-29T14:27:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-20T11:13:48-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.152.0"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-152-0-1"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "comment2" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-14T12:45:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "technical", "abuse", "noc", "routing", "administrative", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-24T14:45:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.152.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ 399970 ]
}, {
"handle" : "NET-205-196-98-0-1",
"startAddress" : "205.196.98.0",
"endAddress" : "205.196.98.255",
"ipVersion" : "v4",
"name" : "WEBINAR-TEST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-205-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-30T11:36:07-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2011-12-07T10:50:14-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/205.196.98.0"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-205-196-98-0-1"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "comment2" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-14T12:45:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "technical", "abuse", "noc", "routing", "administrative", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-24T14:45:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "205.196.98.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 399970, 26340 ]
}, {
"handle" : "NET6-2602-FC3B-1",
"startAddress" : "2602:fc3b::",
"endAddress" : "2602:fc3b:ffff:ffff:ffff:ffff:ffff:ffff",
"ipVersion" : "v6",
"name" : "NET6-2602-FC3B-1",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET6-2600-1",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-20T09:11:55-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-11-20T09:11:55-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/2602:fc3b::"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET6-2602-FC3B-1"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "comment2" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-14T12:45:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "technical", "abuse", "noc", "routing", "administrative", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-24T14:45:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v6prefix" : "2602:FC3B::",
"length" : 32
} ],
"arin_originas0_originautnums" : [ ]
} ],
"reverse_search_properties_mapping" : [ {
"property" : "fn",
"propertyPath" : "$.entities[*].vcardArray[1][?(@[0]=='fn')][3]"
} ]
}
Search IP Networks by Entity Email
Queries for information about IP networks by entity email are of the form:
<rdap-url>/ips/reverse_search/entity?email=<search-term>
where <search-term>
is a Resource Point of Contact Email.
Query Example:
https://rdap.arin.net/registry/ips/reverse_search/entity?email=browning@*
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0", "arin_originas0", "cidr0", "rirSearch1", "ips", "ipSearchResults", "reverse_search" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"ipSearchResults" : [ {
"handle" : "NET-204-238-172-0-1",
"startAddress" : "204.238.172.0",
"endAddress" : "204.238.172.255",
"ipVersion" : "v4",
"name" : "EMS-2",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-204-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:21-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "1995-05-22T00:00:00-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/204.238.172.0"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-204-238-172-0-1"
} ],
"entities" : [ {
"handle" : "EMS-4",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Evans Middle School" ], [ "adr", {
"label" : "Evans Middle School\n4318 Washington Road\nEvans\nGA\n30809\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMS-4"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/EMS-4"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2011-09-24T08:30:57-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1995-05-22T00:00:00-04:00"
} ],
"entities" : [ {
"handle" : "CB352-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Evans Middle School,\n4318 Washington Road\nGA\n30809\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Charles Browning" ], [ "n", { }, "text", [ "Browning", "Charles", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-706-863-2275" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2010-07-15" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CB352-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CB352-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "1995-05-22T17:48:05-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1995-05-22T17:42:06-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "CB352-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Evans Middle School,\n4318 Washington Road\nGA\n30809\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Charles Browning" ], [ "n", { }, "text", [ "Browning", "Charles", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-706-863-2275" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2010-07-15" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CB352-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CB352-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "1995-05-22T17:48:05-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1995-05-22T17:42:06-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "204.238.172.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
}, {
"handle" : "NET-204-238-182-0-1",
"startAddress" : "204.238.182.0",
"endAddress" : "204.238.182.255",
"ipVersion" : "v4",
"name" : "AANET-2",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-204-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:41-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "1995-05-23T00:00:00-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/204.238.182.0"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-204-238-182-0-1"
} ],
"entities" : [ {
"handle" : "COMPUL-1",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ComPuLink" ], [ "adr", {
"label" : "621 Stevens Crossing\nMartinez\nGA\n30907\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/COMPUL-1"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/COMPUL-1"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2011-09-24T08:30:57-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1995-05-23T00:00:00-04:00"
} ],
"entities" : [ {
"handle" : "CB234-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "COLUMBIA COUNTY BOARD OF EDUCATION\n6430 POLLARDS POND ROAD\nAPPLING\nGA\n30802\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "CHARLES W BROWNING" ], [ "n", { }, "text", [ "BROWNING", "CHARLES", "W", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-706-541-0650" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-706-541-0263" ] ] ],
"roles" : [ "administrative", "technical", "abuse" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2010-07-15" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CB234-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CB234-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "1997-02-04T22:46:14-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "1995-02-21T08:38:36-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "CB234-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "COLUMBIA COUNTY BOARD OF EDUCATION\n6430 POLLARDS POND ROAD\nAPPLING\nGA\n30802\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "CHARLES W BROWNING" ], [ "n", { }, "text", [ "BROWNING", "CHARLES", "W", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-706-541-0650" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-706-541-0263" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2010-07-15" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CB234-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CB234-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "1997-02-04T22:46:14-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "1995-02-21T08:38:36-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "204.238.182.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
} ],
"reverse_search_properties_mapping" : [ {
"property" : "email",
"propertyPath" : "$.entities[*].vcardArray[1][?(@[0]=='email')][3]"
} ]
}
Search IP Networks by Entity Role
Queries for information about IP networks by entity role are of the form:
<rdap-url>/ips/reverse_search/entity?handle=<handle-search-term>&role=<role-search-term>
where <handle-search-term>
is a Resource Point of Contact Handle and <role-search-term>
is a Resource Point of Contact Role;
or
<rdap-url>/ips/reverse_search/entity?fn=<fn-search-term>&role=<role-search-term>
where <fn-search-term>
is a Resource Point of Contact Name and <role-search-term>
is a Resource Point of Contact Role;
or
<rdap-url>/ips/reverse_search/entity?email=<email-search-term>&role=<role-search-term>
where <email-search-term>
is a Resource Point of Contact Email and <role-search-term>
is a Resource Point of Contact Role.
The possible values for Resource Point of Contact Role are abuse
, noc
, or technical
.
Query Example:
https://rdap.arin.net/registry/ips/reverse_search/entity?email=browning@*&role=technical
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0", "arin_originas0", "cidr0", "rirSearch1", "ips", "ipSearchResults", "reverse_search" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*&role=technical",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*&role=technical",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"ipSearchResults" : [ {
"handle" : "NET-204-238-172-0-1",
"startAddress" : "204.238.172.0",
"endAddress" : "204.238.172.255",
"ipVersion" : "v4",
"name" : "EMS-2",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-204-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:21-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "1995-05-22T00:00:00-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*&role=technical",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/204.238.172.0"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*&role=technical",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-204-238-172-0-1"
} ],
"entities" : [ {
"handle" : "EMS-4",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Evans Middle School" ], [ "adr", {
"label" : "Evans Middle School\n4318 Washington Road\nEvans\nGA\n30809\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*&role=technical",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMS-4"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*&role=technical",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/EMS-4"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2011-09-24T08:30:57-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1995-05-22T00:00:00-04:00"
} ],
"entities" : [ {
"handle" : "CB352-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Evans Middle School,\n4318 Washington Road\nGA\n30809\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Charles Browning" ], [ "n", { }, "text", [ "Browning", "Charles", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-706-863-2275" ] ] ],
"roles" : [ "abuse", "technical", "administrative" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2010-07-15" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*&role=technical",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CB352-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*&role=technical",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CB352-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "1995-05-22T17:48:05-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1995-05-22T17:42:06-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "CB352-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Evans Middle School,\n4318 Washington Road\nGA\n30809\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Charles Browning" ], [ "n", { }, "text", [ "Browning", "Charles", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-706-863-2275" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2010-07-15" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*&role=technical",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CB352-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*&role=technical",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CB352-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "1995-05-22T17:48:05-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1995-05-22T17:42:06-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "204.238.172.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
}, {
"handle" : "NET-204-238-182-0-1",
"startAddress" : "204.238.182.0",
"endAddress" : "204.238.182.255",
"ipVersion" : "v4",
"name" : "AANET-2",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-204-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:41-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "1995-05-23T00:00:00-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*&role=technical",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/204.238.182.0"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*&role=technical",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-204-238-182-0-1"
} ],
"entities" : [ {
"handle" : "COMPUL-1",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ComPuLink" ], [ "adr", {
"label" : "621 Stevens Crossing\nMartinez\nGA\n30907\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*&role=technical",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/COMPUL-1"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*&role=technical",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/COMPUL-1"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2011-09-24T08:30:57-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1995-05-23T00:00:00-04:00"
} ],
"entities" : [ {
"handle" : "CB234-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "COLUMBIA COUNTY BOARD OF EDUCATION\n6430 POLLARDS POND ROAD\nAPPLING\nGA\n30802\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "CHARLES W BROWNING" ], [ "n", { }, "text", [ "BROWNING", "CHARLES", "W", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-706-541-0650" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-706-541-0263" ] ] ],
"roles" : [ "abuse", "technical", "administrative" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2010-07-15" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*&role=technical",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CB234-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*&role=technical",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CB234-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "1997-02-04T22:46:14-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "1995-02-21T08:38:36-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "CB234-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "COLUMBIA COUNTY BOARD OF EDUCATION\n6430 POLLARDS POND ROAD\nAPPLING\nGA\n30802\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "CHARLES W BROWNING" ], [ "n", { }, "text", [ "BROWNING", "CHARLES", "W", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-706-541-0650" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-706-541-0263" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2010-07-15" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*&role=technical",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CB234-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/ips/reverse_search/entity?email=browning%40*&role=technical",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CB234-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "1997-02-04T22:46:14-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "1995-02-21T08:38:36-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "204.238.182.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
} ],
"reverse_search_properties_mapping" : [ {
"property" : "email",
"propertyPath" : "$.entities[*].vcardArray[1][?(@[0]=='email')][3]"
}, {
"property" : "role",
"propertyPath" : "$.entities[*].roles"
} ]
}
Domains
These queries search for forward domain name or reverse domain information that matches the search term you enter. Since ARIN’s registry does not contain forward domain information, if you are searching for forward domains, your query will return results from a DNR (for example, VeriSign), and the source of the results will be indicated in the results. Some DNRs will not provide information for all fields in the result; for example, if a DNR does not collect that particular data, or if privacy laws prevent a DNR from sharing that data.
Reverse domain information (also called an “inverse address domain”) includes the in-addr.arpa
or ip6.arpa
domain name that is used in reverse DNS. Reverse domain information, along with pointer (PTR) records, is used to find the domain name associated with an IP address. If you are searching for the reverse domain associated with an IP address (for example, 0.43.199.in-addr.arpa
that is associated with 199.43.0.0
), the information will come from ARIN or the RIR where the reverse DNS information is registered.
Look Up a Domain
Queries for information about a domain are of the form:
<rdap-url>/domain/<domain-name>
where <rdap-url>
is the registration information provider’s RDAP server URL (in this case, ARIN’s RDAP URL) and <domain-name>
is the forward domain, in-addr.arpa
, or ip6.arpa
domain.
Query Example:
https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"handle" : "152.112.149.in-addr.arpa.",
"ldhName" : "152.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-08T14:14:34-05:00"
} ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa."
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/152.112.149.in-addr.arpa."
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-04T16:10:48-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "noc", "dns", "technical", "abuse", "administrative" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-18T15:31:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL6-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "po box\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL-ROUTING" ], [ "org", { }, "text", "ARINL-ROUTING" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINL6-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL6-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-04T15:58:06-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2025-03-04T15:58:06-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL5-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL-TECH" ], [ "org", { }, "text", "ARINL-TECH" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINL5-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL5-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-04T15:40:12-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2025-03-04T15:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-152-0-1",
"startAddress" : "149.112.152.0",
"endAddress" : "149.112.155.255",
"ipVersion" : "v4",
"name" : "RS-RND",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-29T14:27:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-20T11:13:48-04:00"
} ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/ip/149.112.152.0"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-152-0-1"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-04T16:10:48-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "noc", "dns", "technical", "abuse", "administrative" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-18T15:31:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL6-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "po box\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL-ROUTING" ], [ "org", { }, "text", "ARINL-ROUTING" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINL6-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL6-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-04T15:58:06-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2025-03-04T15:58:06-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL5-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL-TECH" ], [ "org", { }, "text", "ARINL-TECH" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINL5-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL5-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-04T15:40:12-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2025-03-04T15:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.152.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ 399970 ]
},
"objectClassName" : "domain"
}
Search Reverse Domains by rdap-top Relation and Reverse Domain Name
Queries for information about reverse domains by rdap-top
relation and reverse domain name are of the form:
<rdap-url>/domains/rirSearch1/rdap-top/<domain-name>
An optional status
query parameter with active
value can be added to these queries as well. If the status
argument is provided, then response processing will proceed as though all objects without the specified status had first been removed from the database.
This query will return the top object for the specified object as though that object had been requested directly. If no such object exists, it will respond with an HTTP 404 (Not Found) search response.
Query Example:
https://rdap.arin.net/registry/domains/rirSearch1/rdap-top/152.112.149.in-addr.arpa.
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-top/152.112.149.in-addr.arpa.",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-top/152.112.149.in-addr.arpa.",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"handle" : "149.in-addr.arpa.",
"ldhName" : "149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "U.ARIN.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "ARIN.AUTHDNS.RIPE.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "Z.ARIN.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "Y.ARIN.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "X.ARIN.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "R.ARIN.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2016-03-22T15:05:38-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-top/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-top/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
}
Search Reverse Domains by rdap-bottom Relation and Reverse Domain Name
Queries for information about reverse domains by rdap-bottom
relation and reverse domain name are of the form:
<rdap-url>/domains/rirSearch1/rdap-bottom/<domain-name>
This query will return the bottom objects for the specified object. If the found bottom objects do not completely cover the specified object, then the closest-encloser delegation object for it will also be returned. If no such objects exist, the server returns an HTTP 404 (Not Found) response code, with the body of the response containing an empty results array.
Query Example:
https://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"domainSearchResults" : [ {
"handle" : "99.112.149.in-addr.arpa.",
"ldhName" : "99.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "PUCK.NETHER.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.MOUATS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.ALT.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T16:03:39-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/99.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/99.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-96-0-1",
"startAddress" : "149.112.96.0",
"endAddress" : "149.112.99.255",
"ipVersion" : "v4",
"name" : "SEATTLEIX-V4-2",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:33:53-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-19T14:01:53-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.96.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-96-0-1"
} ],
"entities" : [ {
"handle" : "SEATT-11",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Seattle Internet Exchange" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SEATT-11"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/SEATT-11"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-03-04T10:54:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-29T12:42:09-05:00"
} ],
"entities" : [ {
"handle" : "SIXHO-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SIX Hostmaster" ], [ "org", { }, "text", "SIX Hostmaster" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-206-367-4320" ] ] ],
"roles" : [ "abuse", "technical", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SIXHO-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SIXHO-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:26:36-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-28T23:36:04-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SIXHO-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SIX Hostmaster" ], [ "org", { }, "text", "SIX Hostmaster" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-206-367-4320" ] ] ],
"roles" : [ "abuse", "noc", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SIXHO-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SIXHO-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:26:36-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-28T23:36:04-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.96.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "109.112.149.in-addr.arpa.",
"ldhName" : "109.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "IP1.CHAMELEONLABS.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "IP2.CHAMELEONLABS.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T18:10:48-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/109.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/109.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-109-0-1",
"startAddress" : "149.112.109.0",
"endAddress" : "149.112.109.255",
"ipVersion" : "v4",
"name" : "CHAMELEON-NAP-MIA",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-02T09:12:28-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-08-02T09:12:28-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.109.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-109-0-1"
} ],
"entities" : [ {
"handle" : "CLL-172",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Chameleon Labs LLC" ], [ "adr", {
"label" : "3224 SW 29TH AVENUE\nCape Coral\nFL\n33914\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "DDoS Protection Services" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CLL-172"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CLL-172"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-26T11:35:29-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-03-19T19:51:23-04:00"
} ],
"entities" : [ {
"handle" : "AAR96-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "3224 SW 29TH AVENUE\nCape Coral\nFL\n33914\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Andres Adrian Rodriguez" ], [ "n", { }, "text", [ "Rodriguez", "Andres", "Adrian", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-786-315-8457" ] ] ],
"roles" : [ "administrative", "abuse", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "DDoS Protection Service" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/AAR96-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AAR96-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-19T19:47:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-03-19T19:47:13-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.109.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 21658 ]
},
"objectClassName" : "domain"
}, {
"handle" : "103.112.149.in-addr.arpa.",
"ldhName" : "103.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS0.THESCAX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.THESCAX.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-27T19:39:41-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/103.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/103.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-103-0-1",
"startAddress" : "149.112.103.0",
"endAddress" : "149.112.103.255",
"ipVersion" : "v4",
"name" : "SOUTH-COAST-ACCESS-EXCHANGE",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://thescax.net" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-27T17:42:17-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-06-27T17:42:17-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.103.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-103-0-1"
} ],
"entities" : [ {
"handle" : "AIS-653",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "South Coast Access Exchange" ], [ "adr", {
"label" : "603 Hemlock St\nBrookings\nOR\n97415\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://thescax.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/AIS-653"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/AIS-653"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-21T19:03:10-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-06-12T22:33:39-04:00"
} ],
"entities" : [ {
"handle" : "NETWO9556-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "603 Hemlock St\nBrookings\nOR\n97415\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Administrator" ], [ "org", { }, "text", "Network Administrator" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-541-469-1000;ext2" ] ] ],
"roles" : [ "abuse", "noc", "dns", "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://thescax.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO9556-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO9556-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-12T22:36:41-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-10-04T19:04:53-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.103.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "160.112.149.in-addr.arpa.",
"ldhName" : "160.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/160.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/160.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "0.112.149.in-addr.arpa.",
"ldhName" : "0.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-05-20T17:32:35-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/0.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/0.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-0-0-1",
"startAddress" : "149.112.0.0",
"endAddress" : "149.112.0.255",
"ipVersion" : "v4",
"name" : "WIX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-02-13T17:46:52-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-05-20T17:32:25-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.0.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-0-0-1"
} ],
"entities" : [ {
"handle" : "WIE-12",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "WILLAMETTE INTERNET EXCHANGE INC" ], [ "adr", {
"label" : "1430 Willamette Street #772\nEugene\nOR\n97401\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WIE-12"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/WIE-12"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-04-13T15:55:17-04:00"
} ],
"entities" : [ {
"handle" : "LEEPH15-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1711 Willamette St Ste 301 #772\nEugene\nOR\n97401\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Phil Lee" ], [ "n", { }, "text", [ "Lee", "Phil", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-503-701-7792" ] ] ],
"roles" : [ "technical", "routing", "administrative" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-08-20" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LEEPH15-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LEEPH15-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-08-21T12:32:52-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-12-12T19:09:38-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ADMIN7166-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "859 Willamette Street\nEugene\nOR\n97401\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Admin" ], [ "org", { }, "text", "Admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-503-701-7792" ] ] ],
"roles" : [ "technical", "dns", "noc", "abuse", "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-04-04" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ADMIN7166-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ADMIN7166-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-05T11:51:04-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-07-01T17:29:32-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SHAPI60-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "200 North Monroe St.\nEugene\nOR\n97402\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Ben Shapiro" ], [ "n", { }, "text", [ "Shapiro", "Ben", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-541-790-7761" ] ] ],
"roles" : [ "abuse", "noc", "technical", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SHAPI60-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SHAPI60-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-13T17:27:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-11-06T16:49:35-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ADMIN7166-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "859 Willamette Street\nEugene\nOR\n97401\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Admin" ], [ "org", { }, "text", "Admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-503-701-7792" ] ] ],
"roles" : [ "noc", "abuse", "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-04-04" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ADMIN7166-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ADMIN7166-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-05T11:51:04-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-07-01T17:29:32-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SHAPI60-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "200 North Monroe St.\nEugene\nOR\n97402\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Ben Shapiro" ], [ "n", { }, "text", [ "Shapiro", "Ben", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-541-790-7761" ] ] ],
"roles" : [ "noc", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SHAPI60-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SHAPI60-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-13T17:27:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-11-06T16:49:35-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.0.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "16.112.149.in-addr.arpa.",
"ldhName" : "16.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS-510.AWSDNS-63.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-865.AWSDNS-44.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-1136.AWSDNS-14.ORG.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-1958.AWSDNS-52.CO.UK.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-12T14:18:06-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/16.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/16.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-16-0-1",
"startAddress" : "149.112.16.0",
"endAddress" : "149.112.16.255",
"ipVersion" : "v4",
"name" : "NINJA-IX-BAHAMAS-PEERING",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-24T16:28:50-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-03-04T11:10:17-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.16.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-16-0-1"
} ],
"entities" : [ {
"handle" : "RC-983",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Richmond-IX Corporation" ], [ "adr", {
"label" : "530 E McDowell #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RC-983"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RC-983"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-11T07:57:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-10-24T17:53:36-04:00"
} ],
"entities" : [ {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.16.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "175.112.149.in-addr.arpa.",
"ldhName" : "175.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/175.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/175.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "43.112.149.in-addr.arpa.",
"ldhName" : "43.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-09T15:17:23-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/43.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/43.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
}, {
"handle" : "105.112.149.in-addr.arpa.",
"ldhName" : "105.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS2.CDNETDNS.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.CDNETDNS.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-26T11:15:50-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/105.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/105.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-104-0-1",
"startAddress" : "149.112.104.0",
"endAddress" : "149.112.105.255",
"ipVersion" : "v4",
"name" : "TELEHOUSE-IIX-LA",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-22T12:27:07-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-06-10T12:33:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.104.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-104-0-1"
} ],
"entities" : [ {
"handle" : "TICA",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "TELEHOUSE International Corp. of America" ], [ "adr", {
"label" : "7 Teleport Drive\nStaten Island\nNY\n10311\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/TICA"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/TICA"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "1999-06-30T00:00:00-04:00"
} ],
"entities" : [ {
"handle" : "KAWAK4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "85 10th ave 7th floor\nNew York\nNY\n10011\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Shinnosuke Kawakita" ], [ "n", { }, "text", [ "Kawakita", "Shinnosuke ", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-718-313-1265" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-929-310-4088" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KAWAK4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KAWAK4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-14T11:36:10-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-08-15T13:15:24-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "GUZMA79-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "7 Teleport\nStaten Island\nNY\n10311\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jose Guzman" ], [ "n", { }, "text", [ "Guzman", "Jose", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-718-313-1149" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-917-923-6209" ] ] ],
"roles" : [ "technical", "dns", "administrative", "abuse", "noc", "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-09-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GUZMA79-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/GUZMA79-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-09-15T13:16:23-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-06-14T11:32:47-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "BATES297-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "7 Telepor drive\nStaten Island\nNY\n10311\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Richard Bates" ], [ "n", { }, "text", [ "Bates", "Richard", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-917-596-7480" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BATES297-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BATES297-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-22T10:49:17-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-08-22T10:49:17-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.104.0",
"length" : 23
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "40.112.149.in-addr.arpa.",
"ldhName" : "40.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS.DE-CIX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS.DE-CIX.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-07-11T06:05:46-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/40.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/40.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-40-0-1",
"startAddress" : "149.112.40.0",
"endAddress" : "149.112.40.255",
"ipVersion" : "v4",
"name" : "DECIX-PHX-MAPS",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-09-16T08:44:49-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-23T10:37:41-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.40.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-40-0-1"
} ],
"entities" : [ {
"handle" : "DNA-31",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "DE-CIX North America Inc." ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNA-31"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/DNA-31"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-07T04:45:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-11T13:17:11-05:00"
} ],
"entities" : [ {
"handle" : "DNAAHD-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "org", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAAHD-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAAHD-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:29-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:33:29-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAT-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Tech" ], [ "org", { }, "text", "DE-CIX North America Tech" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAT-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAT-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:53:59-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:39:31-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAN-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America NOC" ], [ "org", { }, "text", "DE-CIX North America NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "noc", "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAN-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAN-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:42-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:36:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.40.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "52.112.149.in-addr.arpa.",
"ldhName" : "52.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-20T21:24:36-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/52.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/52.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-52-0-1",
"startAddress" : "149.112.52.0",
"endAddress" : "149.112.52.255",
"ipVersion" : "v4",
"name" : "IDAHOIX-IPV4-01",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-20T21:23:44-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-20T21:23:44-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.52.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-52-0-1"
} ],
"entities" : [ {
"handle" : "IIE-17",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Idaho Internet Exchange, Inc." ], [ "adr", {
"label" : "P.O. Box 1986\nCedar Rapids\nIA\n52406\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IIE-17"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/IIE-17"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-10T16:05:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-09-15T10:33:10-04:00"
} ],
"entities" : [ {
"handle" : "IYRCA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1343 Belmont\nYoungstown\nOH\n44504\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Involta Youngstown Region Carrier Admin" ], [ "org", { }, "text", "Involta Youngstown Region Carrier Admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-877-259-4955" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IYRCA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IYRCA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-17T16:52:06-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-08-25T10:59:50-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SLOTN6-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2653 S Victory View Way\nBoise\nID\n83709\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Aaron Slotness" ], [ "n", { }, "text", [ "Slotness", "Aaron", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-877-259-4955" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SLOTN6-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SLOTN6-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-10T16:04:37-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-10-10T16:04:37-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "INVOL2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 1986\nCedar Rapids\nIA\n52406\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Involta Abuse" ], [ "org", { }, "text", "Involta Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-507-9011" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/INVOL2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/INVOL2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-28T14:28:18-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-10-06T11:45:49-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "IIA12-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 1986\nCedar Rapids\nIA\n52406\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Involta IP Admin" ], [ "org", { }, "text", "Involta IP Admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-877-259-4955" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IIA12-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IIA12-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-17T16:50:46-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-10-06T11:27:18-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.52.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "18.112.149.in-addr.arpa.",
"ldhName" : "18.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "DNS3.DENVERIX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS1.DENVERIX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS2.DENVERIX.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-05-03T05:13:54-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/18.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/18.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-18-0-1",
"startAddress" : "149.112.18.0",
"endAddress" : "149.112.18.255",
"ipVersion" : "v4",
"name" : "DENVER-IX-01",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-21T10:29:46-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-04-21T10:29:46-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.18.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-18-0-1"
} ],
"entities" : [ {
"handle" : "DIC-64",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Denver IX" ], [ "adr", {
"label" : "9888 W Belleview Ave\nUnit 5050\nDenver\nCO\n80123\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DIC-64"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/DIC-64"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-04-06T13:23:28-04:00"
} ],
"entities" : [ {
"handle" : "DIN21-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "9888 W Belleview Ave\nUnit 5050\nDenver\nCO\n80123\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Denver IX NOC" ], [ "org", { }, "text", "Denver IX NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-303-848-3737" ] ] ],
"roles" : [ "abuse", "technical", "administrative" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-27" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DIN21-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DIN21-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-28T10:30:27-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-03-30T11:02:05-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.18.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "55.112.149.in-addr.arpa.",
"ldhName" : "55.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-29T13:22:09-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/55.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/55.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-55-0-1",
"startAddress" : "149.112.55.0",
"endAddress" : "149.112.55.255",
"ipVersion" : "v4",
"name" : "TIX-NETWORK-GLOBAL-PEERING-AND-TRANSIT-TOR1",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-29T13:21:37-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-03-29T13:21:37-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.55.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-55-0-1"
} ],
"entities" : [ {
"handle" : "RDG-58",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Resilience Data Group Inc." ], [ "adr", {
"label" : "2306 Sherbrooke E Suite 7\nMontreal\nQC\nH2K 1E5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RDG-58"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RDG-58"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-26T08:46:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-02-16T14:56:15-05:00"
} ],
"entities" : [ {
"handle" : "GNO72-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Montreal, Quebec Canada\nMontreal\nQC\nH2K 1E5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Global Network Operations" ], [ "org", { }, "text", "Global Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-833-664-7637" ] ] ],
"roles" : [ "technical", "administrative", "dns", "routing", "abuse", "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network probing strictly forbidden. You will be blacklisted and tar-pitted. " ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GNO72-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/GNO72-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-24T12:16:40-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-03-03T13:30:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.55.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "82.112.149.in-addr.arpa.",
"ldhName" : "82.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-12-28T13:59:45-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/82.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/82.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-82-0-1",
"startAddress" : "149.112.82.0",
"endAddress" : "149.112.82.255",
"ipVersion" : "v4",
"name" : "LIGHTBOARD MNCHNH",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Lightboard buys, builds and operates critical telecom infrastructure." ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-12-28T17:00:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-12-28T13:58:49-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.82.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-82-0-1"
} ],
"entities" : [ {
"handle" : "ASA-283",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Lightboard Realty" ], [ "adr", {
"label" : "10 Post Office Square\nSuite 819\nBoston\nMA\n02109\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Lightboard buys, builds and operates telecommunications critical infrastructure." ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ASA-283"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ASA-283"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-12-21T15:38:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-11-21T17:20:12-05:00"
} ],
"entities" : [ {
"handle" : "NETOP391-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "10 Post Office Square\nSuite 819\nBoston\nMA\n02109\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NetOps" ], [ "org", { }, "text", "NetOps" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-617-821-6079" ] ] ],
"roles" : [ "technical", "routing", "dns", "abuse", "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network operations hours are 24 x 7 x 365." ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-12-04" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP391-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP391-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-12-05T17:38:34-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-12-05T17:38:34-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "HANNI27-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "10 Post Office Square\nSuite 819\nBoston\nMA\n02109\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Martin Hannigan" ], [ "n", { }, "text", [ "Hannigan", "Martin", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-617-821-6079" ] ] ],
"roles" : [ "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Lightboard Realty owns, operates and builds telecommunications infrastructure." ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HANNI27-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/HANNI27-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-13T11:21:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-11-21T17:14:15-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.82.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "51.112.149.in-addr.arpa.",
"ldhName" : "51.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-12T13:07:32-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/51.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/51.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-51-0-1",
"startAddress" : "149.112.51.0",
"endAddress" : "149.112.51.255",
"ipVersion" : "v4",
"name" : "TUSIX-IPV4-01",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-12T13:07:18-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T13:07:18-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.51.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-51-0-1"
} ],
"entities" : [ {
"handle" : "TIE-19",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Tucson Internet Exchange" ], [ "adr", {
"label" : "P.O. Box 1986\nCedar Rapids\nCedar Rapids\nIA\n52406\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/TIE-19"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/TIE-19"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:36:03-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-09-15T10:29:41-04:00"
} ],
"entities" : [ {
"handle" : "IYRCA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1343 Belmont\nYoungstown\nOH\n44504\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Involta Youngstown Region Carrier Admin" ], [ "org", { }, "text", "Involta Youngstown Region Carrier Admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-877-259-4955" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IYRCA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IYRCA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-17T16:52:06-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-08-25T10:59:50-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "INVOL2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 1986\nCedar Rapids\nIA\n52406\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Involta Abuse" ], [ "org", { }, "text", "Involta Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-507-9011" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/INVOL2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/INVOL2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-28T14:28:18-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-10-06T11:45:49-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SLOTN5-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1215 E Pennsylvania St\nTucson\nAZ\n85714\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Aaron Slotness" ], [ "n", { }, "text", [ "Slotness", "Aaron", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-877-259-4955" ] ] ],
"roles" : [ "technical", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SLOTN5-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SLOTN5-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:34:37-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-08-19T10:34:37-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "IIA12-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 1986\nCedar Rapids\nIA\n52406\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Involta IP Admin" ], [ "org", { }, "text", "Involta IP Admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-877-259-4955" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IIA12-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IIA12-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-17T16:50:46-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-10-06T11:27:18-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.51.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "112.112.149.in-addr.arpa.",
"ldhName" : "112.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS3.PCH.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "ANYNS.PCH.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.PCH.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2016-08-19T18:20:29-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/112.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/112.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-112-0-1",
"startAddress" : "149.112.112.0",
"endAddress" : "149.112.112.255",
"ipVersion" : "v4",
"name" : "PCH-PUBLIC-RESOLVER",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-13T12:15:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-08-02T11:18:25-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.112.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-112-0-1"
} ],
"entities" : [ {
"handle" : "CLEAN-97",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Quad9" ], [ "adr", {
"label" : "CleanerDNS Inc. dba Quad9\n1442A Walnut Street, Suite 501\nBerkeley\nCA\n94709\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://quad9.net/", "Global Public Recursive DNS Resolver Service" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CLEAN-97"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CLEAN-97"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-10T14:48:27-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-09-07T11:04:40-04:00"
} ],
"entities" : [ {
"handle" : "KARAD10-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "20289 Leier Pl\nAshburn\nVA\n20147\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Darren Kara" ], [ "n", { }, "text", [ "Kara", "Darren", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-929-8954" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-703-929-8954" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KARAD10-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KARAD10-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-06T12:38:24-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2025-01-06T12:38:24-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "QUADA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "c/o SWITCH\nWerdstrasse 2\nZurich\n\n8004\nSwitzerland"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Quad9 Admin" ], [ "org", { }, "text", "Quad9 Admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+41 44 5279990" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/QUADA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/QUADA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-16T12:40:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-09-21T13:01:42-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "QUADA1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1442 A Walnut Street Ste 501\nBerkeley\nCA\n94709\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Quad9 Abuse" ], [ "org", { }, "text", "Quad9 Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-415-831-3129" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/QUADA1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/QUADA1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-23T09:57:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-09-21T13:03:38-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SHRES60-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "932 Parker Street #3\nBerkeley\nCA\n94710\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Kabindra Shrestha" ], [ "n", { }, "text", [ "Shrestha", "Kabindra", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-415-831-3111" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SHRES60-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SHRES60-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-06T08:41:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-04-25T08:13:54-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "QNO5-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1442 A Walnut Street Ste 501\nBerkeley\nCA\n94709\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Quad9 Network Operations" ], [ "org", { }, "text", "Quad9 Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-415-831-3129" ] ] ],
"roles" : [ "technical", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/QNO5-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/QNO5-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-05T14:34:57-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-09-21T12:59:40-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.112.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 19281 ]
},
"objectClassName" : "domain"
}, {
"handle" : "50.112.149.in-addr.arpa.",
"ldhName" : "50.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS0.CLOUDIE.IO.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.CLOUDIE.IO.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.CLOUDIE.IO.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-01T02:33:27-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/50.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/50.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-50-0-1",
"startAddress" : "149.112.50.0",
"endAddress" : "149.112.50.255",
"ipVersion" : "v4",
"name" : "ONIX-PEERING-LAN",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-12-30T20:56:09-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-12-30T16:36:40-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.50.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-50-0-1"
} ],
"entities" : [ {
"handle" : "CNL-171",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Cloudie Networks LLC" ], [ "adr", {
"label" : "530-B HARKLE ROAD\nSTE 100\nSanta Fe\nNM\n87505\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CNL-171"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CNL-171"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-21T07:36:25-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-22T18:08:42-05:00"
} ],
"entities" : [ {
"handle" : "CNLA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530-B HARKLE ROAD\nSTE 100\nSanta Fe\nNM\n87505\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Cloudie Networks LLC Administration" ], [ "org", { }, "text", "Cloudie Networks LLC Administration" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-575-474-1337" ] ] ],
"roles" : [ "administrative", "noc", "technical", "dns", "abuse", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CNLA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CNLA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-28T15:18:48-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-06T19:47:20-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.50.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 57369 ]
},
"objectClassName" : "domain"
}, {
"handle" : "114.112.149.in-addr.arpa.",
"ldhName" : "114.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.THEFIREHORN.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS3.THEFIREHORN.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.THEFIREHORN.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-09T05:05:07-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/114.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/114.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-114-0-1",
"startAddress" : "149.112.114.0",
"endAddress" : "149.112.114.255",
"ipVersion" : "v4",
"name" : "PADUCAH-IX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-09T18:13:49-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-09-09T18:13:49-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.114.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-114-0-1"
} ],
"entities" : [ {
"handle" : "PIE-35",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Paducah Internet Exchange Inc." ], [ "adr", {
"label" : "1212 Helen St\nPaducah\nKY\n42001\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/PIE-35"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/PIE-35"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-04T13:52:46-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-08-26T19:50:48-04:00"
} ],
"entities" : [ {
"handle" : "PLU29-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1212 Helen Street\nPaducah\nKY\n42001-2200\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Preston Louis Ursini" ], [ "n", { }, "text", [ "Ursini", "Preston", "Louis", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-855-347-3476" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-270-559-0737" ] ] ],
"roles" : [ "administrative", "abuse", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/PLU29-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/PLU29-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-05T00:29:11-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-09-14T19:20:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.114.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "3.112.149.in-addr.arpa.",
"ldhName" : "3.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "JAY.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "ASA.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
} ],
"secureDNS" : {
"delegationSigned" : true,
"dsData" : [ {
"keyTag" : 2371,
"algorithm" : 13,
"digestType" : 2,
"digest" : "ECC525295FB01945605E38C7E606A67639E82B30A2EEBB8F6BA85E00D5922954"
} ]
},
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-16T13:44:46-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/3.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/3.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-3-0-1",
"startAddress" : "149.112.3.0",
"endAddress" : "149.112.3.255",
"ipVersion" : "v4",
"name" : "48IX-IP4-PEERING1",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "48 IX IPv4 Peering LAN" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-06-29T14:03:44-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-06-29T14:03:44-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.3.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-3-0-1"
} ],
"entities" : [ {
"handle" : "IXINC",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "48 IX, Inc." ], [ "adr", {
"label" : "828 N 3rd St\nSuite 101\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://48ix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IXINC"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/IXINC"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-05-19T18:33:29-04:00"
} ],
"entities" : [ {
"handle" : "LOVEM2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "828 N 3rd St\nSuite 101\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Matt Love" ], [ "n", { }, "text", [ "Love", "Matt", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-888-434-1043" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LOVEM2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LOVEM2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-07T08:11:09-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-03-15T12:46:29-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "IXNOC-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "828 N 3rd St, Ste 101\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "48 IX NOC" ], [ "org", { }, "text", "48 IX NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-704-4285" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://48ix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IXNOC-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IXNOC-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-22T09:01:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-05-20T11:36:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "IXABU-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "828 N 3rd St, Ste 101\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "48 IX Abuse" ], [ "org", { }, "text", "48 IX Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-704-4285" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://48ix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IXABU-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IXABU-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-22T09:01:08-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-05-20T11:35:37-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.3.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 62484 ]
},
"objectClassName" : "domain"
}, {
"handle" : "74.112.149.in-addr.arpa.",
"ldhName" : "74.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS2.ACCURIX.CA.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.ACCURIX.NET.",
"objectClassName" : "nameserver"
} ],
"secureDNS" : {
"delegationSigned" : true,
"dsData" : [ {
"keyTag" : 59525,
"algorithm" : 13,
"digestType" : 2,
"digest" : "7B642F5398CE7470B23E1853E9D50D7ED4A1CB882BFDDCCE1963BB5BB6718F9F"
}, {
"keyTag" : 59525,
"algorithm" : 13,
"digestType" : 4,
"digest" : "F1FCC3DAC49282CB78005A7E2BF1EA559649F877CE39809CE8387F74C61D6323EE42A88584F0BC4EF5F645CF07A4DB9D"
} ]
},
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-06T08:47:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/74.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/74.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-74-0-1",
"startAddress" : "149.112.74.0",
"endAddress" : "149.112.74.255",
"ipVersion" : "v4",
"name" : "ACCURIX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "ACCURIX Peering LAN" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-09-29T12:21:51-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-09-29T12:21:51-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.74.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-74-0-1"
} ],
"entities" : [ {
"handle" : "CANAD-111",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Accuris Technologies Ltd." ], [ "adr", {
"label" : "56A Mill St E\nUnit #470\nActon\nON\nL7J 1H3\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CANAD-111"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CANAD-111"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-28T18:08:26-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-07-09T17:08:29-04:00"
} ],
"entities" : [ {
"handle" : "NOC33562-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "56A Mill St E\nUnit #470\nActon\nON\nL7J 1H3\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations Center" ], [ "org", { }, "text", "Network Operations Center" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-877-321-1662" ] ] ],
"roles" : [ "noc", "technical", "routing", "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "DO NOT CONTACT FOR SALES PURPOSES." ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NOC33562-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NOC33562-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-13T12:16:42-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-01T02:34:59-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE7946-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "56A Mill St E\nUnit #470\nActon\nON\nL7J 1H3\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-877-352-6105" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "DO NOT CONTACT FOR SALES PURPOSES." ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE7946-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE7946-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-13T12:16:54-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-07-08T20:12:30-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.74.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "169.112.149.in-addr.arpa.",
"ldhName" : "169.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/169.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/169.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "32.112.149.in-addr.arpa.",
"ldhName" : "32.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-07T10:25:17-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/32.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/32.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-32-0-1",
"startAddress" : "149.112.32.0",
"endAddress" : "149.112.32.255",
"ipVersion" : "v4",
"name" : "SBH-IX-PEERING-LAN-IP4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Geofeed https://tools.eservices-comstbarth.fr/geofeed.csv" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-02-09T09:33:12-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-07T10:24:46-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.32.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-32-0-1"
} ],
"entities" : [ {
"handle" : "CSB-254",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "COLLECTIVITE DE SAINT BARTHELEMY" ], [ "adr", {
"label" : "HOTEL DE LA COLLECTIVITE-LA POINTE\nLD GUSTAVIA\nBP 113\nSAINT BARTHELEMY\n\n97133\nFrance"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CSB-254"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CSB-254"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-06-20T12:51:38-04:00"
} ],
"entities" : [ {
"handle" : "ADMIN6796-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "HOTEL DE LA COLLECTIVITE-LA POINTE\nLD GUSTAVIA\nBP 113\nST BARTHELEMY\n\n97133\nFrance"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Admin POC" ], [ "org", { }, "text", "Admin POC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+590590298040" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ADMIN6796-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ADMIN6796-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-06T11:49:35-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-06-28T13:02:08-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "TECHP53-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "HOTEL DE LA COLLECTIVITE-LA POINTE\nLD GUSTAVIA\nBP 113\nST BARTHELEMY\n\n97133\nFrance"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Tech POC" ], [ "org", { }, "text", "Tech POC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+590590298040" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/TECHP53-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/TECHP53-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-06T11:50:03-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-06-28T13:00:15-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE7168-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "HOTEL DE LA COLLECTIVITE-LA POINTE\nLD GUSTAVIA\nBP 113\nST BARTHELEMY\n\n97133\nFrance"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse POC" ], [ "org", { }, "text", "Abuse POC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+590590298040" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE7168-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE7168-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-06T11:49:43-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-06-28T12:57:18-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SBHIX1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "c/o COLLECTIVITE DE SAINT BARTHELEMY\nST BARTHELEMY\n\n97133\nFrance"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SBH-IX contact" ], [ "org", { }, "text", "SBH-IX contact" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+590590298040" ] ] ],
"roles" : [ "technical", "abuse", "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://sbh-ix.fr" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SBHIX1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SBHIX1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-06T11:49:53-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-08T11:33:03-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.32.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "42.112.149.in-addr.arpa.",
"ldhName" : "42.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-09T15:17:23-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/42.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/42.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
}, {
"handle" : "132.112.149.in-addr.arpa.",
"ldhName" : "132.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-29T09:22:26-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/132.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/132.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-132-0-1",
"startAddress" : "149.112.132.0",
"endAddress" : "149.112.132.255",
"ipVersion" : "v4",
"name" : "INDYIX-V4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-29T09:22:26-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2025-04-29T09:22:26-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.132.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-132-0-1"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.132.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "31.112.149.in-addr.arpa.",
"ldhName" : "31.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-05-13T11:15:49-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/31.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/31.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-31-0-1",
"startAddress" : "149.112.31.0",
"endAddress" : "149.112.31.255",
"ipVersion" : "v4",
"name" : "MWESTIX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-17T10:18:16-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-05-13T11:12:38-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.31.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-31-0-1"
} ],
"entities" : [ {
"handle" : "ML-1417",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "MWESTIX LLC" ], [ "adr", {
"label" : "358 S 700 E Ste B-202\nSalt Lake City\nUT\n84102\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ML-1417"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ML-1417"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-07T19:03:10-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-03-31T13:34:48-04:00"
} ],
"entities" : [ {
"handle" : "PERKI27-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "InstaVPS\r\n358 S 700 E STE B-202\nSALT LAKE CITY\nUT\n84102\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mathew Perkins" ], [ "n", { }, "text", [ "Perkins", "Mathew", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-801-762-7146" ] ] ],
"roles" : [ "administrative", "technical", "abuse" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-02-07" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/PERKI27-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/PERKI27-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-08T08:18:03-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-10-14T19:46:38-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.31.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "171.112.149.in-addr.arpa.",
"ldhName" : "171.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/171.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/171.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "49.112.149.in-addr.arpa.",
"ldhName" : "49.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "DNS33.CLOUDNS.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS34.CLOUDNS.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS31.CLOUDNS.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS32.CLOUDNS.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-12-15T17:09:06-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/49.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/49.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-49-0-1",
"startAddress" : "149.112.49.0",
"endAddress" : "149.112.49.255",
"ipVersion" : "v4",
"name" : "SPG-DACSIX-NORTH",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "DACSIX-NORTH subnet." ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-05T19:36:52-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-12-15T16:03:34-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.49.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-49-0-1"
} ],
"entities" : [ {
"handle" : "STPAU-9",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "The St. Paul Group" ], [ "adr", {
"label" : "12401 Prosperity Dr\nSilver Spring\nMD\n20904\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/STPAU-9"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/STPAU-9"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-05T19:45:42-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-11-19T11:11:49-05:00"
} ],
"entities" : [ {
"handle" : "NOC11724-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "12401 Prosperity Drive\nSilver Spring\nMD\n20904\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations Center" ], [ "org", { }, "text", "Network Operations Center" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-410-760-3447" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-443-749-5471" ] ] ],
"roles" : [ "abuse", "technical", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NOC11724-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NOC11724-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-05T19:48:45-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-11-29T17:51:52-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "JAH120-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "12401 Prosperity Drive\nSilver Spring\nMD\n20904\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "John Alexander Hartlove" ], [ "n", { }, "text", [ "Hartlove", "John", "Alexander", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-443-749-5445" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-443-677-5385" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/JAH120-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JAH120-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-05T19:44:16-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2006-08-14T12:54:21-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.49.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 6515 ]
},
"objectClassName" : "domain"
}, {
"handle" : "162.112.149.in-addr.arpa.",
"ldhName" : "162.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/162.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/162.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "70.112.149.in-addr.arpa.",
"ldhName" : "70.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-07-21T13:23:28-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/70.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/70.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-70-0-1",
"startAddress" : "149.112.70.0",
"endAddress" : "149.112.71.255",
"ipVersion" : "v4",
"name" : "KCIX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-07-21T13:23:28-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-07-21T13:23:28-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.70.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-70-0-1"
} ],
"entities" : [ {
"handle" : "KCIXL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Kansas City Internet eXchange" ], [ "adr", {
"label" : "201 East 16th Ave.\nNorth Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KCIXL"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/KCIXL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-01T15:14:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-21T12:23:57-05:00"
} ],
"entities" : [ {
"handle" : "MULLI191-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 E 16th Avenue\nNorth Kansas CIty\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Brandon Mulligan" ], [ "n", { }, "text", [ "Mulligan", "Brandon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-550-9030" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MULLI191-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MULLI191-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-21T14:11:50-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-04-10T14:39:33-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KRH22-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 E. 16th Ave.\nNorth Kansas City\nClay County, across the river.\nclay1.mci.us\nCity of North Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Kevin Robert HODLE" ], [ "n", { }, "text", [ "HODLE", "Kevin", "Robert", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-256-3031" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-816-506-2605" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Kevin Hodle", "Director of Network Engineering (AS 32097)", "", "Wholesale Internet, Inc. ", "NOCIX, LLC", "KCIX (Kansas City Internet Exchange)", "KC Fiber, LLC", "(AS 32097, AS 33387, AS 26193, AS 11708)", "", "http://www.linkcity.net", "http://www.nocix.net", "http://www.wholesaleinternet.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KRH22-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KRH22-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-01T11:45:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-05-21T15:07:25-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "AWE13-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 East 16th Ave\nNorth Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Aaron Wendel" ], [ "n", { }, "text", [ "Wendel", "Aaron", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-256-3031" ] ] ],
"roles" : [ "administrative", "technical", "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.nocix.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/AWE13-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AWE13-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-31T16:25:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2003-09-24T08:24:25-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETWO1549-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "6910 W. 83rd Street\r\nSuite 207\nOverland Park\nKS\n66204\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-411-5249" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO1549-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO1549-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-31T10:47:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-19T15:54:13-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.70.0",
"length" : 23
} ],
"arin_originas0_originautnums" : [ 40542 ]
},
"objectClassName" : "domain"
}, {
"handle" : "90.112.149.in-addr.arpa.",
"ldhName" : "90.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-19T14:04:10-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/90.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/90.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
}, {
"handle" : "120.112.149.in-addr.arpa.",
"ldhName" : "120.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS2.D-ZONE.CA.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.D-ZONE.CA.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2017-07-26T11:52:56-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/120.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/120.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-120-0-1",
"startAddress" : "149.112.120.0",
"endAddress" : "149.112.127.255",
"ipVersion" : "v4",
"name" : "CIRA-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or\r", "Monday to Friday, 8:00 to 20:00 (EST)\r", "Phone: 1-877-860-141\r", "abuse: [email protected]\r", "network operations: [email protected]" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:39-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-03-08T19:27:59-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.120.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-120-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.120.0",
"length" : 21
} ],
"arin_originas0_originautnums" : [ 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "77.112.149.in-addr.arpa.",
"ldhName" : "77.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS-CLOUD-E3.GOOGLEDOMAINS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-CLOUD-E4.GOOGLEDOMAINS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-CLOUD-E2.GOOGLEDOMAINS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-CLOUD-E1.GOOGLEDOMAINS.COM.",
"objectClassName" : "nameserver"
} ],
"secureDNS" : {
"delegationSigned" : true,
"dsData" : [ {
"keyTag" : 63850,
"algorithm" : 8,
"digestType" : 2,
"digest" : "83B15EDF9646162D31CAB549706E11AEAC04CB1ADAD1882C628A6A27BFA04E7F"
} ]
},
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-11-02T00:24:06-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/77.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/77.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-77-0-1",
"startAddress" : "149.112.77.0",
"endAddress" : "149.112.77.255",
"ipVersion" : "v4",
"name" : "MOREPEERING",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-31T16:33:26-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-10-31T16:33:26-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.77.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-77-0-1"
} ],
"entities" : [ {
"handle" : "CL-2288",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "MorePeering" ], [ "adr", {
"label" : "16192 Coastal Highway\nLewes\nDE\n19958\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CL-2288"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CL-2288"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-12T07:22:20-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-10-19T17:16:09-04:00"
} ],
"entities" : [ {
"handle" : "NUMBE4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "16192 Coastal Highway\nLewes\nDE\n19958\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Numbers Contact" ], [ "org", { }, "text", "Numbers Contact" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-302-645-7400" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NUMBE4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NUMBE4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-07T16:21:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-10-30T19:24:36-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.77.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "65.112.149.in-addr.arpa.",
"ldhName" : "65.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "KENIA.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "COREY.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-27T04:36:12-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/65.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/65.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-64-0-1",
"startAddress" : "149.112.64.0",
"endAddress" : "149.112.67.255",
"ipVersion" : "v4",
"name" : "YLINX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Internet exchange, Internet transit" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-05T15:29:49-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-05T15:29:49-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.64.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-64-0-1"
} ],
"entities" : [ {
"handle" : "YL-41",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "YLINX, LLC" ], [ "adr", {
"label" : "4281 Express Lane, Suite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ylinx.com\r", "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/YL-41"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/YL-41"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-11-18T11:23:38-05:00"
} ],
"entities" : [ {
"handle" : "BMN2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane, Suite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Muhammad Naseer Bhatti" ], [ "n", { }, "text", [ "Bhatti", "Muhammad Naseer", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-786-866-7745" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-786-318-0332" ] ] ],
"roles" : [ "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ylinx.com", "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BMN2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BMN2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-11T09:43:07-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-11-12T06:43:40-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ROUTI7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane\r\nSuite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Routing" ], [ "org", { }, "text", "Routing" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-909-5469" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ROUTI7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ROUTI7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-14T07:11:55-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-12-28T16:00:20-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5794-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane\r\nSuite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse Contact" ], [ "org", { }, "text", "Abuse Contact" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-909-5469" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5794-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5794-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-28T15:17:46-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-12-28T15:58:33-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.64.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ 395734 ]
},
"objectClassName" : "domain"
}, {
"handle" : "53.112.149.in-addr.arpa.",
"ldhName" : "53.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "DIST.WAKUWAKU.NE.JP.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS.WAKU.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-31T18:38:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/53.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/53.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-53-0-1",
"startAddress" : "149.112.53.0",
"endAddress" : "149.112.53.255",
"ipVersion" : "v4",
"name" : "GPC",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Geofeed https://geofeed.wakuwaku.co/rfc8805.csv" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-18T12:47:49-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-03-17T10:08:40-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.53.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-53-0-1"
} ],
"entities" : [ {
"handle" : "GPC-137",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Great Plains Connect" ], [ "adr", {
"label" : "1200 Lake Saint Louis Blvd\nLake Saint Louis\nMO\n63367\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GPC-137"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/GPC-137"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-17T17:49:25-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-03-09T11:31:33-05:00"
} ],
"entities" : [ {
"handle" : "GPCNO-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1200 Lake Saint Louis Blvd\nLake Saint Louis\nMO\n63367\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "GPC NOC" ], [ "org", { }, "text", "GPC NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-214-393-8866" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GPCNO-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/GPCNO-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-18T12:47:04-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-03-09T11:29:57-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.53.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "72.112.149.in-addr.arpa.",
"ldhName" : "72.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-08-07T11:31:26-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/72.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/72.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-72-0-1",
"startAddress" : "149.112.72.0",
"endAddress" : "149.112.72.255",
"ipVersion" : "v4",
"name" : "RHODE-ISLAND-INTERNET-EXCHANGE",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-08-07T11:30:01-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-08-07T11:30:01-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.72.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-72-0-1"
} ],
"entities" : [ {
"handle" : "IPL-121",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Irontrust Networks" ], [ "adr", {
"label" : "1155 Westminster Street\nProvidence\nRI\n02909\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IPL-121"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/IPL-121"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-01-17T11:08:00-05:00"
} ],
"entities" : [ {
"handle" : "SACKS11-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "935 Westminster Street\nProvidence \nRI\n02909\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Evan Sacks" ], [ "n", { }, "text", [ "Sacks", "Evan", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-781-454-6654" ] ] ],
"roles" : [ "noc", "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SACKS11-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SACKS11-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T15:43:36-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-01-16T11:39:57-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.72.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "89.112.149.in-addr.arpa.",
"ldhName" : "89.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-08T10:59:43-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/89.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/89.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-89-0-1",
"startAddress" : "149.112.89.0",
"endAddress" : "149.112.89.255",
"ipVersion" : "v4",
"name" : "IXISP-IPV4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Contact [email protected] for critical alerts" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-16T19:58:41-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-03-08T10:57:58-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.89.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-89-0-1"
} ],
"entities" : [ {
"handle" : "RL-890",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Rackifi Holdings LLC" ], [ "adr", {
"label" : "130 North McKean Street\nSuite 201\nKittanning\nPA\n16201\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://www.rackifi.io", "NOC Available 24x7x365" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RL-890"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RL-890"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-20T14:54:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-12-12T18:01:05-05:00"
} ],
"entities" : [ {
"handle" : "ARRIE7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1731 E Carson Street\nSuite 42392\nPittsburgh\nPA\n15203\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARRIES-ABUSE" ], [ "org", { }, "text", "ARRIES-ABUSE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-888-277-4371" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Please visit https://arries.net for more information" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARRIE7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARRIE7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-25T03:00:12-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-01-19T02:12:19-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARRIE6-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1731 E Carson Street\nSuite 42392\nPittsburgh\nPA\n15203\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARRIES-NOC" ], [ "org", { }, "text", "ARRIES-NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-888-277-4371" ] ] ],
"roles" : [ "dns", "routing", "administrative", "technical", "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Please visit https://arries.net for more information" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARRIE6-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARRIE6-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-25T03:00:23-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-01-19T02:10:52-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.89.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 20206 ]
},
"objectClassName" : "domain"
}, {
"handle" : "113.112.149.in-addr.arpa.",
"ldhName" : "113.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "DNS.DE-CIX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS.DE-CIX.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-11T09:46:50-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/113.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/113.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-113-0-1",
"startAddress" : "149.112.113.0",
"endAddress" : "149.112.113.255",
"ipVersion" : "v4",
"name" : "DE-CIX-HOU-IXP-IPV4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-03T14:25:26-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-09-03T14:25:26-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.113.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-113-0-1"
} ],
"entities" : [ {
"handle" : "DNA-31",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "DE-CIX North America Inc." ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNA-31"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/DNA-31"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-07T04:45:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-11T13:17:11-05:00"
} ],
"entities" : [ {
"handle" : "DNAAHD-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "org", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAAHD-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAAHD-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:29-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:33:29-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAT-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Tech" ], [ "org", { }, "text", "DE-CIX North America Tech" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAT-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAT-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:53:59-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:39:31-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAN-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America NOC" ], [ "org", { }, "text", "DE-CIX North America NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "noc", "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAN-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAN-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:42-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:36:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.113.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 396471 ]
},
"objectClassName" : "domain"
}, {
"handle" : "23.112.149.in-addr.arpa.",
"ldhName" : "23.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-06-07T16:56:40-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/23.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/23.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-23-0-1",
"startAddress" : "149.112.23.0",
"endAddress" : "149.112.23.255",
"ipVersion" : "v4",
"name" : "HUNTSVILLE-IX-IPV4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-24T16:28:36-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-07-01T15:23:14-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.23.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-23-0-1"
} ],
"entities" : [ {
"handle" : "RC-983",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Richmond-IX Corporation" ], [ "adr", {
"label" : "530 E McDowell #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RC-983"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RC-983"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-11T07:57:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-10-24T17:53:36-04:00"
} ],
"entities" : [ {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.23.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "4.112.149.in-addr.arpa.",
"ldhName" : "4.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-07-01T18:09:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/4.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/4.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-4-0-1",
"startAddress" : "149.112.4.0",
"endAddress" : "149.112.4.255",
"ipVersion" : "v4",
"name" : "SPRINGIX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.springix.net" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:45-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-07-01T18:09:04-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.4.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-4-0-1"
} ],
"entities" : [ {
"handle" : "KCIXL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Kansas City Internet eXchange" ], [ "adr", {
"label" : "201 East 16th Ave.\nNorth Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KCIXL"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/KCIXL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-01T15:14:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-21T12:23:57-05:00"
} ],
"entities" : [ {
"handle" : "MULLI191-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 E 16th Avenue\nNorth Kansas CIty\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Brandon Mulligan" ], [ "n", { }, "text", [ "Mulligan", "Brandon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-550-9030" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MULLI191-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MULLI191-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-21T14:11:50-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-04-10T14:39:33-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KRH22-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 E. 16th Ave.\nNorth Kansas City\nClay County, across the river.\nclay1.mci.us\nCity of North Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Kevin Robert HODLE" ], [ "n", { }, "text", [ "HODLE", "Kevin", "Robert", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-256-3031" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-816-506-2605" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Kevin Hodle", "Director of Network Engineering (AS 32097)", "", "Wholesale Internet, Inc. ", "NOCIX, LLC", "KCIX (Kansas City Internet Exchange)", "KC Fiber, LLC", "(AS 32097, AS 33387, AS 26193, AS 11708)", "", "http://www.linkcity.net", "http://www.nocix.net", "http://www.wholesaleinternet.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KRH22-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KRH22-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-01T11:45:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-05-21T15:07:25-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "AWE13-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 East 16th Ave\nNorth Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Aaron Wendel" ], [ "n", { }, "text", [ "Wendel", "Aaron", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-256-3031" ] ] ],
"roles" : [ "administrative", "technical", "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.nocix.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/AWE13-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AWE13-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-31T16:25:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2003-09-24T08:24:25-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETWO1549-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "6910 W. 83rd Street\r\nSuite 207\nOverland Park\nKS\n66204\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-411-5249" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO1549-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO1549-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-31T10:47:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-19T15:54:13-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.4.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 63203 ]
},
"objectClassName" : "domain"
}, {
"handle" : "9.112.149.in-addr.arpa.",
"ldhName" : "9.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-10-01T12:52:45-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/9.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/9.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
}, {
"handle" : "85.112.149.in-addr.arpa.",
"ldhName" : "85.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NAYA.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "KONNOR.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-24T23:38:51-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/85.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/85.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-85-0-1",
"startAddress" : "149.112.85.0",
"endAddress" : "149.112.85.255",
"ipVersion" : "v4",
"name" : "WVIE-NET4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://www.wvix.us", "Network operations: 24-7-365", "[email protected]" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-15T14:25:56-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-02-08T09:29:20-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.85.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-85-0-1"
} ],
"entities" : [ {
"handle" : "WVIE",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "West Virginia Internet Exchange" ], [ "adr", {
"label" : "401 D Street.\nSouth Charleston\nWV\n25301\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://www.wvix.us ", "Network Operations: 24-7-365", "[email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WVIE"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/WVIE"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-08T00:32:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-12-29T00:35:12-05:00"
} ],
"entities" : [ {
"handle" : "WOODM78-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "118 Hamblin Hall\nInstitute\nWV\n25112\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Matt Wood" ], [ "n", { }, "text", [ "Wood", "Matt", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-304-766-3261" ] ] ],
"roles" : [ "technical", "dns", "routing", "abuse", "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://www.wvstateu.edu", "Standard hours are 8:30am to 4:00pm EST" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WOODM78-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WOODM78-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-25T08:13:20-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-10-16T08:49:59-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "CNS21-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 N. Rustling Rd\nSouth Charleston\nWV\n25303\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Clinton N Strouth" ], [ "n", { }, "text", [ "Strouth", "Clinton", "N", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-304-356-1766" ] ] ],
"roles" : [ "technical", "abuse", "noc", "dns", "routing", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CNS21-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CNS21-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-07T21:50:55-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-12-27T07:32:49-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.85.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 15183 ]
},
"objectClassName" : "domain"
}, {
"handle" : "22.112.149.in-addr.arpa.",
"ldhName" : "22.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-22T17:58:49-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/22.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/22.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-22-0-1",
"startAddress" : "149.112.22.0",
"endAddress" : "149.112.22.255",
"ipVersion" : "v4",
"name" : "FNIX-SQUAMISH4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:43-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-06-22T17:58:09-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.22.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-22-0-1"
} ],
"entities" : [ {
"handle" : "FNIES",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "First Nations Internet Exchange Society" ], [ "adr", {
"label" : "306 - 33405 Bourquin Place\nAbbotsford\nBC\nV2S 7C4\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FNIES"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/FNIES"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-04T10:19:52-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-06-04T10:19:52-04:00"
} ],
"entities" : [ {
"handle" : "RG371-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "555 West Hastings St\nVancouver\nBC\nV6B 4N4\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Ron Grant" ], [ "n", { }, "text", [ "Grant", "Ron", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-604-737-2113" ] ] ],
"roles" : [ "technical", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RG371-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/RG371-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-20T12:08:12-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1999-10-05T10:10:45-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "GRANT356-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "555 West Hastings St\nVancouver\nBC\nV6B 4N4\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Ron Grant" ], [ "n", { }, "text", [ "Grant", "Ron", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-604-737-2113" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GRANT356-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/GRANT356-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-26T12:09:40-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-10-16T14:27:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.22.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "37.112.149.in-addr.arpa.",
"ldhName" : "37.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-09T15:02:09-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/37.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/37.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-37-0-1",
"startAddress" : "149.112.37.0",
"endAddress" : "149.112.37.255",
"ipVersion" : "v4",
"name" : "NINJA-IX-MEMPHIS",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-24T16:39:06-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-09T15:01:52-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.37.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-37-0-1"
} ],
"entities" : [ {
"handle" : "RC-983",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Richmond-IX Corporation" ], [ "adr", {
"label" : "530 E McDowell #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RC-983"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RC-983"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-11T07:57:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-10-24T17:53:36-04:00"
} ],
"entities" : [ {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.37.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "122.112.149.in-addr.arpa.",
"ldhName" : "122.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS2.D-ZONE.CA.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.D-ZONE.CA.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2017-07-26T11:52:56-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/122.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/122.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-120-0-1",
"startAddress" : "149.112.120.0",
"endAddress" : "149.112.127.255",
"ipVersion" : "v4",
"name" : "CIRA-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or\r", "Monday to Friday, 8:00 to 20:00 (EST)\r", "Phone: 1-877-860-141\r", "abuse: [email protected]\r", "network operations: [email protected]" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:39-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-03-08T19:27:59-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.120.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-120-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.120.0",
"length" : 21
} ],
"arin_originas0_originautnums" : [ 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "24.112.149.in-addr.arpa.",
"ldhName" : "24.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS2.702COM.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.702COM.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-07-02T15:57:49-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/24.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/24.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-24-0-1",
"startAddress" : "149.112.24.0",
"endAddress" : "149.112.24.255",
"ipVersion" : "v4",
"name" : "702-FARGO-IXP-PEERING",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-07-01T15:28:29-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-07-01T15:28:29-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.24.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-24-0-1"
} ],
"entities" : [ {
"handle" : "702COM",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "702 Communications" ], [ "adr", {
"label" : "702 Main Ave\nMoorhead\nMN\n56560\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/702COM"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/702COM"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2000-04-12T00:00:00-04:00"
} ],
"entities" : [ {
"handle" : "IPADM330-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "702 Main Avenue\nMoorhead\nMN\n56560\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "IP Administrator" ], [ "org", { }, "text", "IP Administrator" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-218-284-5702;ext5717" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-218-477-0502" ] ] ],
"roles" : [ "noc", "technical", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IPADM330-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IPADM330-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-11T17:11:47-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2006-10-26T08:54:10-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE422-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "702 Main Ave\nMoorhead\nMN\n56560\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse Contact" ], [ "org", { }, "text", "Abuse Contact" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-218-284-5702" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE422-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE422-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-14T20:40:08-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2003-10-14T11:05:45-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.24.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 46510 ]
},
"objectClassName" : "domain"
}, {
"handle" : "34.112.149.in-addr.arpa.",
"ldhName" : "34.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-09T14:52:26-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/34.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/34.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-34-0-1",
"startAddress" : "149.112.34.0",
"endAddress" : "149.112.34.255",
"ipVersion" : "v4",
"name" : "NINJA-IX-BAYAREA",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-24T14:50:05-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-09T14:52:12-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.34.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-34-0-1"
} ],
"entities" : [ {
"handle" : "RC-983",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Richmond-IX Corporation" ], [ "adr", {
"label" : "530 E McDowell #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RC-983"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RC-983"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-11T07:57:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-10-24T17:53:36-04:00"
} ],
"entities" : [ {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.34.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "11.112.149.in-addr.arpa.",
"ldhName" : "11.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "DNS.DE-CIX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS.DE-CIX.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-12-18T08:59:26-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/11.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/11.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-11-0-1",
"startAddress" : "149.112.11.0",
"endAddress" : "149.112.11.255",
"ipVersion" : "v4",
"name" : "DE-CIX-ORD-IXP-IPV4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "DE-CIX Chicago Internet Exchange Point IPv4 Peering LAN" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-10-14T16:45:55-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.11.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-11-0-1"
} ],
"entities" : [ {
"handle" : "DNA-31",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "DE-CIX North America Inc." ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNA-31"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/DNA-31"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-07T04:45:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-11T13:17:11-05:00"
} ],
"entities" : [ {
"handle" : "DNAAHD-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "org", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAAHD-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAAHD-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:29-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:33:29-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAT-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Tech" ], [ "org", { }, "text", "DE-CIX North America Tech" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAT-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAT-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:53:59-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:39:31-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAN-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America NOC" ], [ "org", { }, "text", "DE-CIX North America NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "noc", "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAN-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAN-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:42-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:36:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.11.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "115.112.149.in-addr.arpa.",
"ldhName" : "115.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.SFMIX.ORG.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-10T00:20:41-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/115.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/115.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-115-0-1",
"startAddress" : "149.112.115.0",
"endAddress" : "149.112.115.255",
"ipVersion" : "v4",
"name" : "SFMIX-V4-TRANSIT",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-10T00:17:30-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-10-09T16:48:59-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.115.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-115-0-1"
} ],
"entities" : [ {
"handle" : "SFMIES",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "San Francisco Metropolitan Internet Exchange (SFMIX)" ], [ "adr", {
"label" : "PO Box 8243\nEmeryville\nCA\n94662\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SFMIES"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/SFMIES"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-27T00:44:10-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2006-06-27T11:03:01-04:00"
} ],
"entities" : [ {
"handle" : "STRA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 8243\nEmeryville\nCA\n94662\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SFMIX Technical Role Account" ], [ "org", { }, "text", "SFMIX Technical Role Account" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-877-365-6246" ] ] ],
"roles" : [ "technical", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/STRA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/STRA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-16T02:10:18-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2006-06-27T02:42:06-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "MPE54-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 314\nHayward\nCA\n94543\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Matt Peterson" ], [ "n", { }, "text", [ "Peterson", "Matt", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "matt+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-510-315-1948" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MPE54-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MPE54-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-04T12:45:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2005-01-14T15:26:21-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "LASSO11-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "460 Brannan Street #77424\nSan Francisco\nCA\n94105\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jonathan Lassoff" ], [ "n", { }, "text", [ "Lassoff", "Jonathan", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-415-215-2464" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-15" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LASSO11-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LASSO11-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-16T18:12:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-01-16T18:12:46-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "TP47-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "423 Durant Way\nMill Valley\nCA\n94941-4067\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Tim Pozar" ], [ "n", { }, "text", [ "Pozar", "Tim", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-415-665-3790" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-415-637-8512" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-11-19" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/TP47-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/TP47-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-11-20T18:50:21-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.115.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 40271 ]
},
"objectClassName" : "domain"
}, {
"handle" : "129.112.149.in-addr.arpa.",
"ldhName" : "129.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.SOLIDROCK.NETWORK.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-09T14:54:30-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/129.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/129.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-129-0-1",
"startAddress" : "149.112.129.0",
"endAddress" : "149.112.129.255",
"ipVersion" : "v4",
"name" : "GRANITEIX-V4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-02T08:58:17-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2025-01-02T08:58:17-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.129.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-129-0-1"
} ],
"entities" : [ {
"handle" : "GL-948",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "GraniteIX LLC" ], [ "adr", {
"label" : "2791 N 3480 W\nLehi\nUT\n84043\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GL-948"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/GL-948"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-20T16:27:18-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-12-15T21:17:52-05:00"
} ],
"entities" : [ {
"handle" : "CROWD71-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2791 N 3480 W\nLehi\nUT\n84043\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Joshua Crowder" ], [ "n", { }, "text", [ "Crowder", "Joshua", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-805-267-6667" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CROWD71-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CROWD71-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-24T08:58:50-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-09-24T08:58:50-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.129.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "94.112.149.in-addr.arpa.",
"ldhName" : "94.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-19T14:25:20-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/94.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/94.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-94-0-1",
"startAddress" : "149.112.94.0",
"endAddress" : "149.112.94.255",
"ipVersion" : "v4",
"name" : "AUBURN-IPV4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-19T14:24:09-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-19T14:24:09-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.94.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-94-0-1"
} ],
"entities" : [ {
"handle" : "PC-369",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Ninja-IX Corporation" ], [ "adr", {
"label" : "c/o Paul Emmons\r\n530 E McDowell Road #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/PC-369"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/PC-369"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-10-01T04:01:29-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-24T14:35:08-04:00"
} ],
"entities" : [ {
"handle" : "IRR2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Rd\n#107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "IRR" ], [ "org", { }, "text", "IRR" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "routing", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Please direct any IRR issues to this contact" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IRR2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IRR2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-01T16:53:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-10-01T03:29:28-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NOC31848-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "3033 N Central Avenue\r\nSuite 405\nPhoenix\nAZ\n85012\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NOC" ], [ "org", { }, "text", "NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "technical", "abuse", "noc" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-04-25" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NOC31848-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NOC31848-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-25T12:13:42-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:46:23-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.94.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "110.112.149.in-addr.arpa.",
"ldhName" : "110.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-02T14:40:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/110.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/110.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-110-0-1",
"startAddress" : "149.112.110.0",
"endAddress" : "149.112.110.255",
"ipVersion" : "v4",
"name" : "AVIRM-COMMUNICATIONS-DET-IX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-02T14:39:25-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-08-02T14:39:25-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.110.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-110-0-1"
} ],
"entities" : [ {
"handle" : "AVIRM",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Avirm Inc." ], [ "adr", {
"label" : "24700 Northwestern Hwy\n6th Floor\nSouthfield\nMI\n48075\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Avirm Communications Inc." ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/AVIRM"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/AVIRM"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-05T16:25:47-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-10-24T15:57:31-04:00"
} ],
"entities" : [ {
"handle" : "ANOT1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "24700 Northwestern Hwy\n6th Floor\nSouthfield\nMI\n48075\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Avirm Network Operations Team" ], [ "org", { }, "text", "Avirm Network Operations Team" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-888-284-7626;ext5555" ] ] ],
"roles" : [ "noc", "technical", "dns", "administrative", "routing", "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "avirmcommunications.com", "Standard NOC hours are 24/7" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ANOT1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ANOT1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-21T11:12:01-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-10-24T15:53:55-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.110.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "166.112.149.in-addr.arpa.",
"ldhName" : "166.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/166.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/166.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "14.112.149.in-addr.arpa.",
"ldhName" : "14.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS-893.AWSDNS-47.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-1901.AWSDNS-45.CO.UK.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-1445.AWSDNS-52.ORG.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-116.AWSDNS-14.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-12T14:15:20-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/14.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/14.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-14-0-1",
"startAddress" : "149.112.14.0",
"endAddress" : "149.112.14.255",
"ipVersion" : "v4",
"name" : "NINJA-IX-NORFOLK-PEERING",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-24T16:29:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-02-26T15:41:43-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.14.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-14-0-1"
} ],
"entities" : [ {
"handle" : "RC-983",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Richmond-IX Corporation" ], [ "adr", {
"label" : "530 E McDowell #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RC-983"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RC-983"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-11T07:57:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-10-24T17:53:36-04:00"
} ],
"entities" : [ {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.14.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "20.112.149.in-addr.arpa.",
"ldhName" : "20.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-05-13T14:45:32-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/20.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/20.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-20-0-1",
"startAddress" : "149.112.20.0",
"endAddress" : "149.112.20.255",
"ipVersion" : "v4",
"name" : "SXMIX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-05-13T14:45:18-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-05-13T14:45:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.20.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-20-0-1"
} ],
"entities" : [ {
"handle" : "IDNCO",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "IDNCOM" ], [ "adr", {
"label" : "Chez Sbh Dom Carrefour les 4 Chemins\r\nMarigot\nSAINT BARTHELEMY\n\n97133\nSaint Barthelemy"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IDNCO"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/IDNCO"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-01-05T12:30:56-05:00"
} ],
"entities" : [ {
"handle" : "NICLA3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Centre d'Affaire MultiService\nLa Pointe Gustavia\nSAINT BARTHELEMY\n\n97133\nSaint Barthelemy"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SEBASTIEN NICLAUSSE" ], [ "n", { }, "text", [ "NICLAUSSE", "SEBASTIEN", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+590590432100" ] ] ],
"roles" : [ "noc", "technical", "routing", "administrative", "dns", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICLA3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICLA3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-05T15:09:02-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-01-04T10:18:28-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.20.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 399280 ]
},
"objectClassName" : "domain"
}, {
"handle" : "2.112.149.in-addr.arpa.",
"ldhName" : "2.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.EDGEUNO.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS3.EDGEUNO.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS4.EDGEUNO.CO.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.EDGEUNO.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-06-28T13:26:00-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/2.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/2.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-2-0-1",
"startAddress" : "149.112.2.0",
"endAddress" : "149.112.2.255",
"ipVersion" : "v4",
"name" : "EDGEUNO",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-05-13T11:22:02-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-06-16T12:00:11-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.2.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-2-0-1"
} ],
"entities" : [ {
"handle" : "EDGEU",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "EdgeUno" ], [ "adr", {
"label" : "3109 Grand Ave #267\nMiami\nFL\n33133\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EDGEU"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/EDGEU"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-08-05T11:34:03-04:00"
} ],
"entities" : [ {
"handle" : "EDGEU-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1200 Ponce de Leon, Suite 900\nMiami\nFL\n33134\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "EdgeUno Operations" ], [ "org", { }, "text", "EdgeUno Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-352-888-7195" ] ] ],
"roles" : [ "technical", "noc", "administrative", "dns", "routing", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EDGEU-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EDGEU-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-01T08:18:58-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-08-04T20:59:28-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "CSIRT3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "14271 Jeffrey Road #349\nIrvine\nCA\n92620\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "CSIRT EdgeUno" ], [ "org", { }, "text", "CSIRT EdgeUno" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-352-888-7195" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2022-05-13" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CSIRT3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CSIRT3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-05-13T11:21:20-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-05-13T11:21:20-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.2.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 7195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "95.112.149.in-addr.arpa.",
"ldhName" : "95.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T11:12:27-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/95.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/95.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-95-0-1",
"startAddress" : "149.112.95.0",
"endAddress" : "149.112.95.255",
"ipVersion" : "v4",
"name" : "IDAHO-FALLS-IX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "non-routable IP space for Idaho Falls IX" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T11:11:12-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-22T11:11:11-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.95.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-95-0-1"
} ],
"entities" : [ {
"handle" : "UL-351",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Utah.io" ], [ "adr", {
"label" : "1034 w 500 n\ncenterville\nUT\n84014\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/UL-351"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/UL-351"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-22T12:14:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-03-27T21:21:33-04:00"
} ],
"entities" : [ {
"handle" : "BURRD8-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1034 w 500 n\ncenterville\nUT\n84014\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "David Burr" ], [ "n", { }, "text", [ "Burr", "David", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-801-234-5620" ] ] ],
"roles" : [ "technical", "administrative", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BURRD8-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BURRD8-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-07T12:26:00-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-03-27T21:17:36-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.95.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "76.112.149.in-addr.arpa.",
"ldhName" : "76.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-09T15:15:42-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/76.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/76.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-75-0-1",
"startAddress" : "149.112.75.0",
"endAddress" : "149.112.76.255",
"ipVersion" : "v4",
"name" : "F4IX-V4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Geofeed https://geofeed.rozint.com/geo-ip.csv" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-19T23:06:54-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-10-09T15:14:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.75.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-75-0-1"
} ],
"entities" : [ {
"handle" : "FNL-62",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "F4 Networks, LLC" ], [ "adr", {
"label" : "30 N Gould St Ste N\nSheridan\nWY\n82801\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://f4.network" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FNL-62"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/FNL-62"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-18T10:11:06-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-04-27T10:02:40-04:00"
} ],
"entities" : [ {
"handle" : "ITDEP308-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "30 N Gould St Ste N\nSheridan\nWY\n82801\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "IT Department" ], [ "org", { }, "text", "IT Department" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-808-909-8289" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-05-04" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ITDEP308-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ITDEP308-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-05T17:47:18-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-05T17:47:18-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NAD117-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "30 N Gould St Ste N\nSheridan\nWY\n82801\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Abuse Department" ], [ "org", { }, "text", "Network Abuse Department" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-808-909-8289" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NAD117-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NAD117-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T11:33:24-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-05T14:30:32-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "REGIS100-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "30 N Gould St Ste N\nSheridan\nWY\n82801\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Registry Administrators" ], [ "org", { }, "text", "Registry Administrators" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-808-909-8292" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/REGIS100-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/REGIS100-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-28T10:39:04-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-18T10:03:42-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.75.0",
"length" : 24
}, {
"v4prefix" : "149.112.76.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "102.112.149.in-addr.arpa.",
"ldhName" : "102.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-15T13:42:43-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/102.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/102.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-102-0-1",
"startAddress" : "149.112.102.0",
"endAddress" : "149.112.102.255",
"ipVersion" : "v4",
"name" : "GLOBALIX-IPV4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-15T13:42:06-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-05-15T13:42:06-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.102.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-102-0-1"
} ],
"entities" : [ {
"handle" : "GI-628",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Global IX" ], [ "adr", {
"label" : "2626 Spring Cypress Rd\nSpring\nTX\n77388\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GI-628"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/GI-628"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T07:02:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-15T19:51:07-04:00"
} ],
"entities" : [ {
"handle" : "ADMIN8683-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2626 Spring Cypress Rd\nSpring\nTX\n77388\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Admin" ], [ "org", { }, "text", "Admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-832-512-5122" ] ] ],
"roles" : [ "dns", "administrative", "noc", "routing", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ADMIN8683-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ADMIN8683-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-15T19:48:47-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-15T19:48:47-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE8998-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2626 Spring Cypress Rd\nSpring\nTX\n77388\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-852-512-8855" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE8998-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE8998-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-15T19:45:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-15T19:45:27-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.102.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "21.112.149.in-addr.arpa.",
"ldhName" : "21.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS-1443.AWSDNS-52.ORG.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-134.AWSDNS-16.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-976.AWSDNS-58.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-2000.AWSDNS-58.CO.UK.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-10-27T14:02:22-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/21.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/21.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-21-0-1",
"startAddress" : "149.112.21.0",
"endAddress" : "149.112.21.255",
"ipVersion" : "v4",
"name" : "CFLIX-NET-1",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-05-11T12:37:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-06-03T17:27:11-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.21.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-21-0-1"
} ],
"entities" : [ {
"handle" : "COWIL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CoreSite" ], [ "adr", {
"label" : "1001 17th St\r\nSuite 500\nDenver\nCO\n80202\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/COWIL"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/COWIL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-09T17:58:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2005-01-14T17:26:28-05:00"
} ],
"entities" : [ {
"handle" : "CORES5-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1001 17th Street, Suite 500\nDenver\nCO\n80202\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "CoreSite Abuse" ], [ "org", { }, "text", "CoreSite Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-777-2673" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.coresite.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CORES5-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CORES5-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-24T12:39:34-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-08-29T18:10:27-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "REEDC55-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1001 17th Street, Suite 500\nDenver\nCO\n80202\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Christopher Reed" ], [ "n", { }, "text", [ "Reed", "Christopher", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-213-327-1203" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/REEDC55-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/REEDC55-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-24T12:39:40-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-11-16T17:28:04-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "CMM8-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1001 17th St\nSuite 500\nDenver\nCO\n80202\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Christopher Michael Malayter" ], [ "n", { }, "text", [ "Malayter", "Christopher", "Michael", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-608-301-5180" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CMM8-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CMM8-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-31T10:38:40-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-06-04T16:18:08-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "JFA116-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "624 S Grand Avenue\nSuite Suite 110\nLos Angeles\nCA\n90017\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jerome Favis" ], [ "n", { }, "text", [ "Favis", "Jerome", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-213-327-1208" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-213-216-1155" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/JFA116-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JFA116-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-03T11:03:56-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-03-11T19:36:04-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "STANL503-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "12369 Sunrise Valley Drive\nReston\nVA\n20191\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Michael Stanley" ], [ "n", { }, "text", [ "Stanley", "Michael", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-202-827-7002" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/STANL503-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/STANL503-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-08T10:32:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-30T19:56:32-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "CORES4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1001 17th Street, Suite 500\nDenver\nCO\n80202\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Coresite OSC" ], [ "org", { }, "text", "Coresite OSC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-777-2673" ] ] ],
"roles" : [ "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CORES4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CORES4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-31T18:33:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-08-29T17:35:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "JENSE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "12369 Sunrise Valley Drive\nReston\nVA\n20191\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "John Jensen" ], [ "n", { }, "text", [ "Jensen", "John", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-571-612-7142" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/JENSE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JENSE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-11T23:20:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-02-19T18:16:10-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.21.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "165.112.149.in-addr.arpa.",
"ldhName" : "165.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/165.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/165.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "48.112.149.in-addr.arpa.",
"ldhName" : "48.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-29T10:57:37-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/48.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/48.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-48-0-1",
"startAddress" : "149.112.48.0",
"endAddress" : "149.112.48.255",
"ipVersion" : "v4",
"name" : "MEX-IX-ELP",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-29T10:56:13-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-11-29T10:56:13-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.48.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-48-0-1"
} ],
"entities" : [ {
"handle" : "MDCL-4",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "McAllen Data Center, LLC" ], [ "adr", {
"label" : "200 S. 10th St. Suite 706\nMcAlllen\nTX\n78501\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.mcallendc.com/" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MDCL-4"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/MDCL-4"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-28T12:41:20-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-03-31T14:05:40-04:00"
} ],
"entities" : [ {
"handle" : "RENDO39-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "200 S. 10th\nSuite 702\nMcAllen\nTX\n78501\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Bernardo Rendon" ], [ "n", { }, "text", [ "Rendon", "Bernardo", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-956-429-3400" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-956-599-4986" ] ] ],
"roles" : [ "noc", "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-02-06" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RENDO39-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/RENDO39-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-07T11:35:24-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-09-01T17:30:29-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "IT361-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "200 S 10th St. STE 702\nMcAllen\nTX\n78501\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "IT" ], [ "org", { }, "text", "IT" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-956-467-5746" ] ] ],
"roles" : [ "technical", "abuse", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IT361-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IT361-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-23T11:11:25-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-11-28T12:32:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.48.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "27.112.149.in-addr.arpa.",
"ldhName" : "27.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "DNS.DE-CIX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS.DE-CIX.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-02-01T06:02:52-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/27.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/27.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-27-0-1",
"startAddress" : "149.112.27.0",
"endAddress" : "149.112.27.255",
"ipVersion" : "v4",
"name" : "DE-CIX-PHX-IXP-IPV4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "DE-CIX Phoenix Internet Exchange Point IPv4 Peering LAN" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-21T17:48:24-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-21T17:48:24-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.27.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-27-0-1"
} ],
"entities" : [ {
"handle" : "DNA-31",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "DE-CIX North America Inc." ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNA-31"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/DNA-31"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-07T04:45:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-11T13:17:11-05:00"
} ],
"entities" : [ {
"handle" : "DNAAHD-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "org", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAAHD-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAAHD-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:29-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:33:29-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAT-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Tech" ], [ "org", { }, "text", "DE-CIX North America Tech" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAT-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAT-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:53:59-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:39:31-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAN-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America NOC" ], [ "org", { }, "text", "DE-CIX North America NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "noc", "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAN-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAN-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:42-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:36:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.27.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "30.112.149.in-addr.arpa.",
"ldhName" : "30.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-05-03T17:05:15-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/30.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/30.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-30-0-1",
"startAddress" : "149.112.30.0",
"endAddress" : "149.112.30.255",
"ipVersion" : "v4",
"name" : "NET4-SKN-IX-01",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-05-03T17:04:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-05-03T17:04:53-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.30.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-30-0-1"
} ],
"entities" : [ {
"handle" : "GSKN-1",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "The Government of Saint Kitts and Nevis" ], [ "adr", {
"label" : "Department of Technology, National ICT Center, C.A. Paul Southwell Industrial Park\nBassterre\n\n00265\nSaint Kitts and Nevis"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GSKN-1"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/GSKN-1"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-15T12:15:22-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-03-05T13:21:49-05:00"
} ],
"entities" : [ {
"handle" : "LIDDI11-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Basseterre\nBasseterre\n\nKN\nSaint Kitts and Nevis"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Kevin Liddie" ], [ "n", { }, "text", [ "Liddie", "Kevin", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-869-467-2079" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-869-762-9052" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LIDDI11-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LIDDI11-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-15T12:11:48-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-11-15T12:11:48-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NOC33762-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "C.A Paul Southwell Industrial Site\n\nBasseterre\n\nKN\nSaint Kitts and Nevis"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NOC" ], [ "org", { }, "text", "NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-869-467-1426;ext0000" ] ] ],
"roles" : [ "abuse", "noc" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-02-06" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NOC33762-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NOC33762-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-07T11:59:06-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-02-07T11:59:06-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "MIB4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "St.George's Grenada\nSt.George\n\nGD\nGrenada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Brent Mc Intosh" ], [ "n", { }, "text", [ "Mc Intosh", "Brent", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-473-435-3941" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-473-405-2360" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MIB4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MIB4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-26T08:28:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-06-15T12:24:39-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.30.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 400547 ]
},
"objectClassName" : "domain"
}, {
"handle" : "66.112.149.in-addr.arpa.",
"ldhName" : "66.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "COREY.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "KENIA.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-27T04:36:12-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/66.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/66.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-64-0-1",
"startAddress" : "149.112.64.0",
"endAddress" : "149.112.67.255",
"ipVersion" : "v4",
"name" : "YLINX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Internet exchange, Internet transit" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-05T15:29:49-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-05T15:29:49-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.64.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-64-0-1"
} ],
"entities" : [ {
"handle" : "YL-41",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "YLINX, LLC" ], [ "adr", {
"label" : "4281 Express Lane, Suite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ylinx.com\r", "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/YL-41"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/YL-41"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-11-18T11:23:38-05:00"
} ],
"entities" : [ {
"handle" : "BMN2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane, Suite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Muhammad Naseer Bhatti" ], [ "n", { }, "text", [ "Bhatti", "Muhammad Naseer", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-786-866-7745" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-786-318-0332" ] ] ],
"roles" : [ "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ylinx.com", "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BMN2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BMN2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-11T09:43:07-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-11-12T06:43:40-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ROUTI7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane\r\nSuite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Routing" ], [ "org", { }, "text", "Routing" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-909-5469" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ROUTI7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ROUTI7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-14T07:11:55-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-12-28T16:00:20-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5794-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane\r\nSuite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse Contact" ], [ "org", { }, "text", "Abuse Contact" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-909-5469" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5794-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5794-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-28T15:17:46-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-12-28T15:58:33-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.64.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ 395734 ]
},
"objectClassName" : "domain"
}, {
"handle" : "96.112.149.in-addr.arpa.",
"ldhName" : "96.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.MOUATS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "PUCK.NETHER.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.ALT.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T16:03:39-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/96.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/96.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-96-0-1",
"startAddress" : "149.112.96.0",
"endAddress" : "149.112.99.255",
"ipVersion" : "v4",
"name" : "SEATTLEIX-V4-2",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:33:53-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-19T14:01:53-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.96.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-96-0-1"
} ],
"entities" : [ {
"handle" : "SEATT-11",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Seattle Internet Exchange" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SEATT-11"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/SEATT-11"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-03-04T10:54:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-29T12:42:09-05:00"
} ],
"entities" : [ {
"handle" : "SIXHO-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SIX Hostmaster" ], [ "org", { }, "text", "SIX Hostmaster" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-206-367-4320" ] ] ],
"roles" : [ "abuse", "technical", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SIXHO-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SIXHO-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:26:36-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-28T23:36:04-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SIXHO-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SIX Hostmaster" ], [ "org", { }, "text", "SIX Hostmaster" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-206-367-4320" ] ] ],
"roles" : [ "abuse", "noc", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SIXHO-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SIXHO-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:26:36-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-28T23:36:04-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.96.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "170.112.149.in-addr.arpa.",
"ldhName" : "170.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/170.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/170.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "64.112.149.in-addr.arpa.",
"ldhName" : "64.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "KENIA.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "COREY.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-27T04:36:12-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/64.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/64.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-64-0-1",
"startAddress" : "149.112.64.0",
"endAddress" : "149.112.67.255",
"ipVersion" : "v4",
"name" : "YLINX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Internet exchange, Internet transit" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-05T15:29:49-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-05T15:29:49-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.64.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-64-0-1"
} ],
"entities" : [ {
"handle" : "YL-41",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "YLINX, LLC" ], [ "adr", {
"label" : "4281 Express Lane, Suite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ylinx.com\r", "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/YL-41"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/YL-41"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-11-18T11:23:38-05:00"
} ],
"entities" : [ {
"handle" : "BMN2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane, Suite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Muhammad Naseer Bhatti" ], [ "n", { }, "text", [ "Bhatti", "Muhammad Naseer", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-786-866-7745" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-786-318-0332" ] ] ],
"roles" : [ "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ylinx.com", "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BMN2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BMN2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-11T09:43:07-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-11-12T06:43:40-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ROUTI7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane\r\nSuite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Routing" ], [ "org", { }, "text", "Routing" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-909-5469" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ROUTI7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ROUTI7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-14T07:11:55-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-12-28T16:00:20-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5794-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane\r\nSuite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse Contact" ], [ "org", { }, "text", "Abuse Contact" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-909-5469" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5794-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5794-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-28T15:17:46-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-12-28T15:58:33-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.64.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ 395734 ]
},
"objectClassName" : "domain"
}, {
"handle" : "75.112.149.in-addr.arpa.",
"ldhName" : "75.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "ANNA.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "ALEX.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-13T20:20:57-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/75.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/75.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-75-0-1",
"startAddress" : "149.112.75.0",
"endAddress" : "149.112.76.255",
"ipVersion" : "v4",
"name" : "F4IX-V4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Geofeed https://geofeed.rozint.com/geo-ip.csv" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-19T23:06:54-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-10-09T15:14:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.75.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-75-0-1"
} ],
"entities" : [ {
"handle" : "FNL-62",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "F4 Networks, LLC" ], [ "adr", {
"label" : "30 N Gould St Ste N\nSheridan\nWY\n82801\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://f4.network" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FNL-62"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/FNL-62"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-18T10:11:06-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-04-27T10:02:40-04:00"
} ],
"entities" : [ {
"handle" : "ITDEP308-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "30 N Gould St Ste N\nSheridan\nWY\n82801\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "IT Department" ], [ "org", { }, "text", "IT Department" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-808-909-8289" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-05-04" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ITDEP308-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ITDEP308-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-05T17:47:18-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-05T17:47:18-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NAD117-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "30 N Gould St Ste N\nSheridan\nWY\n82801\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Abuse Department" ], [ "org", { }, "text", "Network Abuse Department" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-808-909-8289" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NAD117-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NAD117-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T11:33:24-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-05T14:30:32-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "REGIS100-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "30 N Gould St Ste N\nSheridan\nWY\n82801\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Registry Administrators" ], [ "org", { }, "text", "Registry Administrators" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-808-909-8292" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/REGIS100-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/REGIS100-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-28T10:39:04-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-18T10:03:42-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.75.0",
"length" : 24
}, {
"v4prefix" : "149.112.76.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "149.112.149.in-addr.arpa.",
"ldhName" : "149.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "ANYNS.PCH.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.PCH.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS3.PCH.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2016-08-02T11:29:42-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/149.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/149.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-149-0-1",
"startAddress" : "149.112.149.0",
"endAddress" : "149.112.149.255",
"ipVersion" : "v4",
"name" : "PCH-PUBLIC-RESOLVER",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-13T12:15:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-08-02T11:19:01-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.149.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-149-0-1"
} ],
"entities" : [ {
"handle" : "CLEAN-97",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Quad9" ], [ "adr", {
"label" : "CleanerDNS Inc. dba Quad9\n1442A Walnut Street, Suite 501\nBerkeley\nCA\n94709\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://quad9.net/", "Global Public Recursive DNS Resolver Service" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CLEAN-97"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CLEAN-97"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-10T14:48:27-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-09-07T11:04:40-04:00"
} ],
"entities" : [ {
"handle" : "KARAD10-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "20289 Leier Pl\nAshburn\nVA\n20147\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Darren Kara" ], [ "n", { }, "text", [ "Kara", "Darren", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-929-8954" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-703-929-8954" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KARAD10-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KARAD10-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-06T12:38:24-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2025-01-06T12:38:24-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "QUADA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "c/o SWITCH\nWerdstrasse 2\nZurich\n\n8004\nSwitzerland"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Quad9 Admin" ], [ "org", { }, "text", "Quad9 Admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+41 44 5279990" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/QUADA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/QUADA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-16T12:40:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-09-21T13:01:42-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "QUADA1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1442 A Walnut Street Ste 501\nBerkeley\nCA\n94709\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Quad9 Abuse" ], [ "org", { }, "text", "Quad9 Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-415-831-3129" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/QUADA1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/QUADA1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-23T09:57:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-09-21T13:03:38-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SHRES60-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "932 Parker Street #3\nBerkeley\nCA\n94710\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Kabindra Shrestha" ], [ "n", { }, "text", [ "Shrestha", "Kabindra", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-415-831-3111" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SHRES60-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SHRES60-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-06T08:41:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-04-25T08:13:54-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "QNO5-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1442 A Walnut Street Ste 501\nBerkeley\nCA\n94709\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Quad9 Network Operations" ], [ "org", { }, "text", "Quad9 Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-415-831-3129" ] ] ],
"roles" : [ "technical", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/QNO5-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/QNO5-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-05T14:34:57-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-09-21T12:59:40-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.149.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 19281 ]
},
"objectClassName" : "domain"
}, {
"handle" : "71.112.149.in-addr.arpa.",
"ldhName" : "71.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-07-21T13:23:28-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/71.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/71.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-70-0-1",
"startAddress" : "149.112.70.0",
"endAddress" : "149.112.71.255",
"ipVersion" : "v4",
"name" : "KCIX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-07-21T13:23:28-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-07-21T13:23:28-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.70.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-70-0-1"
} ],
"entities" : [ {
"handle" : "KCIXL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Kansas City Internet eXchange" ], [ "adr", {
"label" : "201 East 16th Ave.\nNorth Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KCIXL"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/KCIXL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-01T15:14:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-21T12:23:57-05:00"
} ],
"entities" : [ {
"handle" : "MULLI191-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 E 16th Avenue\nNorth Kansas CIty\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Brandon Mulligan" ], [ "n", { }, "text", [ "Mulligan", "Brandon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-550-9030" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MULLI191-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MULLI191-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-21T14:11:50-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-04-10T14:39:33-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KRH22-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 E. 16th Ave.\nNorth Kansas City\nClay County, across the river.\nclay1.mci.us\nCity of North Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Kevin Robert HODLE" ], [ "n", { }, "text", [ "HODLE", "Kevin", "Robert", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-256-3031" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-816-506-2605" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Kevin Hodle", "Director of Network Engineering (AS 32097)", "", "Wholesale Internet, Inc. ", "NOCIX, LLC", "KCIX (Kansas City Internet Exchange)", "KC Fiber, LLC", "(AS 32097, AS 33387, AS 26193, AS 11708)", "", "http://www.linkcity.net", "http://www.nocix.net", "http://www.wholesaleinternet.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KRH22-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KRH22-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-01T11:45:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-05-21T15:07:25-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "AWE13-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 East 16th Ave\nNorth Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Aaron Wendel" ], [ "n", { }, "text", [ "Wendel", "Aaron", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-256-3031" ] ] ],
"roles" : [ "administrative", "technical", "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.nocix.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/AWE13-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AWE13-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-31T16:25:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2003-09-24T08:24:25-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETWO1549-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "6910 W. 83rd Street\r\nSuite 207\nOverland Park\nKS\n66204\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-411-5249" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO1549-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO1549-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-31T10:47:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-19T15:54:13-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.70.0",
"length" : 23
} ],
"arin_originas0_originautnums" : [ 40542 ]
},
"objectClassName" : "domain"
}, {
"handle" : "7.112.149.in-addr.arpa.",
"ldhName" : "7.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-08-20T17:26:34-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/7.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/7.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-7-0-1",
"startAddress" : "149.112.7.0",
"endAddress" : "149.112.7.255",
"ipVersion" : "v4",
"name" : "FDIX-TEXAS",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:40-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-08-20T17:26:11-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.7.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-7-0-1"
} ],
"entities" : [ {
"handle" : "MIEL-1",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Midwest Internet Exchange LLC" ], [ "adr", {
"label" : "518 Herriman Ct.\nNoblesville\nIN\n46060\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Fd-ix.com internet peering solutions. #keeptrafficlocal" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MIEL-1"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/MIEL-1"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-23T17:19:07-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-01-23T11:41:46-05:00"
} ],
"entities" : [ {
"handle" : "JSW47178-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 146\nWilliamsport\nIN\n47993\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Justin Steven Wilson" ], [ "n", { }, "text", [ "Wilson", "Justin", "Steven", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-217-213-7818" ] ] ],
"roles" : [ "technical", "noc", "routing", "dns", "abuse", "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://j2sw.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/JSW47178-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JSW47178-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-21T11:21:31-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-12-19T21:06:05-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "HAMME2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "16256 Crego Rd.\nDeKalb\nIL\n60115\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mike Hammett" ], [ "n", { }, "text", [ "Hammett", "Mike", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-323-2798" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-815-739-5582" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-815-756-3918" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ics-il.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HAMME2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/HAMME2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T12:09:26-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2011-03-21T08:31:10-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SL324-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "518 Herriman Ct\nNoblesville\nIN\n46060\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SCOTT LEPERE" ], [ "n", { }, "text", [ "LEPERE", "SCOTT", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-317-774-2100" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "ORI.NET - Wireless and Fiber ISP for MDU and HOA communities" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SL324-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SL324-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-29T07:10:04-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1999-11-30T13:33:37-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.7.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 13681 ]
},
"objectClassName" : "domain"
}, {
"handle" : "104.112.149.in-addr.arpa.",
"ldhName" : "104.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.CDNETDNS.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.CDNETDNS.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-26T11:15:22-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/104.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/104.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-104-0-1",
"startAddress" : "149.112.104.0",
"endAddress" : "149.112.105.255",
"ipVersion" : "v4",
"name" : "TELEHOUSE-IIX-LA",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-22T12:27:07-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-06-10T12:33:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.104.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-104-0-1"
} ],
"entities" : [ {
"handle" : "TICA",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "TELEHOUSE International Corp. of America" ], [ "adr", {
"label" : "7 Teleport Drive\nStaten Island\nNY\n10311\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/TICA"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/TICA"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "1999-06-30T00:00:00-04:00"
} ],
"entities" : [ {
"handle" : "KAWAK4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "85 10th ave 7th floor\nNew York\nNY\n10011\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Shinnosuke Kawakita" ], [ "n", { }, "text", [ "Kawakita", "Shinnosuke ", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-718-313-1265" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-929-310-4088" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KAWAK4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KAWAK4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-14T11:36:10-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-08-15T13:15:24-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "GUZMA79-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "7 Teleport\nStaten Island\nNY\n10311\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jose Guzman" ], [ "n", { }, "text", [ "Guzman", "Jose", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-718-313-1149" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-917-923-6209" ] ] ],
"roles" : [ "technical", "dns", "administrative", "abuse", "noc", "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-09-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GUZMA79-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/GUZMA79-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-09-15T13:16:23-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-06-14T11:32:47-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "BATES297-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "7 Telepor drive\nStaten Island\nNY\n10311\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Richard Bates" ], [ "n", { }, "text", [ "Bates", "Richard", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-917-596-7480" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BATES297-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BATES297-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-22T10:49:17-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-08-22T10:49:17-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.104.0",
"length" : 23
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "44.112.149.in-addr.arpa.",
"ldhName" : "44.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-09T15:20:15-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/44.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/44.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
}, {
"handle" : "128.112.149.in-addr.arpa.",
"ldhName" : "128.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS2.DFW-IX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.DFW-IX.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-18T08:45:33-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/128.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/128.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-128-0-1",
"startAddress" : "149.112.128.0",
"endAddress" : "149.112.128.255",
"ipVersion" : "v4",
"name" : "PEER-ENGINE-MIA",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Miami Public Internet Exange" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-31T10:59:37-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-12-31T10:59:37-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.128.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-128-0-1"
} ],
"entities" : [ {
"handle" : "HEC-114",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Host-Engine.com" ], [ "adr", {
"label" : "2200 NE 123RD ST\nNORTH MIAMI\nFL\n33181\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Host-Engine.com - 10gbps dedicated servers" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HEC-114"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/HEC-114"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-08T16:00:25-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-04-03T14:41:31-04:00"
} ],
"entities" : [ {
"handle" : "LLOYD339-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "200 SE 1st St\nFl 3\nMiami\nFL\n33131\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Robert Lloyd" ], [ "n", { }, "text", [ "Lloyd", "Robert", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-786-545-2569" ] ] ],
"roles" : [ "abuse", "noc", "routing", "technical", "dns", "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Abuse reports should be sent to [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LLOYD339-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LLOYD339-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-21T10:12:01-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-11-22T10:49:34-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.128.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 30399 ]
},
"objectClassName" : "domain"
}, {
"handle" : "6.112.149.in-addr.arpa.",
"ldhName" : "6.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-08-10T14:23:42-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/6.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/6.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-6-0-1",
"startAddress" : "149.112.6.0",
"endAddress" : "149.112.6.255",
"ipVersion" : "v4",
"name" : "FDIX-IOWA",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://fd-ix.com" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:29-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-08-10T14:23:35-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.6.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-6-0-1"
} ],
"entities" : [ {
"handle" : "MIEL-1",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Midwest Internet Exchange LLC" ], [ "adr", {
"label" : "518 Herriman Ct.\nNoblesville\nIN\n46060\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Fd-ix.com internet peering solutions. #keeptrafficlocal" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MIEL-1"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/MIEL-1"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-23T17:19:07-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-01-23T11:41:46-05:00"
} ],
"entities" : [ {
"handle" : "JSW47178-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 146\nWilliamsport\nIN\n47993\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Justin Steven Wilson" ], [ "n", { }, "text", [ "Wilson", "Justin", "Steven", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-217-213-7818" ] ] ],
"roles" : [ "technical", "noc", "routing", "dns", "abuse", "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://j2sw.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/JSW47178-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JSW47178-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-21T11:21:31-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-12-19T21:06:05-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "HAMME2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "16256 Crego Rd.\nDeKalb\nIL\n60115\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mike Hammett" ], [ "n", { }, "text", [ "Hammett", "Mike", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-323-2798" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-815-739-5582" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-815-756-3918" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ics-il.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HAMME2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/HAMME2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T12:09:26-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2011-03-21T08:31:10-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SL324-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "518 Herriman Ct\nNoblesville\nIN\n46060\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SCOTT LEPERE" ], [ "n", { }, "text", [ "LEPERE", "SCOTT", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-317-774-2100" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "ORI.NET - Wireless and Fiber ISP for MDU and HOA communities" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SL324-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SL324-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-29T07:10:04-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1999-11-30T13:33:37-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.6.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 13681 ]
},
"objectClassName" : "domain"
}, {
"handle" : "124.112.149.in-addr.arpa.",
"ldhName" : "124.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.D-ZONE.CA.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.D-ZONE.CA.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2017-07-26T11:52:56-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/124.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/124.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-120-0-1",
"startAddress" : "149.112.120.0",
"endAddress" : "149.112.127.255",
"ipVersion" : "v4",
"name" : "CIRA-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or\r", "Monday to Friday, 8:00 to 20:00 (EST)\r", "Phone: 1-877-860-141\r", "abuse: [email protected]\r", "network operations: [email protected]" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:39-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-03-08T19:27:59-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.120.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-120-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.120.0",
"length" : 21
} ],
"arin_originas0_originautnums" : [ 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "154.112.149.in-addr.arpa.",
"ldhName" : "154.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-08-20T11:14:33-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/154.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/154.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-154-0-1",
"startAddress" : "149.112.154.0",
"endAddress" : "149.112.154.255",
"ipVersion" : "v4",
"name" : "TEST",
"type" : "ASSIGNMENT",
"parentHandle" : "NET-149-112-152-0-1",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-30T16:18:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2025-01-30T16:18:15-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.154.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-154-0-1"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "up",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.152.0/22"
} ],
"entities" : [ {
"handle" : "ARIN-2",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "American Registry for Internet Numbers" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARIN-2"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARIN-2"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-02-10T11:02:24-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2011-07-19T14:16:28-04:00"
} ],
"entities" : [ {
"handle" : "ARIN-HOSTMASTER",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Registration Services Department" ], [ "org", { }, "text", "Registration Services Department" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "technical", "administrative", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARIN-HOSTMASTER"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARIN-HOSTMASTER"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-28T12:05:49-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2003-04-30T12:32:56-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "technical", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.154.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "36.112.149.in-addr.arpa.",
"ldhName" : "36.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-09T14:59:20-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/36.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/36.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-36-0-1",
"startAddress" : "149.112.36.0",
"endAddress" : "149.112.36.255",
"ipVersion" : "v4",
"name" : "NINJA-IX-MINNEAPOLIS",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-24T16:39:17-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-09T14:58:58-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.36.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-36-0-1"
} ],
"entities" : [ {
"handle" : "RC-983",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Richmond-IX Corporation" ], [ "adr", {
"label" : "530 E McDowell #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RC-983"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RC-983"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-11T07:57:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-10-24T17:53:36-04:00"
} ],
"entities" : [ {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.36.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "81.112.149.in-addr.arpa.",
"ldhName" : "81.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-12-28T10:53:26-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/81.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/81.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-81-0-1",
"startAddress" : "149.112.81.0",
"endAddress" : "149.112.81.255",
"ipVersion" : "v4",
"name" : "LIGHTBOARD BURLVT",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Lightboard buys, builds and operates critical telecom infrastructure." ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-12-28T16:58:56-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-12-28T10:52:41-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.81.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-81-0-1"
} ],
"entities" : [ {
"handle" : "ASA-283",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Lightboard Realty" ], [ "adr", {
"label" : "10 Post Office Square\nSuite 819\nBoston\nMA\n02109\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Lightboard buys, builds and operates telecommunications critical infrastructure." ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ASA-283"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ASA-283"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-12-21T15:38:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-11-21T17:20:12-05:00"
} ],
"entities" : [ {
"handle" : "NETOP391-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "10 Post Office Square\nSuite 819\nBoston\nMA\n02109\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NetOps" ], [ "org", { }, "text", "NetOps" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-617-821-6079" ] ] ],
"roles" : [ "technical", "routing", "dns", "abuse", "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network operations hours are 24 x 7 x 365." ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-12-04" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP391-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP391-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-12-05T17:38:34-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-12-05T17:38:34-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "HANNI27-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "10 Post Office Square\nSuite 819\nBoston\nMA\n02109\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Martin Hannigan" ], [ "n", { }, "text", [ "Hannigan", "Martin", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-617-821-6079" ] ] ],
"roles" : [ "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Lightboard Realty owns, operates and builds telecommunications infrastructure." ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HANNI27-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/HANNI27-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-13T11:21:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-11-21T17:14:15-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.81.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "26.112.149.in-addr.arpa.",
"ldhName" : "26.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "DEV.TW.",
"objectClassName" : "nameserver"
} ],
"secureDNS" : {
"delegationSigned" : true,
"dsData" : [ {
"keyTag" : 55538,
"algorithm" : 13,
"digestType" : 2,
"digest" : "DE60A277A098FE9E8AD3DCDF0AA7066080E47535665A79ACC974C7319E96DC00"
} ]
},
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-11-05T09:44:01-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/26.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/26.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-26-0-1",
"startAddress" : "149.112.26.0",
"endAddress" : "149.112.26.255",
"ipVersion" : "v4",
"name" : "NET-LAMBDA",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://www.lambda-ix.net\r", "Standard NOC hours are 9:00 AM to 5:00 PM ET" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-11-16T17:31:43-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-11-16T17:31:43-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.26.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-26-0-1"
} ],
"entities" : [ {
"handle" : "HYSP",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "August Internet" ], [ "adr", {
"label" : "PO BOX 99900 TD 884 420\nRPO WALMER\nToronto\nON\nM5S 0B5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Standard NOC hours are 9:00 AM to 5:00 PM ET" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HYSP"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/HYSP"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-21T17:05:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-09-08T16:25:53-04:00"
} ],
"entities" : [ {
"handle" : "BB7281-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1530 Swift St\nKansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "B00B" ], [ "org", { }, "text", "B00B" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-361-333-0001" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BB7281-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BB7281-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-29T17:54:17-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-25T07:23:22-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.26.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "93.112.149.in-addr.arpa.",
"ldhName" : "93.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-19T14:04:10-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/93.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/93.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
}, {
"handle" : "45.112.149.in-addr.arpa.",
"ldhName" : "45.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-09T15:20:15-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/45.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/45.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
}, {
"handle" : "123.112.149.in-addr.arpa.",
"ldhName" : "123.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.D-ZONE.CA.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.D-ZONE.CA.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2017-07-26T11:52:56-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/123.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/123.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-120-0-1",
"startAddress" : "149.112.120.0",
"endAddress" : "149.112.127.255",
"ipVersion" : "v4",
"name" : "CIRA-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or\r", "Monday to Friday, 8:00 to 20:00 (EST)\r", "Phone: 1-877-860-141\r", "abuse: [email protected]\r", "network operations: [email protected]" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:39-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-03-08T19:27:59-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.120.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-120-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.120.0",
"length" : 21
} ],
"arin_originas0_originautnums" : [ 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "121.112.149.in-addr.arpa.",
"ldhName" : "121.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.D-ZONE.CA.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.D-ZONE.CA.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2017-07-26T11:52:56-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/121.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/121.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-120-0-1",
"startAddress" : "149.112.120.0",
"endAddress" : "149.112.127.255",
"ipVersion" : "v4",
"name" : "CIRA-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or\r", "Monday to Friday, 8:00 to 20:00 (EST)\r", "Phone: 1-877-860-141\r", "abuse: [email protected]\r", "network operations: [email protected]" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:39-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-03-08T19:27:59-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.120.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-120-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.120.0",
"length" : 21
} ],
"arin_originas0_originautnums" : [ 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "78.112.149.in-addr.arpa.",
"ldhName" : "78.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-15T17:06:07-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/78.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/78.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-78-0-1",
"startAddress" : "149.112.78.0",
"endAddress" : "149.112.78.255",
"ipVersion" : "v4",
"name" : "XS-28",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Prefix used for the XSIX FMT peering IPs" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-10T17:30:46-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-02-15T17:05:12-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.78.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-78-0-1"
} ],
"entities" : [ {
"handle" : "XS-28",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Xentain Solutions Inc." ], [ "adr", {
"label" : "5307 Victoria Drive\nSuite #1024\nVancouver\nBC\nV5P 3V6\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/XS-28"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/XS-28"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-20T21:46:56-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-07-07T09:33:37-04:00"
} ],
"entities" : [ {
"handle" : "XSNM-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "5307 Victoria Drive\nSuite #1024\nVancouver\nBC\nV5P 3V6\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Xentain Solutions Network Management" ], [ "org", { }, "text", "Xentain Solutions Network Management" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-844-936-8246" ] ] ],
"roles" : [ "dns", "technical", "noc", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/XSNM-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/XSNM-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-13T17:51:58-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-10-16T02:15:47-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "XAT2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "5307 Victoria Drive\nSuite #1024\nVancouver\nBC\nV4S 1M3\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Xentain Administration Team" ], [ "org", { }, "text", "Xentain Administration Team" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-844-936-8246" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/XAT2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/XAT2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-13T22:17:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-12-13T22:17:15-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "XAT1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "5307 Victoria Drive\nSuite #1024\nVancouver\nBC\nV5P 3V6\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Xentain Abuse Team" ], [ "org", { }, "text", "Xentain Abuse Team" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-844-936-8246" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/XAT1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/XAT1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-24T13:27:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-12-26T02:01:07-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.78.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "107.112.149.in-addr.arpa.",
"ldhName" : "107.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-16T08:52:54-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/107.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/107.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-107-0-1",
"startAddress" : "149.112.107.0",
"endAddress" : "149.112.107.255",
"ipVersion" : "v4",
"name" : "FDIX-AMARILLO",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-16T08:52:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-07-16T08:52:13-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.107.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-107-0-1"
} ],
"entities" : [ {
"handle" : "MIEL-1",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Midwest Internet Exchange LLC" ], [ "adr", {
"label" : "518 Herriman Ct.\nNoblesville\nIN\n46060\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Fd-ix.com internet peering solutions. #keeptrafficlocal" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MIEL-1"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/MIEL-1"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-23T17:19:07-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-01-23T11:41:46-05:00"
} ],
"entities" : [ {
"handle" : "JSW47178-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 146\nWilliamsport\nIN\n47993\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Justin Steven Wilson" ], [ "n", { }, "text", [ "Wilson", "Justin", "Steven", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-217-213-7818" ] ] ],
"roles" : [ "technical", "noc", "routing", "dns", "abuse", "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://j2sw.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/JSW47178-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JSW47178-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-21T11:21:31-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-12-19T21:06:05-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "HAMME2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "16256 Crego Rd.\nDeKalb\nIL\n60115\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mike Hammett" ], [ "n", { }, "text", [ "Hammett", "Mike", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-323-2798" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-815-739-5582" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-815-756-3918" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ics-il.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HAMME2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/HAMME2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T12:09:26-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2011-03-21T08:31:10-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SL324-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "518 Herriman Ct\nNoblesville\nIN\n46060\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SCOTT LEPERE" ], [ "n", { }, "text", [ "LEPERE", "SCOTT", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-317-774-2100" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "ORI.NET - Wireless and Fiber ISP for MDU and HOA communities" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SL324-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SL324-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-29T07:10:04-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1999-11-30T13:33:37-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.107.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 13681 ]
},
"objectClassName" : "domain"
}, {
"handle" : "127.112.149.in-addr.arpa.",
"ldhName" : "127.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.D-ZONE.CA.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.D-ZONE.CA.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2017-07-26T11:52:56-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/127.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/127.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-120-0-1",
"startAddress" : "149.112.120.0",
"endAddress" : "149.112.127.255",
"ipVersion" : "v4",
"name" : "CIRA-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or\r", "Monday to Friday, 8:00 to 20:00 (EST)\r", "Phone: 1-877-860-141\r", "abuse: [email protected]\r", "network operations: [email protected]" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:39-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-03-08T19:27:59-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.120.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-120-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.120.0",
"length" : 21
} ],
"arin_originas0_originautnums" : [ 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "8.112.149.in-addr.arpa.",
"ldhName" : "8.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "ATLANTIS2.CORE-DNS.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "ATLANTIS1.CORE-DNS.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-23T13:51:33-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/8.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/8.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-8-0-1",
"startAddress" : "149.112.8.0",
"endAddress" : "149.112.8.255",
"ipVersion" : "v4",
"name" : "COIX-1",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.centraloregonix.org" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-09-16T11:25:00-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-09-16T11:25:00-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.8.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-8-0-1"
} ],
"entities" : [ {
"handle" : "COIE-1",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "COIX" ], [ "adr", {
"label" : "207 SW Columbia St\nBend\nOR\n97702\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/COIE-1"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/COIE-1"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-09-01T12:46:13-04:00"
} ],
"entities" : [ {
"handle" : "ABUSE7983-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "207 SW Columbia St\nBend\nOR\n97702\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-541-621-6495" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE7983-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE7983-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-03T12:30:08-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-08-31T22:03:48-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NOC33195-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "207 SW Columbia St\nBend\nOR\n97702\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NOC" ], [ "org", { }, "text", "NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-541-621-6495" ] ] ],
"roles" : [ "administrative", "noc", "dns", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NOC33195-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NOC33195-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-03T12:29:49-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-08-31T20:00:45-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "PEERI17-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "207 SW Columbia St\nBend\nOR\n97702\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Peering" ], [ "org", { }, "text", "Peering" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-541-621-6495" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/PEERI17-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/PEERI17-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-03T12:30:03-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-08-31T22:04:27-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.8.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "167.112.149.in-addr.arpa.",
"ldhName" : "167.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/167.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/167.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "17.112.149.in-addr.arpa.",
"ldhName" : "17.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-19T14:09:15-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/17.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/17.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-17-0-1",
"startAddress" : "149.112.17.0",
"endAddress" : "149.112.17.255",
"ipVersion" : "v4",
"name" : "DESMOINESIX-V4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "DesMoinesIX\r", "http://www.desmoinesix.net" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:43-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-04-19T14:07:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.17.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-17-0-1"
} ],
"entities" : [ {
"handle" : "KCIXL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Kansas City Internet eXchange" ], [ "adr", {
"label" : "201 East 16th Ave.\nNorth Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KCIXL"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/KCIXL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-01T15:14:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-21T12:23:57-05:00"
} ],
"entities" : [ {
"handle" : "MULLI191-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 E 16th Avenue\nNorth Kansas CIty\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Brandon Mulligan" ], [ "n", { }, "text", [ "Mulligan", "Brandon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-550-9030" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MULLI191-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MULLI191-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-21T14:11:50-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-04-10T14:39:33-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KRH22-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 E. 16th Ave.\nNorth Kansas City\nClay County, across the river.\nclay1.mci.us\nCity of North Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Kevin Robert HODLE" ], [ "n", { }, "text", [ "HODLE", "Kevin", "Robert", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-256-3031" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-816-506-2605" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Kevin Hodle", "Director of Network Engineering (AS 32097)", "", "Wholesale Internet, Inc. ", "NOCIX, LLC", "KCIX (Kansas City Internet Exchange)", "KC Fiber, LLC", "(AS 32097, AS 33387, AS 26193, AS 11708)", "", "http://www.linkcity.net", "http://www.nocix.net", "http://www.wholesaleinternet.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KRH22-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KRH22-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-01T11:45:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-05-21T15:07:25-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "AWE13-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 East 16th Ave\nNorth Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Aaron Wendel" ], [ "n", { }, "text", [ "Wendel", "Aaron", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-256-3031" ] ] ],
"roles" : [ "administrative", "technical", "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.nocix.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/AWE13-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AWE13-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-31T16:25:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2003-09-24T08:24:25-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETWO1549-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "6910 W. 83rd Street\r\nSuite 207\nOverland Park\nKS\n66204\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-411-5249" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO1549-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO1549-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-31T10:47:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-19T15:54:13-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.17.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 30422 ]
},
"objectClassName" : "domain"
}, {
"handle" : "19.112.149.in-addr.arpa.",
"ldhName" : "19.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-22T13:46:57-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/19.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/19.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-19-0-1",
"startAddress" : "149.112.19.0",
"endAddress" : "149.112.19.255",
"ipVersion" : "v4",
"name" : "SALT-IXP",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Grand Cayman - Internet Exchange Provider" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-22T13:46:45-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-04-22T13:46:45-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.19.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-19-0-1"
} ],
"entities" : [ {
"handle" : "STG-122",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "SALT" ], [ "adr", {
"label" : "The Pavilion, Cricket Square\n171A Elgin Ave.\nGeorgetown\nGrand Cayman\nKY1-9006\nCayman Islands"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Cloud & Technology Solution Provider" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/STG-122"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/STG-122"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-02-13T15:58:56-05:00"
} ],
"entities" : [ {
"handle" : "ADMIN7001-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "The Pavilion, Cricket Square\n171A Elgin Ave\nGeorgetown\nGrand Cayman\nKY1-9006\nCayman Islands"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Administrator" ], [ "org", { }, "text", "Administrator" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-345-749-7272" ] ] ],
"roles" : [ "abuse", "noc", "technical", "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Cloud & Technology Solution Provider" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-09-10" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ADMIN7001-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ADMIN7001-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-09-11T09:26:02-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-02-12T22:51:09-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ECI6-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "The Pavilion, Cricket Square, 171A Elgin Ave\nGrand Cayman\nGeorge Town\nKY1-1600\nCayman Islands"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Ibrahim El Charif" ], [ "n", { }, "text", [ "El Charif", "Ibrahim", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-345-749-7272" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ECI6-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ECI6-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-20T12:59:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-03-20T12:59:13-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.19.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 399548 ]
},
"objectClassName" : "domain"
}, {
"handle" : "28.112.149.in-addr.arpa.",
"ldhName" : "28.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS.XNY.ONL.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.XNY.ONL.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-20T00:13:26-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/28.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/28.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-28-0-1",
"startAddress" : "149.112.28.0",
"endAddress" : "149.112.28.255",
"ipVersion" : "v4",
"name" : "GOCOD-IX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-25T22:21:30-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-03-23T17:26:28-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.28.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-28-0-1"
} ],
"entities" : [ {
"handle" : "GOCOD",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "GoCodeIT Inc" ], [ "adr", {
"label" : "8171 Yonge Street\r\nSuite #255\nThornhill\nON\nL3T 2C6\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GOCOD"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/GOCOD"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-09-01T22:04:01-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-07-06T16:16:31-04:00"
} ],
"entities" : [ {
"handle" : "SUPPO2273-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "8171 Yonge Street\nSuite #255\nThornhill\nON\nL3T 2C6\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Support" ], [ "org", { }, "text", "Support" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-833-909-2633" ] ] ],
"roles" : [ "administrative", "technical", "dns", "routing", "abuse", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SUPPO2273-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SUPPO2273-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-09T11:37:07-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-04-25T21:59:14-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.28.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "126.112.149.in-addr.arpa.",
"ldhName" : "126.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS2.D-ZONE.CA.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.D-ZONE.CA.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2017-07-26T11:52:56-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/126.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/126.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-120-0-1",
"startAddress" : "149.112.120.0",
"endAddress" : "149.112.127.255",
"ipVersion" : "v4",
"name" : "CIRA-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or\r", "Monday to Friday, 8:00 to 20:00 (EST)\r", "Phone: 1-877-860-141\r", "abuse: [email protected]\r", "network operations: [email protected]" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:39-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-03-08T19:27:59-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.120.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-120-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.120.0",
"length" : 21
} ],
"arin_originas0_originautnums" : [ 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "92.112.149.in-addr.arpa.",
"ldhName" : "92.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-19T14:04:10-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/92.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/92.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
}, {
"handle" : "35.112.149.in-addr.arpa.",
"ldhName" : "35.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-09T15:54:09-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/35.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/35.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-35-0-1",
"startAddress" : "149.112.35.0",
"endAddress" : "149.112.35.255",
"ipVersion" : "v4",
"name" : "NINJA-IX-MIAMI",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-24T16:39:29-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-09T15:54:09-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.35.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-35-0-1"
} ],
"entities" : [ {
"handle" : "RC-983",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Richmond-IX Corporation" ], [ "adr", {
"label" : "530 E McDowell #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RC-983"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RC-983"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-11T07:57:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-10-24T17:53:36-04:00"
} ],
"entities" : [ {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.35.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "111.112.149.in-addr.arpa.",
"ldhName" : "111.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.INFINIAHOST.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.INFINIAHOST.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T17:59:09-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/111.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/111.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-111-0-1",
"startAddress" : "149.112.111.0",
"endAddress" : "149.112.111.255",
"ipVersion" : "v4",
"name" : "INFINIA-PEER",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Infinia Peering Network" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T17:27:47-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-08-12T17:27:47-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.111.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-111-0-1"
} ],
"entities" : [ {
"handle" : "INFIN-87",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "InfiniaHost.com" ], [ "adr", {
"label" : "150 SE 2ND AVE\nSTE 300\nMiami\nFL\n33131\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Send abuse to [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/INFIN-87"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/INFIN-87"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-06T11:02:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-09-27T19:15:52-04:00"
} ],
"entities" : [ {
"handle" : "OZUNA12-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "150 SE 2ND AVE\nSTE 300\nMiami\nFL\n33131\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Yerany Ozuna" ], [ "n", { }, "text", [ "Ozuna", "Yerany", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-786-656-8452" ] ] ],
"roles" : [ "abuse", "technical", "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Send Abuse to [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/OZUNA12-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/OZUNA12-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-26T18:47:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-09-27T19:12:37-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.111.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 16611 ]
},
"objectClassName" : "domain"
}, {
"handle" : "5.112.149.in-addr.arpa.",
"ldhName" : "5.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.SFMIX.ORG.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.LONAP.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS4.LONAP.NET.UK.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS5.LONAP.NET.UK.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS3.HE.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS3.LONAP.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.LONAP.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-03-03T01:28:59-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/5.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/5.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-5-0-1",
"startAddress" : "149.112.5.0",
"endAddress" : "149.112.5.255",
"ipVersion" : "v4",
"name" : "GOLDENSTATEIX-V4-PEERING",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:45-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-07-27T17:54:58-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.5.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-5-0-1"
} ],
"entities" : [ {
"handle" : "SFMIES",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "San Francisco Metropolitan Internet Exchange (SFMIX)" ], [ "adr", {
"label" : "PO Box 8243\nEmeryville\nCA\n94662\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SFMIES"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/SFMIES"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-27T00:44:10-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2006-06-27T11:03:01-04:00"
} ],
"entities" : [ {
"handle" : "STRA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 8243\nEmeryville\nCA\n94662\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SFMIX Technical Role Account" ], [ "org", { }, "text", "SFMIX Technical Role Account" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-877-365-6246" ] ] ],
"roles" : [ "technical", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/STRA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/STRA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-16T02:10:18-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2006-06-27T02:42:06-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "MPE54-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 314\nHayward\nCA\n94543\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Matt Peterson" ], [ "n", { }, "text", [ "Peterson", "Matt", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "matt+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-510-315-1948" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MPE54-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MPE54-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-04T12:45:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2005-01-14T15:26:21-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "LASSO11-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "460 Brannan Street #77424\nSan Francisco\nCA\n94105\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jonathan Lassoff" ], [ "n", { }, "text", [ "Lassoff", "Jonathan", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-415-215-2464" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-15" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LASSO11-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LASSO11-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-16T18:12:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-01-16T18:12:46-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "TP47-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "423 Durant Way\nMill Valley\nCA\n94941-4067\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Tim Pozar" ], [ "n", { }, "text", [ "Pozar", "Tim", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-415-665-3790" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-415-637-8512" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-11-19" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/TP47-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/TP47-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-11-20T18:50:21-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.5.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "83.112.149.in-addr.arpa.",
"ldhName" : "83.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "DNS34.CLOUDNS.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS31.CLOUDNS.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS32.CLOUDNS.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS33.CLOUDNS.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-31T13:52:21-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/83.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/83.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-83-0-1",
"startAddress" : "149.112.83.0",
"endAddress" : "149.112.83.255",
"ipVersion" : "v4",
"name" : "SPG-DACSIX-SOUTH",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-05T19:37:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-01-02T07:54:04-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.83.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-83-0-1"
} ],
"entities" : [ {
"handle" : "STPAU-9",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "The St. Paul Group" ], [ "adr", {
"label" : "12401 Prosperity Dr\nSilver Spring\nMD\n20904\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/STPAU-9"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/STPAU-9"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-05T19:45:42-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-11-19T11:11:49-05:00"
} ],
"entities" : [ {
"handle" : "NOC11724-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "12401 Prosperity Drive\nSilver Spring\nMD\n20904\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations Center" ], [ "org", { }, "text", "Network Operations Center" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-410-760-3447" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-443-749-5471" ] ] ],
"roles" : [ "abuse", "technical", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NOC11724-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NOC11724-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-05T19:48:45-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-11-29T17:51:52-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "JAH120-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "12401 Prosperity Drive\nSilver Spring\nMD\n20904\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "John Alexander Hartlove" ], [ "n", { }, "text", [ "Hartlove", "John", "Alexander", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-443-749-5445" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-443-677-5385" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/JAH120-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JAH120-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-05T19:44:16-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2006-08-14T12:54:21-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.83.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 6515 ]
},
"objectClassName" : "domain"
}, {
"handle" : "86.112.149.in-addr.arpa.",
"ldhName" : "86.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-15T13:10:53-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/86.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/86.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-86-0-1",
"startAddress" : "149.112.86.0",
"endAddress" : "149.112.87.255",
"ipVersion" : "v4",
"name" : "NET-FLIX-23",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-15T13:10:09-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-02-15T13:10:09-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.86.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-86-0-1"
} ],
"entities" : [ {
"handle" : "CIH-24",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Community IX Holdings, Inc." ], [ "adr", {
"label" : "2028 E. Ben White Blvd\n#240-9191\nAustin\nTX\n78741-6931\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CIH-24"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CIH-24"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-01-24T12:40:03-05:00"
} ],
"entities" : [ {
"handle" : "COSTE197-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "214 E 9th St, Apt 4C\nNew York\nNY\n10003\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Michael Costello" ], [ "n", { }, "text", [ "Costello", "Michael", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-484-213-1892" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-484-213-1892" ] ] ],
"roles" : [ "routing", "technical", "administrative", "dns", "abuse", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/COSTE197-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/COSTE197-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-06T13:25:15-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-09-06T13:25:15-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "STILL75-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2028 E. Ben White Blvd #240-9191\n\nAustin\nTX\n78741\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Michael Still" ], [ "n", { }, "text", [ "Still", "Michael", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-404-579-2600" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-404-579-2600" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/STILL75-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/STILL75-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-06T13:26:43-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-09-06T13:26:43-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "RE44-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2028 E. Ben White Blvd #240-9191\nAustin\nTX\n78741-6931\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Randy Epstein" ], [ "n", { }, "text", [ "Epstein", "Randy", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-888-925-4678" ] ] ],
"roles" : [ "dns", "abuse", "routing", "noc", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RE44-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/RE44-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-06T06:42:48-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1994-05-23T14:30:34-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.86.0",
"length" : 23
} ],
"arin_originas0_originautnums" : [ 63221 ]
},
"objectClassName" : "domain"
}, {
"handle" : "73.112.149.in-addr.arpa.",
"ldhName" : "73.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-08-30T15:19:08-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/73.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/73.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-73-0-1",
"startAddress" : "149.112.73.0",
"endAddress" : "149.112.73.255",
"ipVersion" : "v4",
"name" : "CL-IX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T10:46:25-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-08-30T15:17:52-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.73.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-73-0-1"
} ],
"entities" : [ {
"handle" : "HCDL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "H5 Data Centers" ], [ "adr", {
"label" : "5350 South Valentia Way\nGreenwood Village\nCO\n80111\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "www.h5datacenters.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HCDL"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/HCDL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-12-06T13:18:22-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-04T17:59:31-04:00"
} ],
"entities" : [ {
"handle" : "DURBI29-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "5350 S Valentia Way\nGreenwood Village\nCO\n80111\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mark Durbin" ], [ "n", { }, "text", [ "Durbin", "Mark", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-636-575-4456" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DURBI29-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DURBI29-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-19T16:40:06-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-12-14T17:26:17-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE7435-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "5350 South Valentia Way\nGreenwood Village\nCO\n80111\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-303-714-7901" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Report all complaints to this address." ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-03-21" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE7435-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE7435-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-22T10:51:37-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-13T10:49:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "AYERS94-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "710 North Tucker Boulevard\nSuite 610\nSt. Louis\nMO\n63101\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Matt Ayers" ], [ "n", { }, "text", [ "Ayers", "Matt", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-314-449-7144" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/AYERS94-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AYERS94-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-21T14:24:40-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-11-15T15:56:34-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "LAYTO50-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "925 Dalton Avenue\nCincinnati \nOH\n45203\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Layton A Collins" ], [ "n", { }, "text", [ "Collins", "Layton", "A", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-513-607-2178" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LAYTO50-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LAYTO50-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-17T09:25:38-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-02-10T09:00:20-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "AYLUA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Address: 5350 S Valentia Way\nGreenwood Village\nCO\n80111\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Benjamin Ayluardo" ], [ "n", { }, "text", [ "Ayluardo", "Benjamin", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-303-714-7808" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/AYLUA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AYLUA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-23T18:08:41-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-01-31T14:18:33-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "LEGNO10-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "323 Broadway\nSan Antonio\nTX\n78205\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Darron Legnon" ], [ "n", { }, "text", [ "Legnon", "Darron", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-210-900-3413" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LEGNO10-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LEGNO10-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-28T13:45:21-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-04-21T13:41:18-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "STELL97-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "710 N. Tucker Blvd., Suite 610\nSt. Louis\nMO\n63101\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Anthony Steller" ], [ "n", { }, "text", [ "Steller", "Anthony", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-314-449-7145" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/STELL97-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/STELL97-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:49:52-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-11-22T12:17:14-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.73.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "54.112.149.in-addr.arpa.",
"ldhName" : "54.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-29T13:04:28-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/54.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/54.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-54-0-1",
"startAddress" : "149.112.54.0",
"endAddress" : "149.112.54.255",
"ipVersion" : "v4",
"name" : "TIX-NETWORK-GLOBAL-PEERING-AND-TRANSIT-MTL2",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-29T12:56:57-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-03-29T12:56:57-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.54.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-54-0-1"
} ],
"entities" : [ {
"handle" : "RDG-58",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Resilience Data Group Inc." ], [ "adr", {
"label" : "2306 Sherbrooke E Suite 7\nMontreal\nQC\nH2K 1E5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RDG-58"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RDG-58"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-26T08:46:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-02-16T14:56:15-05:00"
} ],
"entities" : [ {
"handle" : "GNO72-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Montreal, Quebec Canada\nMontreal\nQC\nH2K 1E5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Global Network Operations" ], [ "org", { }, "text", "Global Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-833-664-7637" ] ] ],
"roles" : [ "technical", "administrative", "dns", "routing", "abuse", "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network probing strictly forbidden. You will be blacklisted and tar-pitted. " ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GNO72-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/GNO72-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-24T12:16:40-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-03-03T13:30:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.54.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "100.112.149.in-addr.arpa.",
"ldhName" : "100.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-26T13:35:52-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/100.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/100.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-100-0-1",
"startAddress" : "149.112.100.0",
"endAddress" : "149.112.100.255",
"ipVersion" : "v4",
"name" : "ABIX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "ABIX - Antigua and Barbuda Internet Exchange" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-26T13:35:20-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-26T13:35:20-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.100.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-100-0-1"
} ],
"entities" : [ {
"handle" : "ABIX",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ABIX" ], [ "adr", {
"label" : "Suite 206, VillageWalk Commercial Center, Friars Hill,\nSaint John's\n\n00000\nAntigua and Barbuda"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABIX"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ABIX"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-23T11:55:50-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-16T16:53:16-04:00"
} ],
"entities" : [ {
"handle" : "EPHRA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Suite 206 \nVillage Walk Commercial Center\nFriar's Hill Road\nP.O. Box 1546\nSt. John's\nAntigua\n00000\nAntigua and Barbuda"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Yves Ephraim" ], [ "n", { }, "text", [ "Ephraim", "Yves", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-268-562-2326;ext4027" ] ] ],
"roles" : [ "administrative", "technical", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EPHRA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EPHRA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-15T14:22:50-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-08-04T21:20:20-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.100.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "108.112.149.in-addr.arpa.",
"ldhName" : "108.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "DNS1.IU.EDU.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS3.IU.EDU.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS2.IU.EDU.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-07T09:27:21-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/108.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/108.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-108-0-1",
"startAddress" : "149.112.108.0",
"endAddress" : "149.112.108.255",
"ipVersion" : "v4",
"name" : "ALASKAIX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://alaskaix.net/" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-18T10:48:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-07-18T10:48:33-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.108.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-108-0-1"
} ],
"entities" : [ {
"handle" : "NOAABO",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "National Oceanic and Atmospheric Administration" ], [ "adr", {
"label" : "325 Broadway\nBoulder\nCO\n80305\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NOAABO"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/NOAABO"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-07-10T12:33:29-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1990-05-08T00:00:00-04:00"
} ],
"entities" : [ {
"handle" : "NAA38-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "325 Broadway\nNWAVE\nBoulder\nCO\n80305\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "N-Wave ARIN Admin" ], [ "org", { }, "text", "N-Wave ARIN Admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-812-856-7477" ] ] ],
"roles" : [ "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://noc.nwave.noaa.gov" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NAA38-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NAA38-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-08T14:04:34-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-07-02T11:30:10-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NAT41-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "325 Broadway\nNWAVE\nBoulder\nCO\n80305\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "N-Wave ARIN Tech" ], [ "org", { }, "text", "N-Wave ARIN Tech" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-812-856-7477" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NAT41-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NAT41-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-08T14:04:43-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-07-08T17:36:52-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NAA40-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "325 Broadway\nNWAVE\nBoulder\nCO\n80305\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "N-Wave ARIN Abuse" ], [ "org", { }, "text", "N-Wave ARIN Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-812-856-7477" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NAA40-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NAA40-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-08T14:04:25-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-07-08T17:55:49-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.108.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "130.112.149.in-addr.arpa.",
"ldhName" : "130.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-05T11:15:24-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/130.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/130.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-130-0-1",
"startAddress" : "149.112.130.0",
"endAddress" : "149.112.130.255",
"ipVersion" : "v4",
"name" : "MSEA-24",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-05T11:14:05-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2025-02-05T11:14:05-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.130.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-130-0-1"
} ],
"entities" : [ {
"handle" : "MSEA",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Mitchell Seaforth Cable T. V. Ltd." ], [ "adr", {
"label" : "123 Ontario St.\nDublin\nON\nN0K-1E0\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MSEA"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/MSEA"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-20T18:18:06-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-01-22T00:00:00-05:00"
} ],
"entities" : [ {
"handle" : "JV585-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "123 Ontario St.\nDublin\nON\nN0K 1E0\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jeff Visser" ], [ "n", { }, "text", [ "Visser", "Jeff", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-519-345-2341" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-11-22" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/JV585-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JV585-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-11-23T12:38:07-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-01-22T16:42:15-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "BALDW105-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "40023 Kippen Road\nKippen\nON\nN0M 2E0\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Pete Baldwin" ], [ "n", { }, "text", [ "Baldwin", "Pete", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-519-565-2400" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Prime POC" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BALDW105-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BALDW105-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-31T14:03:25-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-04-21T22:33:35-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5416-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "123 Ontario St.\nDublin\nON\nN0K 1E0\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-519-345-2341" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-519-345-2873" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-11-22" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5416-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5416-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-11-23T12:39:03-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-03-29T08:50:11-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "LAPOR22-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "6979 Perth Line 34\nDublin\nON\nN0K 1E0\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Kyle Laporte" ], [ "n", { }, "text", [ "Laporte", "Kyle", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-226-302-2342" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LAPOR22-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LAPOR22-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-19T10:46:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-03-19T10:46:53-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "GREEN165-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1845 Road 164 \r\nPO Box 101\nKirkton\nON\nN0K 1K0\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Matt Green" ], [ "n", { }, "text", [ "Green", "Matt", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-519-229-8486" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-26" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GREEN165-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/GREEN165-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-27T07:32:50-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-06-26T14:21:26-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DESJA12-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "72863 Blind Line\nZurich\nON\nN0M 2T0\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Richard Desjardine" ], [ "n", { }, "text", [ "Desjardine", "Richard", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-519-237-3777" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-519-318-3777" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DESJA12-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DESJA12-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-31T14:24:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-05-04T14:05:12-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "HAWKE24-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "6979 Perth Line 34\nDublin\nON\nN0K 1E0\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Michael Hawkes" ], [ "n", { }, "text", [ "Hawkes", "Michael", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-226-302-2341" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-519-635-9017" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HAWKE24-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/HAWKE24-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-31T09:44:27-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-11-23T14:04:18-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.130.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 11287 ]
},
"objectClassName" : "domain"
}, {
"handle" : "98.112.149.in-addr.arpa.",
"ldhName" : "98.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.MOUATS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.ALT.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "PUCK.NETHER.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T16:03:39-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/98.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/98.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-96-0-1",
"startAddress" : "149.112.96.0",
"endAddress" : "149.112.99.255",
"ipVersion" : "v4",
"name" : "SEATTLEIX-V4-2",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:33:53-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-19T14:01:53-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.96.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-96-0-1"
} ],
"entities" : [ {
"handle" : "SEATT-11",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Seattle Internet Exchange" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SEATT-11"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/SEATT-11"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-03-04T10:54:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-29T12:42:09-05:00"
} ],
"entities" : [ {
"handle" : "SIXHO-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SIX Hostmaster" ], [ "org", { }, "text", "SIX Hostmaster" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-206-367-4320" ] ] ],
"roles" : [ "abuse", "technical", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SIXHO-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SIXHO-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:26:36-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-28T23:36:04-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SIXHO-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SIX Hostmaster" ], [ "org", { }, "text", "SIX Hostmaster" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-206-367-4320" ] ] ],
"roles" : [ "abuse", "noc", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SIXHO-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SIXHO-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:26:36-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-28T23:36:04-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.96.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "106.112.149.in-addr.arpa.",
"ldhName" : "106.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS-CLOUD-E2.GOOGLEDOMAINS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-CLOUD-E3.GOOGLEDOMAINS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-CLOUD-E1.GOOGLEDOMAINS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-CLOUD-E4.GOOGLEDOMAINS.COM.",
"objectClassName" : "nameserver"
} ],
"secureDNS" : {
"delegationSigned" : true,
"dsData" : [ {
"keyTag" : 61376,
"algorithm" : 8,
"digestType" : 2,
"digest" : "122CFA31598A7A8E6E676DC9DF0CF1C5DA371419B5D83ECE0312181C4BF9040D"
} ]
},
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-02T09:44:26-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/106.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/106.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-106-0-1",
"startAddress" : "149.112.106.0",
"endAddress" : "149.112.106.255",
"ipVersion" : "v4",
"name" : "MANAGEMENT",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-02T09:34:18-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-07-02T09:34:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.106.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-106-0-1"
} ],
"entities" : [ {
"handle" : "CL-2288",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "MorePeering" ], [ "adr", {
"label" : "16192 Coastal Highway\nLewes\nDE\n19958\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CL-2288"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CL-2288"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-12T07:22:20-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-10-19T17:16:09-04:00"
} ],
"entities" : [ {
"handle" : "NUMBE4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "16192 Coastal Highway\nLewes\nDE\n19958\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Numbers Contact" ], [ "org", { }, "text", "Numbers Contact" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-302-645-7400" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NUMBE4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NUMBE4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-07T16:21:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-10-30T19:24:36-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.106.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "59.112.149.in-addr.arpa.",
"ldhName" : "59.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-12T12:54:17-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/59.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/59.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-58-0-1",
"startAddress" : "149.112.58.0",
"endAddress" : "149.112.59.255",
"ipVersion" : "v4",
"name" : "TIX-NETWORK-GLOBAL-PEERING-AND-TRANSIT-VAN1",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-12T12:51:18-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-04-12T12:51:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.58.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-58-0-1"
} ],
"entities" : [ {
"handle" : "RDG-58",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Resilience Data Group Inc." ], [ "adr", {
"label" : "2306 Sherbrooke E Suite 7\nMontreal\nQC\nH2K 1E5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RDG-58"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RDG-58"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-26T08:46:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-02-16T14:56:15-05:00"
} ],
"entities" : [ {
"handle" : "GNO72-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Montreal, Quebec Canada\nMontreal\nQC\nH2K 1E5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Global Network Operations" ], [ "org", { }, "text", "Global Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-833-664-7637" ] ] ],
"roles" : [ "technical", "administrative", "dns", "routing", "abuse", "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network probing strictly forbidden. You will be blacklisted and tar-pitted. " ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GNO72-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/GNO72-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-24T12:16:40-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-03-03T13:30:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.58.0",
"length" : 23
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "174.112.149.in-addr.arpa.",
"ldhName" : "174.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/174.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/174.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "25.112.149.in-addr.arpa.",
"ldhName" : "25.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-06-08T02:01:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/25.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/25.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-25-0-1",
"startAddress" : "149.112.25.0",
"endAddress" : "149.112.25.255",
"ipVersion" : "v4",
"name" : "SAN-DIEGO-IX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-09-24T11:03:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-09-24T11:03:39-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.25.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-25-0-1"
} ],
"entities" : [ {
"handle" : "PC-369",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Ninja-IX Corporation" ], [ "adr", {
"label" : "c/o Paul Emmons\r\n530 E McDowell Road #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/PC-369"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/PC-369"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-10-01T04:01:29-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-24T14:35:08-04:00"
} ],
"entities" : [ {
"handle" : "IRR2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Rd\n#107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "IRR" ], [ "org", { }, "text", "IRR" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "routing", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Please direct any IRR issues to this contact" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IRR2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IRR2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-01T16:53:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-10-01T03:29:28-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NOC31848-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "3033 N Central Avenue\r\nSuite 405\nPhoenix\nAZ\n85012\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NOC" ], [ "org", { }, "text", "NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "technical", "abuse", "noc" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-04-25" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NOC31848-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NOC31848-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-25T12:13:42-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:46:23-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.25.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "163.112.149.in-addr.arpa.",
"ldhName" : "163.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/163.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/163.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "33.112.149.in-addr.arpa.",
"ldhName" : "33.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-06-08T02:00:22-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/33.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/33.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-33-0-1",
"startAddress" : "149.112.33.0",
"endAddress" : "149.112.33.255",
"ipVersion" : "v4",
"name" : "NINJA-IX-BAYAREA",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-24T16:39:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-09T14:49:54-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.33.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-33-0-1"
} ],
"entities" : [ {
"handle" : "RC-983",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Richmond-IX Corporation" ], [ "adr", {
"label" : "530 E McDowell #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RC-983"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RC-983"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-11T07:57:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-10-24T17:53:36-04:00"
} ],
"entities" : [ {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.33.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "125.112.149.in-addr.arpa.",
"ldhName" : "125.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.D-ZONE.CA.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.D-ZONE.CA.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2017-07-26T11:52:56-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/125.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/125.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-120-0-1",
"startAddress" : "149.112.120.0",
"endAddress" : "149.112.127.255",
"ipVersion" : "v4",
"name" : "CIRA-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or\r", "Monday to Friday, 8:00 to 20:00 (EST)\r", "Phone: 1-877-860-141\r", "abuse: [email protected]\r", "network operations: [email protected]" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:39-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-03-08T19:27:59-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.120.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-120-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.120.0",
"length" : 21
} ],
"arin_originas0_originautnums" : [ 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "67.112.149.in-addr.arpa.",
"ldhName" : "67.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "COREY.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "KENIA.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-27T04:36:12-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/67.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/67.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-64-0-1",
"startAddress" : "149.112.64.0",
"endAddress" : "149.112.67.255",
"ipVersion" : "v4",
"name" : "YLINX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Internet exchange, Internet transit" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-05T15:29:49-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-05T15:29:49-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.64.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-64-0-1"
} ],
"entities" : [ {
"handle" : "YL-41",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "YLINX, LLC" ], [ "adr", {
"label" : "4281 Express Lane, Suite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ylinx.com\r", "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/YL-41"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/YL-41"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-11-18T11:23:38-05:00"
} ],
"entities" : [ {
"handle" : "BMN2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane, Suite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Muhammad Naseer Bhatti" ], [ "n", { }, "text", [ "Bhatti", "Muhammad Naseer", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-786-866-7745" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-786-318-0332" ] ] ],
"roles" : [ "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ylinx.com", "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BMN2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BMN2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-11T09:43:07-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-11-12T06:43:40-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ROUTI7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane\r\nSuite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Routing" ], [ "org", { }, "text", "Routing" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-909-5469" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ROUTI7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ROUTI7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-14T07:11:55-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-12-28T16:00:20-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5794-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane\r\nSuite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse Contact" ], [ "org", { }, "text", "Abuse Contact" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-909-5469" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5794-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5794-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-28T15:17:46-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-12-28T15:58:33-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.64.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ 395734 ]
},
"objectClassName" : "domain"
}, {
"handle" : "41.112.149.in-addr.arpa.",
"ldhName" : "41.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-09-06T15:39:08-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/41.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/41.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-41-0-1",
"startAddress" : "149.112.41.0",
"endAddress" : "149.112.41.255",
"ipVersion" : "v4",
"name" : "SIOUIX-IPV4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-09-06T15:38:21-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-09-06T15:38:21-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.41.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-41-0-1"
} ],
"entities" : [ {
"handle" : "KCIE",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "HOUIX" ], [ "adr", {
"label" : "201 E 16th Ave\nNorth Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KCIE"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/KCIE"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-24T16:38:08-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-11-07T11:36:35-05:00"
} ],
"entities" : [ {
"handle" : "NETWO1549-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "6910 W. 83rd Street\r\nSuite 207\nOverland Park\nKS\n66204\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-411-5249" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO1549-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO1549-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-31T10:47:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-19T15:54:13-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.41.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 21637 ]
},
"objectClassName" : "domain"
}, {
"handle" : "97.112.149.in-addr.arpa.",
"ldhName" : "97.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.ALT.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "PUCK.NETHER.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.MOUATS.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T16:03:39-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/97.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/97.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-96-0-1",
"startAddress" : "149.112.96.0",
"endAddress" : "149.112.99.255",
"ipVersion" : "v4",
"name" : "SEATTLEIX-V4-2",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:33:53-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-19T14:01:53-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.96.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-96-0-1"
} ],
"entities" : [ {
"handle" : "SEATT-11",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Seattle Internet Exchange" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SEATT-11"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/SEATT-11"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-03-04T10:54:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-29T12:42:09-05:00"
} ],
"entities" : [ {
"handle" : "SIXHO-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SIX Hostmaster" ], [ "org", { }, "text", "SIX Hostmaster" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-206-367-4320" ] ] ],
"roles" : [ "abuse", "technical", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SIXHO-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SIXHO-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:26:36-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-28T23:36:04-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SIXHO-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SIX Hostmaster" ], [ "org", { }, "text", "SIX Hostmaster" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-206-367-4320" ] ] ],
"roles" : [ "abuse", "noc", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SIXHO-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SIXHO-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:26:36-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-28T23:36:04-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.96.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "38.112.149.in-addr.arpa.",
"ldhName" : "38.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-09T15:04:46-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/38.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/38.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-38-0-1",
"startAddress" : "149.112.38.0",
"endAddress" : "149.112.38.255",
"ipVersion" : "v4",
"name" : "NINJA-IX-JACKSONVILLE",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-24T16:38:54-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-09T15:04:35-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.38.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-38-0-1"
} ],
"entities" : [ {
"handle" : "RC-983",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Richmond-IX Corporation" ], [ "adr", {
"label" : "530 E McDowell #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RC-983"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RC-983"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-11T07:57:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-10-24T17:53:36-04:00"
} ],
"entities" : [ {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.38.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "10.112.149.in-addr.arpa.",
"ldhName" : "10.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-10-08T11:55:36-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/10.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/10.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-10-0-1",
"startAddress" : "149.112.10.0",
"endAddress" : "149.112.10.255",
"ipVersion" : "v4",
"name" : "CDV-DATACENTERS",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-15T13:49:44-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-10-08T11:55:17-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.10.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-10-0-1"
} ],
"entities" : [ {
"handle" : "CANAD-108",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Columbia Data Vault Inc." ], [ "adr", {
"label" : "PO Box 46033 RPO Forest Glen\nKitchener\nON\nN2E 4J3\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CANAD-108"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CANAD-108"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-29T09:32:47-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-05-14T15:15:11-04:00"
} ],
"entities" : [ {
"handle" : "KNOC1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 46033 RPO Forest Glen\nKitchener\nON\nN2E 4J3\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KWDC Network Operations Center" ], [ "org", { }, "text", "KWDC Network Operations Center" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-226-666-2430" ] ] ],
"roles" : [ "abuse", "dns", "administrative", "noc", "technical", "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.kwdc.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KNOC1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KNOC1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-21T09:31:52-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-10-11T15:18:55-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.10.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "161.112.149.in-addr.arpa.",
"ldhName" : "161.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/161.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/161.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "91.112.149.in-addr.arpa.",
"ldhName" : "91.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-19T14:04:10-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/91.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/91.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
}, {
"handle" : "29.112.149.in-addr.arpa.",
"ldhName" : "29.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.CLOUDIE.IO.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS0.CLOUDIE.IO.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.CLOUDIE.IO.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-01T02:31:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/29.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/29.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-29-0-1",
"startAddress" : "149.112.29.0",
"endAddress" : "149.112.29.255",
"ipVersion" : "v4",
"name" : "FREMIX-EXCHANGE-VLAN",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-03-30T19:23:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-03-30T19:23:14-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.29.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-29-0-1"
} ],
"entities" : [ {
"handle" : "CNL-171",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Cloudie Networks LLC" ], [ "adr", {
"label" : "530-B HARKLE ROAD\nSTE 100\nSanta Fe\nNM\n87505\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CNL-171"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CNL-171"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-21T07:36:25-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-22T18:08:42-05:00"
} ],
"entities" : [ {
"handle" : "CNLA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530-B HARKLE ROAD\nSTE 100\nSanta Fe\nNM\n87505\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Cloudie Networks LLC Administration" ], [ "org", { }, "text", "Cloudie Networks LLC Administration" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-575-474-1337" ] ] ],
"roles" : [ "administrative", "noc", "technical", "dns", "abuse", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CNLA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CNLA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-28T15:18:48-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-06T19:47:20-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.29.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 57369 ]
},
"objectClassName" : "domain"
}, {
"handle" : "88.112.149.in-addr.arpa.",
"ldhName" : "88.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NAYA.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "KONNOR.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-27T07:54:43-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/88.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/88.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-88-0-1",
"startAddress" : "149.112.88.0",
"endAddress" : "149.112.88.255",
"ipVersion" : "v4",
"name" : "WVIE-NET4-1",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://www.wvix.us", "Network Operations: 24-7-365", "[email protected]" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-24T07:36:12-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-02-27T07:46:34-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.88.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-88-0-1"
} ],
"entities" : [ {
"handle" : "WVIE",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "West Virginia Internet Exchange" ], [ "adr", {
"label" : "401 D Street.\nSouth Charleston\nWV\n25301\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://www.wvix.us ", "Network Operations: 24-7-365", "[email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WVIE"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/WVIE"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-08T00:32:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-12-29T00:35:12-05:00"
} ],
"entities" : [ {
"handle" : "WOODM78-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "118 Hamblin Hall\nInstitute\nWV\n25112\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Matt Wood" ], [ "n", { }, "text", [ "Wood", "Matt", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-304-766-3261" ] ] ],
"roles" : [ "technical", "dns", "routing", "abuse", "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://www.wvstateu.edu", "Standard hours are 8:30am to 4:00pm EST" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WOODM78-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WOODM78-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-25T08:13:20-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-10-16T08:49:59-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "CNS21-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 N. Rustling Rd\nSouth Charleston\nWV\n25303\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Clinton N Strouth" ], [ "n", { }, "text", [ "Strouth", "Clinton", "N", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-304-356-1766" ] ] ],
"roles" : [ "technical", "abuse", "noc", "dns", "routing", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CNS21-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CNS21-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-07T21:50:55-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-12-27T07:32:49-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.88.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 15183 ]
},
"objectClassName" : "domain"
}, {
"handle" : "101.112.149.in-addr.arpa.",
"ldhName" : "101.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS2.DFW-IX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.DFW-IX.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-28T18:59:05-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/101.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/101.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-101-0-1",
"startAddress" : "149.112.101.0",
"endAddress" : "149.112.101.255",
"ipVersion" : "v4",
"name" : "DFW-IX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "DFW-IX - Dallas Internet Exange Point (DFW1)" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-08T19:10:10-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-05-08T15:33:54-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.101.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-101-0-1"
} ],
"entities" : [ {
"handle" : "MUC-33",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Manchitas USA Corp" ], [ "adr", {
"label" : "2200 NE 123 ST\nNorth Miami\nFL\n33181\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MUC-33"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/MUC-33"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-11-21T18:06:53-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-01-26T13:39:04-05:00"
} ],
"entities" : [ {
"handle" : "NETWO9231-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2200 ne 123rd st\nNorth miami\nFL\n33139\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network" ], [ "org", { }, "text", "Network" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-312-818-3949" ] ] ],
"roles" : [ "technical", "abuse", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO9231-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO9231-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T12:35:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-05-22T21:32:05-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "LLOYD340-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "400 S Akard St\nDallas\nTX\n75202\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Robert Lloyd" ], [ "n", { }, "text", [ "Lloyd", "Robert", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-786-456-8596" ] ] ],
"roles" : [ "technical", "noc", "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Dallas DFW1 Internet Exange Point" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LLOYD340-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LLOYD340-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-06T13:33:15-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-05-06T13:33:15-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.101.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 63145 ]
},
"objectClassName" : "domain"
}, {
"handle" : "15.112.149.in-addr.arpa.",
"ldhName" : "15.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS-1261.AWSDNS-29.ORG.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-1661.AWSDNS-15.CO.UK.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-990.AWSDNS-59.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-473.AWSDNS-59.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-12T14:16:55-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/15.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/15.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-15-0-1",
"startAddress" : "149.112.15.0",
"endAddress" : "149.112.15.255",
"ipVersion" : "v4",
"name" : "NINJA-IX-NASHVILLE",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-24T16:29:06-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-02-26T15:46:42-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.15.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-15-0-1"
} ],
"entities" : [ {
"handle" : "RC-983",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Richmond-IX Corporation" ], [ "adr", {
"label" : "530 E McDowell #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RC-983"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RC-983"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-11T07:57:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-10-24T17:53:36-04:00"
} ],
"entities" : [ {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.15.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 30025 ]
},
"objectClassName" : "domain"
}, {
"handle" : "119.112.149.in-addr.arpa.",
"ldhName" : "119.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.QIX.CA.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.QIX.CA.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-05T13:08:58-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/119.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/119.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-119-0-1",
"startAddress" : "149.112.119.0",
"endAddress" : "149.112.119.255",
"ipVersion" : "v4",
"name" : "QIX-YQB-IXP",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Geofeed https://peering.qix.ca/geofeed.csv" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-10T08:44:48-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-12-05T11:35:03-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.119.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-119-0-1"
} ],
"entities" : [ {
"handle" : "QSS-11",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "QIX Solutions & Services" ], [ "adr", {
"label" : "460-615 boul. Rene-Levesque Ouest\nMontreal\nQC\nH3B 1P5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "QIX" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/QSS-11"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/QSS-11"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-05T13:11:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-10-26T13:52:25-04:00"
} ],
"entities" : [ {
"handle" : "ABUSE3646-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "460-615 BOUL. RENE-LEVESQUE OUEST\nMontreal\nQC\nH3B 1P5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-438-320-6800" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.qix.ca" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE3646-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE3646-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-22T11:37:44-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-01-31T14:59:37-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "TECHN1206-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "460-615 boul. Rene-Levesque Ouest\nMontreal\nQC\nH3B 1P5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Technical" ], [ "org", { }, "text", "Technical" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-438-320-6800" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/TECHN1206-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/TECHN1206-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-19T12:05:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-01-31T14:56:34-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "MORIN101-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "460-615 BOUL. RENE-LEVESQUE OUEST\nMontreal\nQC\nH3B 1P5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Karl Morin" ], [ "n", { }, "text", [ "Morin", "Karl", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-514-868-6565" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MORIN101-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MORIN101-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-01T20:14:29-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-08-01T20:14:29-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NOC12999-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "460-615 BOUL. RENE-LEVESQUE OUEST\nMontreal\nQC\nH3B 1P5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operation Center" ], [ "org", { }, "text", "Network Operation Center" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-438-320-6800" ] ] ],
"roles" : [ "dns", "noc", "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.qix.ca" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NOC12999-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NOC12999-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-22T11:37:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-01-31T14:44:44-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ADMIN3772-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "460-615 BOUL. RENE-LEVESQUE OUEST\nMontreal\nQC\nH3B 1P5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Administration" ], [ "org", { }, "text", "Administration" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-514-868-6565" ] ] ],
"roles" : [ "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.qix.ca" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ADMIN3772-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ADMIN3772-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-02T11:11:16-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-01-31T14:38:36-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUGAS35-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "212-2700 de Rouen\nMontreal\nQC\nH2K 1N1\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Eric Dugas" ], [ "n", { }, "text", [ "Dugas", "Eric", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-514-312-3267" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUGAS35-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUGAS35-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-07T09:23:17-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-10-24T10:56:26-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.119.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "1.112.149.in-addr.arpa.",
"ldhName" : "1.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.TAC.GLOBAL.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS3.TAC.GLOBAL.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.TAC.GLOBAL.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-06-13T22:00:24-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/1.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/1.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-1-0-1",
"startAddress" : "149.112.1.0",
"endAddress" : "149.112.1.255",
"ipVersion" : "v4",
"name" : "NEO-IX-LAN-1",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "North East Ohio Internet Exchange", "http://www.neo-ix.com", "Public Peering LAN #1" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:34-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-06-03T10:47:14-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.1.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-1-0-1"
} ],
"entities" : [ {
"handle" : "NEOIE",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "North East Ohio Internet Exchange" ], [ "adr", {
"label" : "1141 Meadow Park Drive\nAkron\nOH\n44333\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.neo-ix.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NEOIE"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/NEOIE"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-05-12T12:55:57-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-05-12T12:55:57-04:00"
} ],
"entities" : [ {
"handle" : "COMPL8-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1141 Meadow Park Drive\nAkron\nOH\n44333\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Compliance Department" ], [ "org", { }, "text", "Compliance Department" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-330-806-9442" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://untangled.technology/" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/COMPL8-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/COMPL8-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T16:44:59-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-05-17T15:48:02-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DEW37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1141 Meadow Park Drive\nAkron\nOH\n44333\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Dustin Eric Wright" ], [ "n", { }, "text", [ "Wright", "Dustin", "Eric", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-884-6415" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-330-806-9442" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-330-409-0245" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DEW37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DEW37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T16:45:13-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-12-27T12:07:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.1.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 62595 ]
},
"objectClassName" : "domain"
}, {
"handle" : "39.112.149.in-addr.arpa.",
"ldhName" : "39.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "DNS.DE-CIX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS.DE-CIX.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-07-11T06:05:17-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/39.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/39.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-39-0-1",
"startAddress" : "149.112.39.0",
"endAddress" : "149.112.39.255",
"ipVersion" : "v4",
"name" : "DECIX-ORD-MAPS",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-09-16T08:26:45-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-13T11:34:50-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.39.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-39-0-1"
} ],
"entities" : [ {
"handle" : "DNA-31",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "DE-CIX North America Inc." ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNA-31"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/DNA-31"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-07T04:45:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-11T13:17:11-05:00"
} ],
"entities" : [ {
"handle" : "DNAAHD-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "org", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAAHD-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAAHD-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:29-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:33:29-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAT-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Tech" ], [ "org", { }, "text", "DE-CIX North America Tech" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAT-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAT-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:53:59-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:39:31-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAN-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America NOC" ], [ "org", { }, "text", "DE-CIX North America NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "noc", "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAN-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAN-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:42-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:36:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.39.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "80.112.149.in-addr.arpa.",
"ldhName" : "80.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-11-30T12:11:08-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/80.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/80.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-80-0-1",
"startAddress" : "149.112.80.0",
"endAddress" : "149.112.80.255",
"ipVersion" : "v4",
"name" : "SPEEDFI",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-11-30T12:10:04-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-11-30T12:10:04-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.80.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-80-0-1"
} ],
"entities" : [ {
"handle" : "SPEED-80",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "SpeedFI Inc." ], [ "adr", {
"label" : "34 Glenarden Pl\nKingston\nON\nK7M 7A9\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://speedfi.ca" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SPEED-80"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/SPEED-80"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-11-07T12:35:50-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-05-28T16:18:14-04:00"
} ],
"entities" : [ {
"handle" : "GILMO85-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "34 Glenarden Pl\nKingston \nON\nK7M 7A9\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Dalton Gilmore" ], [ "n", { }, "text", [ "Gilmore", "Dalton", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-888-961-4786;ext2" ] ] ],
"roles" : [ "abuse", "noc", "technical", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GILMO85-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/GILMO85-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:27:47-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-04-27T15:43:34-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.80.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 399226 ]
},
"objectClassName" : "domain"
}, {
"handle" : "172.112.149.in-addr.arpa.",
"ldhName" : "172.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/172.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/172.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "87.112.149.in-addr.arpa.",
"ldhName" : "87.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-15T13:10:53-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/87.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/87.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-86-0-1",
"startAddress" : "149.112.86.0",
"endAddress" : "149.112.87.255",
"ipVersion" : "v4",
"name" : "NET-FLIX-23",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-15T13:10:09-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-02-15T13:10:09-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.86.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-86-0-1"
} ],
"entities" : [ {
"handle" : "CIH-24",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Community IX Holdings, Inc." ], [ "adr", {
"label" : "2028 E. Ben White Blvd\n#240-9191\nAustin\nTX\n78741-6931\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CIH-24"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CIH-24"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-01-24T12:40:03-05:00"
} ],
"entities" : [ {
"handle" : "COSTE197-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "214 E 9th St, Apt 4C\nNew York\nNY\n10003\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Michael Costello" ], [ "n", { }, "text", [ "Costello", "Michael", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-484-213-1892" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-484-213-1892" ] ] ],
"roles" : [ "routing", "technical", "administrative", "dns", "abuse", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/COSTE197-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/COSTE197-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-06T13:25:15-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-09-06T13:25:15-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "STILL75-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2028 E. Ben White Blvd #240-9191\n\nAustin\nTX\n78741\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Michael Still" ], [ "n", { }, "text", [ "Still", "Michael", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-404-579-2600" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-404-579-2600" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/STILL75-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/STILL75-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-06T13:26:43-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-09-06T13:26:43-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "RE44-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2028 E. Ben White Blvd #240-9191\nAustin\nTX\n78741-6931\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Randy Epstein" ], [ "n", { }, "text", [ "Epstein", "Randy", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-888-925-4678" ] ] ],
"roles" : [ "dns", "abuse", "routing", "noc", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RE44-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/RE44-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-06T06:42:48-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1994-05-23T14:30:34-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.86.0",
"length" : 23
} ],
"arin_originas0_originautnums" : [ 63221 ]
},
"objectClassName" : "domain"
}, {
"handle" : "13.112.149.in-addr.arpa.",
"ldhName" : "13.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.XMISSION.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS.XMISSION.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.XMISSION.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS3.XMISSION.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-03-02T19:51:18-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/13.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/13.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-13-0-1",
"startAddress" : "149.112.13.0",
"endAddress" : "149.112.13.255",
"ipVersion" : "v4",
"name" : "SLIX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-01-25T17:05:26-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-01-25T17:05:26-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.13.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-13-0-1"
} ],
"entities" : [ {
"handle" : "XL-106",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Salt Lake Internet eXchange" ], [ "adr", {
"label" : "51 E 400 S\nSalt Lake City\nUT\n84111\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/XL-106"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/XL-106"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-01-13T13:01:47-05:00"
} ],
"entities" : [ {
"handle" : "NETWO22-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "51 E 400 S\nSuite OOO\nSalt Lake City\nUT\n84111-2753\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Manager" ], [ "org", { }, "text", "Network Manager" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-801-539-0852" ] ] ],
"roles" : [ "noc", "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO22-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO22-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-06T15:35:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-09-13T16:10:58-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "TECHN5-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "51 E 400 S\nSuite OOO\nSalt Lake City\nUT\n84111-2753\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Technical Support" ], [ "org", { }, "text", "Technical Support" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-801-539-0852" ] ] ],
"roles" : [ "dns", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/TECHN5-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/TECHN5-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-06T15:35:37-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-09-13T16:11:04-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETAB-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "51 E 400 S\nSuite OOO\nSalt Lake City\nUT\n84111-2753\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Netabuse Manager" ], [ "org", { }, "text", "Netabuse Manager" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-801-539-0852" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Please use the [email protected] email address for all", "complaints regarding UCE (spam), copyright violations, security", "intrusions, and other suspected network abuse sourcing from", "XMission networks. DO NOT COPY your complaint to any other ARIN", "XMission POC's or email addresses on the XMission network.", "Failure to comply with this statement will result in your", "complaint being ignored." ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETAB-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETAB-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-06T15:35:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-09-13T16:09:39-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ADMIN6123-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "51 E 400 S\nSuite OOO\nSalt Lake City\nUT\n84111\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Administrator" ], [ "org", { }, "text", "Administrator" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-801-539-0852" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ADMIN6123-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ADMIN6123-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-06T15:35:02-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-03-04T11:27:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.13.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 40519 ]
},
"objectClassName" : "domain"
}, {
"handle" : "118.112.149.in-addr.arpa.",
"ldhName" : "118.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-02T14:30:11-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/118.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/118.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-118-0-1",
"startAddress" : "149.112.118.0",
"endAddress" : "149.112.118.255",
"ipVersion" : "v4",
"name" : "717WELLS-IX-PEERING",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-02T14:29:54-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-12-02T14:29:54-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.118.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-118-0-1"
} ],
"entities" : [ {
"handle" : "MIEL-1",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Midwest Internet Exchange LLC" ], [ "adr", {
"label" : "518 Herriman Ct.\nNoblesville\nIN\n46060\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Fd-ix.com internet peering solutions. #keeptrafficlocal" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MIEL-1"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/MIEL-1"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-23T17:19:07-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-01-23T11:41:46-05:00"
} ],
"entities" : [ {
"handle" : "JSW47178-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 146\nWilliamsport\nIN\n47993\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Justin Steven Wilson" ], [ "n", { }, "text", [ "Wilson", "Justin", "Steven", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-217-213-7818" ] ] ],
"roles" : [ "technical", "noc", "routing", "dns", "abuse", "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://j2sw.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/JSW47178-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JSW47178-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-21T11:21:31-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-12-19T21:06:05-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "HAMME2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "16256 Crego Rd.\nDeKalb\nIL\n60115\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mike Hammett" ], [ "n", { }, "text", [ "Hammett", "Mike", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-323-2798" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-815-739-5582" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-815-756-3918" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ics-il.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HAMME2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/HAMME2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T12:09:26-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2011-03-21T08:31:10-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SL324-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "518 Herriman Ct\nNoblesville\nIN\n46060\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SCOTT LEPERE" ], [ "n", { }, "text", [ "LEPERE", "SCOTT", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-317-774-2100" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "ORI.NET - Wireless and Fiber ISP for MDU and HOA communities" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SL324-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SL324-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-29T07:10:04-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1999-11-30T13:33:37-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.118.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 13681 ]
},
"objectClassName" : "domain"
}, {
"handle" : "164.112.149.in-addr.arpa.",
"ldhName" : "164.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/164.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/164.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "60.112.149.in-addr.arpa.",
"ldhName" : "60.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.CLOUDIE.IO.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS0.CLOUDIE.IO.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.CLOUDIE.IO.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-01T02:09:56-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/60.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/60.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-60-0-1",
"startAddress" : "149.112.60.0",
"endAddress" : "149.112.60.255",
"ipVersion" : "v4",
"name" : "NVIX-PEERING-LAN",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-26T17:23:02-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-04-26T17:23:02-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.60.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-60-0-1"
} ],
"entities" : [ {
"handle" : "CNL-171",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Cloudie Networks LLC" ], [ "adr", {
"label" : "530-B HARKLE ROAD\nSTE 100\nSanta Fe\nNM\n87505\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CNL-171"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CNL-171"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-21T07:36:25-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-22T18:08:42-05:00"
} ],
"entities" : [ {
"handle" : "CNLA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530-B HARKLE ROAD\nSTE 100\nSanta Fe\nNM\n87505\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Cloudie Networks LLC Administration" ], [ "org", { }, "text", "Cloudie Networks LLC Administration" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-575-474-1337" ] ] ],
"roles" : [ "administrative", "noc", "technical", "dns", "abuse", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CNLA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CNLA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-28T15:18:48-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-06T19:47:20-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.60.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 57369 ]
},
"objectClassName" : "domain"
}, {
"handle" : "68.112.149.in-addr.arpa.",
"ldhName" : "68.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS.DE-CIX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS.DE-CIX.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-24T05:36:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/68.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/68.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-68-0-1",
"startAddress" : "149.112.68.0",
"endAddress" : "149.112.68.255",
"ipVersion" : "v4",
"name" : "DECIX-SEA-MAPS",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-10T13:25:51-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-10T13:25:51-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.68.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-68-0-1"
} ],
"entities" : [ {
"handle" : "DNA-31",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "DE-CIX North America Inc." ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNA-31"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/DNA-31"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-07T04:45:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-11T13:17:11-05:00"
} ],
"entities" : [ {
"handle" : "DNAAHD-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "org", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAAHD-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAAHD-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:29-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:33:29-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAT-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Tech" ], [ "org", { }, "text", "DE-CIX North America Tech" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAT-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAT-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:53:59-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:39:31-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAN-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America NOC" ], [ "org", { }, "text", "DE-CIX North America NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "noc", "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAN-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAN-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:42-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:36:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.68.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "168.112.149.in-addr.arpa.",
"ldhName" : "168.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/168.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/168.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "58.112.149.in-addr.arpa.",
"ldhName" : "58.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-12T12:54:17-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/58.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/58.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-58-0-1",
"startAddress" : "149.112.58.0",
"endAddress" : "149.112.59.255",
"ipVersion" : "v4",
"name" : "TIX-NETWORK-GLOBAL-PEERING-AND-TRANSIT-VAN1",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-12T12:51:18-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-04-12T12:51:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.58.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-58-0-1"
} ],
"entities" : [ {
"handle" : "RDG-58",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Resilience Data Group Inc." ], [ "adr", {
"label" : "2306 Sherbrooke E Suite 7\nMontreal\nQC\nH2K 1E5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RDG-58"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RDG-58"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-26T08:46:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-02-16T14:56:15-05:00"
} ],
"entities" : [ {
"handle" : "GNO72-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Montreal, Quebec Canada\nMontreal\nQC\nH2K 1E5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Global Network Operations" ], [ "org", { }, "text", "Global Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-833-664-7637" ] ] ],
"roles" : [ "technical", "administrative", "dns", "routing", "abuse", "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network probing strictly forbidden. You will be blacklisted and tar-pitted. " ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GNO72-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/GNO72-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-24T12:16:40-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-03-03T13:30:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.58.0",
"length" : 23
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "173.112.149.in-addr.arpa.",
"ldhName" : "173.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/173.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/173.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "149.in-addr.arpa.",
"ldhName" : "149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "U.ARIN.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "ARIN.AUTHDNS.RIPE.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "Z.ARIN.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "Y.ARIN.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "X.ARIN.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "R.ARIN.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2016-03-22T15:05:38-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-bottom/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
} ]
}
Search Reverse Domains by rdap-up Relation and Reverse Domain Name
Queries for information about reverse domains by rdap-up
relation and reverse domain name are of the form:
<rdap-url>/domains/rirSearch1/rdap-up/<domain-name>
An optional status
query parameter with active
value can be added to these queries as well. If the status
argument is provided, then response processing will proceed as though all objects without the specified status had first been removed from the database. If no such object exists, it will respond with an HTTP 404 (Not Found) search response.
This query will return the top object for the specified object as though that object had been requested directly.
Query Example:
https://rdap.arin.net/registry/domains/rirSearch1/rdap-up/152.112.149.in-addr.arpa.
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-up/152.112.149.in-addr.arpa.",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-up/152.112.149.in-addr.arpa.",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"handle" : "149.in-addr.arpa.",
"ldhName" : "149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "U.ARIN.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "ARIN.AUTHDNS.RIPE.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "Z.ARIN.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "Y.ARIN.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "X.ARIN.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "R.ARIN.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2016-03-22T15:05:38-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-up/152.112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-up/152.112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
}
Search Reverse Domains by rdap-down Relation and Reverse Domain Name
Queries for information about reverse domains by rdap-down
relation and reverse domain name are of the form:
<rdap-url>/domains/rirSearch1/rdap-down/<domain-name>
This query will return the immediate child objects for the specified object. If no such objects exist, the server returns an HTTP 404 (Not Found) response code, with the body of the response containing an empty results array.
Query Example:
https://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"domainSearchResults" : [ {
"handle" : "0.112.149.in-addr.arpa.",
"ldhName" : "0.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-05-20T17:32:35-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/0.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/0.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-0-0-1",
"startAddress" : "149.112.0.0",
"endAddress" : "149.112.0.255",
"ipVersion" : "v4",
"name" : "WIX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-02-13T17:46:52-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-05-20T17:32:25-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.0.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-0-0-1"
} ],
"entities" : [ {
"handle" : "WIE-12",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "WILLAMETTE INTERNET EXCHANGE INC" ], [ "adr", {
"label" : "1430 Willamette Street #772\nEugene\nOR\n97401\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WIE-12"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/WIE-12"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-04-13T15:55:17-04:00"
} ],
"entities" : [ {
"handle" : "LEEPH15-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1711 Willamette St Ste 301 #772\nEugene\nOR\n97401\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Phil Lee" ], [ "n", { }, "text", [ "Lee", "Phil", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-503-701-7792" ] ] ],
"roles" : [ "technical", "routing", "administrative" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-08-20" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LEEPH15-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LEEPH15-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-08-21T12:32:52-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-12-12T19:09:38-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ADMIN7166-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "859 Willamette Street\nEugene\nOR\n97401\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Admin" ], [ "org", { }, "text", "Admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-503-701-7792" ] ] ],
"roles" : [ "technical", "dns", "noc", "abuse", "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-04-04" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ADMIN7166-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ADMIN7166-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-05T11:51:04-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-07-01T17:29:32-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SHAPI60-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "200 North Monroe St.\nEugene\nOR\n97402\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Ben Shapiro" ], [ "n", { }, "text", [ "Shapiro", "Ben", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-541-790-7761" ] ] ],
"roles" : [ "abuse", "noc", "technical", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SHAPI60-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SHAPI60-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-13T17:27:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-11-06T16:49:35-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ADMIN7166-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "859 Willamette Street\nEugene\nOR\n97401\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Admin" ], [ "org", { }, "text", "Admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-503-701-7792" ] ] ],
"roles" : [ "noc", "abuse", "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-04-04" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ADMIN7166-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ADMIN7166-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-05T11:51:04-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-07-01T17:29:32-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SHAPI60-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "200 North Monroe St.\nEugene\nOR\n97402\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Ben Shapiro" ], [ "n", { }, "text", [ "Shapiro", "Ben", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-541-790-7761" ] ] ],
"roles" : [ "noc", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SHAPI60-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SHAPI60-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-13T17:27:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-11-06T16:49:35-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.0.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "1.112.149.in-addr.arpa.",
"ldhName" : "1.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.TAC.GLOBAL.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS3.TAC.GLOBAL.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.TAC.GLOBAL.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-06-13T22:00:24-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/1.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/1.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-1-0-1",
"startAddress" : "149.112.1.0",
"endAddress" : "149.112.1.255",
"ipVersion" : "v4",
"name" : "NEO-IX-LAN-1",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "North East Ohio Internet Exchange", "http://www.neo-ix.com", "Public Peering LAN #1" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:34-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-06-03T10:47:14-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.1.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-1-0-1"
} ],
"entities" : [ {
"handle" : "NEOIE",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "North East Ohio Internet Exchange" ], [ "adr", {
"label" : "1141 Meadow Park Drive\nAkron\nOH\n44333\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.neo-ix.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NEOIE"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/NEOIE"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-05-12T12:55:57-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-05-12T12:55:57-04:00"
} ],
"entities" : [ {
"handle" : "COMPL8-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1141 Meadow Park Drive\nAkron\nOH\n44333\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Compliance Department" ], [ "org", { }, "text", "Compliance Department" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-330-806-9442" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://untangled.technology/" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/COMPL8-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/COMPL8-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T16:44:59-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-05-17T15:48:02-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DEW37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1141 Meadow Park Drive\nAkron\nOH\n44333\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Dustin Eric Wright" ], [ "n", { }, "text", [ "Wright", "Dustin", "Eric", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-884-6415" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-330-806-9442" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-330-409-0245" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DEW37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DEW37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T16:45:13-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-12-27T12:07:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.1.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 62595 ]
},
"objectClassName" : "domain"
}, {
"handle" : "10.112.149.in-addr.arpa.",
"ldhName" : "10.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-10-08T11:55:36-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/10.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/10.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-10-0-1",
"startAddress" : "149.112.10.0",
"endAddress" : "149.112.10.255",
"ipVersion" : "v4",
"name" : "CDV-DATACENTERS",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-15T13:49:44-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-10-08T11:55:17-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.10.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-10-0-1"
} ],
"entities" : [ {
"handle" : "CANAD-108",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Columbia Data Vault Inc." ], [ "adr", {
"label" : "PO Box 46033 RPO Forest Glen\nKitchener\nON\nN2E 4J3\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CANAD-108"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CANAD-108"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-29T09:32:47-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-05-14T15:15:11-04:00"
} ],
"entities" : [ {
"handle" : "KNOC1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 46033 RPO Forest Glen\nKitchener\nON\nN2E 4J3\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KWDC Network Operations Center" ], [ "org", { }, "text", "KWDC Network Operations Center" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-226-666-2430" ] ] ],
"roles" : [ "abuse", "dns", "administrative", "noc", "technical", "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.kwdc.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KNOC1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KNOC1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-21T09:31:52-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-10-11T15:18:55-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.10.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "100.112.149.in-addr.arpa.",
"ldhName" : "100.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-26T13:35:52-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/100.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/100.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-100-0-1",
"startAddress" : "149.112.100.0",
"endAddress" : "149.112.100.255",
"ipVersion" : "v4",
"name" : "ABIX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "ABIX - Antigua and Barbuda Internet Exchange" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-26T13:35:20-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-26T13:35:20-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.100.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-100-0-1"
} ],
"entities" : [ {
"handle" : "ABIX",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ABIX" ], [ "adr", {
"label" : "Suite 206, VillageWalk Commercial Center, Friars Hill,\nSaint John's\n\n00000\nAntigua and Barbuda"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABIX"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ABIX"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-23T11:55:50-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-16T16:53:16-04:00"
} ],
"entities" : [ {
"handle" : "EPHRA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Suite 206 \nVillage Walk Commercial Center\nFriar's Hill Road\nP.O. Box 1546\nSt. John's\nAntigua\n00000\nAntigua and Barbuda"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Yves Ephraim" ], [ "n", { }, "text", [ "Ephraim", "Yves", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-268-562-2326;ext4027" ] ] ],
"roles" : [ "administrative", "technical", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EPHRA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EPHRA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-15T14:22:50-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-08-04T21:20:20-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.100.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "101.112.149.in-addr.arpa.",
"ldhName" : "101.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS2.DFW-IX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.DFW-IX.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-28T18:59:05-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/101.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/101.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-101-0-1",
"startAddress" : "149.112.101.0",
"endAddress" : "149.112.101.255",
"ipVersion" : "v4",
"name" : "DFW-IX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "DFW-IX - Dallas Internet Exange Point (DFW1)" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-08T19:10:10-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-05-08T15:33:54-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.101.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-101-0-1"
} ],
"entities" : [ {
"handle" : "MUC-33",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Manchitas USA Corp" ], [ "adr", {
"label" : "2200 NE 123 ST\nNorth Miami\nFL\n33181\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MUC-33"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/MUC-33"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-11-21T18:06:53-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-01-26T13:39:04-05:00"
} ],
"entities" : [ {
"handle" : "NETWO9231-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2200 ne 123rd st\nNorth miami\nFL\n33139\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network" ], [ "org", { }, "text", "Network" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-312-818-3949" ] ] ],
"roles" : [ "technical", "abuse", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO9231-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO9231-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T12:35:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-05-22T21:32:05-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "LLOYD340-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "400 S Akard St\nDallas\nTX\n75202\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Robert Lloyd" ], [ "n", { }, "text", [ "Lloyd", "Robert", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-786-456-8596" ] ] ],
"roles" : [ "technical", "noc", "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Dallas DFW1 Internet Exange Point" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LLOYD340-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LLOYD340-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-06T13:33:15-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-05-06T13:33:15-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.101.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 63145 ]
},
"objectClassName" : "domain"
}, {
"handle" : "102.112.149.in-addr.arpa.",
"ldhName" : "102.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-15T13:42:43-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/102.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/102.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-102-0-1",
"startAddress" : "149.112.102.0",
"endAddress" : "149.112.102.255",
"ipVersion" : "v4",
"name" : "GLOBALIX-IPV4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-15T13:42:06-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-05-15T13:42:06-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.102.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-102-0-1"
} ],
"entities" : [ {
"handle" : "GI-628",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Global IX" ], [ "adr", {
"label" : "2626 Spring Cypress Rd\nSpring\nTX\n77388\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GI-628"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/GI-628"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T07:02:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-15T19:51:07-04:00"
} ],
"entities" : [ {
"handle" : "ADMIN8683-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2626 Spring Cypress Rd\nSpring\nTX\n77388\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Admin" ], [ "org", { }, "text", "Admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-832-512-5122" ] ] ],
"roles" : [ "dns", "administrative", "noc", "routing", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ADMIN8683-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ADMIN8683-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-15T19:48:47-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-15T19:48:47-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE8998-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2626 Spring Cypress Rd\nSpring\nTX\n77388\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-852-512-8855" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE8998-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE8998-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-15T19:45:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-15T19:45:27-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.102.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "103.112.149.in-addr.arpa.",
"ldhName" : "103.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS0.THESCAX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.THESCAX.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-27T19:39:41-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/103.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/103.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-103-0-1",
"startAddress" : "149.112.103.0",
"endAddress" : "149.112.103.255",
"ipVersion" : "v4",
"name" : "SOUTH-COAST-ACCESS-EXCHANGE",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://thescax.net" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-27T17:42:17-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-06-27T17:42:17-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.103.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-103-0-1"
} ],
"entities" : [ {
"handle" : "AIS-653",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "South Coast Access Exchange" ], [ "adr", {
"label" : "603 Hemlock St\nBrookings\nOR\n97415\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://thescax.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/AIS-653"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/AIS-653"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-21T19:03:10-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-06-12T22:33:39-04:00"
} ],
"entities" : [ {
"handle" : "NETWO9556-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "603 Hemlock St\nBrookings\nOR\n97415\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Administrator" ], [ "org", { }, "text", "Network Administrator" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-541-469-1000;ext2" ] ] ],
"roles" : [ "abuse", "noc", "dns", "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://thescax.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO9556-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO9556-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-12T22:36:41-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-10-04T19:04:53-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.103.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "104.112.149.in-addr.arpa.",
"ldhName" : "104.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.CDNETDNS.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.CDNETDNS.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-26T11:15:22-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/104.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/104.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-104-0-1",
"startAddress" : "149.112.104.0",
"endAddress" : "149.112.105.255",
"ipVersion" : "v4",
"name" : "TELEHOUSE-IIX-LA",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-22T12:27:07-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-06-10T12:33:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.104.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-104-0-1"
} ],
"entities" : [ {
"handle" : "TICA",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "TELEHOUSE International Corp. of America" ], [ "adr", {
"label" : "7 Teleport Drive\nStaten Island\nNY\n10311\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/TICA"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/TICA"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "1999-06-30T00:00:00-04:00"
} ],
"entities" : [ {
"handle" : "KAWAK4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "85 10th ave 7th floor\nNew York\nNY\n10011\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Shinnosuke Kawakita" ], [ "n", { }, "text", [ "Kawakita", "Shinnosuke ", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-718-313-1265" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-929-310-4088" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KAWAK4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KAWAK4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-14T11:36:10-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-08-15T13:15:24-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "GUZMA79-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "7 Teleport\nStaten Island\nNY\n10311\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jose Guzman" ], [ "n", { }, "text", [ "Guzman", "Jose", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-718-313-1149" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-917-923-6209" ] ] ],
"roles" : [ "technical", "dns", "administrative", "abuse", "noc", "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-09-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GUZMA79-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/GUZMA79-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-09-15T13:16:23-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-06-14T11:32:47-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "BATES297-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "7 Telepor drive\nStaten Island\nNY\n10311\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Richard Bates" ], [ "n", { }, "text", [ "Bates", "Richard", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-917-596-7480" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BATES297-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BATES297-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-22T10:49:17-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-08-22T10:49:17-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.104.0",
"length" : 23
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "105.112.149.in-addr.arpa.",
"ldhName" : "105.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS2.CDNETDNS.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.CDNETDNS.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-26T11:15:50-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/105.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/105.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-104-0-1",
"startAddress" : "149.112.104.0",
"endAddress" : "149.112.105.255",
"ipVersion" : "v4",
"name" : "TELEHOUSE-IIX-LA",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-22T12:27:07-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-06-10T12:33:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.104.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-104-0-1"
} ],
"entities" : [ {
"handle" : "TICA",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "TELEHOUSE International Corp. of America" ], [ "adr", {
"label" : "7 Teleport Drive\nStaten Island\nNY\n10311\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/TICA"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/TICA"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "1999-06-30T00:00:00-04:00"
} ],
"entities" : [ {
"handle" : "KAWAK4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "85 10th ave 7th floor\nNew York\nNY\n10011\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Shinnosuke Kawakita" ], [ "n", { }, "text", [ "Kawakita", "Shinnosuke ", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-718-313-1265" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-929-310-4088" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KAWAK4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KAWAK4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-14T11:36:10-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-08-15T13:15:24-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "GUZMA79-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "7 Teleport\nStaten Island\nNY\n10311\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jose Guzman" ], [ "n", { }, "text", [ "Guzman", "Jose", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-718-313-1149" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-917-923-6209" ] ] ],
"roles" : [ "technical", "dns", "administrative", "abuse", "noc", "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-09-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GUZMA79-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/GUZMA79-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-09-15T13:16:23-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-06-14T11:32:47-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "BATES297-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "7 Telepor drive\nStaten Island\nNY\n10311\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Richard Bates" ], [ "n", { }, "text", [ "Bates", "Richard", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-917-596-7480" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BATES297-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BATES297-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-22T10:49:17-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-08-22T10:49:17-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.104.0",
"length" : 23
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "106.112.149.in-addr.arpa.",
"ldhName" : "106.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS-CLOUD-E2.GOOGLEDOMAINS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-CLOUD-E3.GOOGLEDOMAINS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-CLOUD-E1.GOOGLEDOMAINS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-CLOUD-E4.GOOGLEDOMAINS.COM.",
"objectClassName" : "nameserver"
} ],
"secureDNS" : {
"delegationSigned" : true,
"dsData" : [ {
"keyTag" : 61376,
"algorithm" : 8,
"digestType" : 2,
"digest" : "122CFA31598A7A8E6E676DC9DF0CF1C5DA371419B5D83ECE0312181C4BF9040D"
} ]
},
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-02T09:44:26-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/106.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/106.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-106-0-1",
"startAddress" : "149.112.106.0",
"endAddress" : "149.112.106.255",
"ipVersion" : "v4",
"name" : "MANAGEMENT",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-02T09:34:18-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-07-02T09:34:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.106.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-106-0-1"
} ],
"entities" : [ {
"handle" : "CL-2288",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "MorePeering" ], [ "adr", {
"label" : "16192 Coastal Highway\nLewes\nDE\n19958\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CL-2288"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CL-2288"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-12T07:22:20-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-10-19T17:16:09-04:00"
} ],
"entities" : [ {
"handle" : "NUMBE4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "16192 Coastal Highway\nLewes\nDE\n19958\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Numbers Contact" ], [ "org", { }, "text", "Numbers Contact" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-302-645-7400" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NUMBE4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NUMBE4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-07T16:21:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-10-30T19:24:36-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.106.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "107.112.149.in-addr.arpa.",
"ldhName" : "107.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-16T08:52:54-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/107.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/107.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-107-0-1",
"startAddress" : "149.112.107.0",
"endAddress" : "149.112.107.255",
"ipVersion" : "v4",
"name" : "FDIX-AMARILLO",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-16T08:52:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-07-16T08:52:13-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.107.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-107-0-1"
} ],
"entities" : [ {
"handle" : "MIEL-1",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Midwest Internet Exchange LLC" ], [ "adr", {
"label" : "518 Herriman Ct.\nNoblesville\nIN\n46060\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Fd-ix.com internet peering solutions. #keeptrafficlocal" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MIEL-1"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/MIEL-1"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-23T17:19:07-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-01-23T11:41:46-05:00"
} ],
"entities" : [ {
"handle" : "JSW47178-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 146\nWilliamsport\nIN\n47993\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Justin Steven Wilson" ], [ "n", { }, "text", [ "Wilson", "Justin", "Steven", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-217-213-7818" ] ] ],
"roles" : [ "technical", "noc", "routing", "dns", "abuse", "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://j2sw.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/JSW47178-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JSW47178-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-21T11:21:31-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-12-19T21:06:05-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "HAMME2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "16256 Crego Rd.\nDeKalb\nIL\n60115\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mike Hammett" ], [ "n", { }, "text", [ "Hammett", "Mike", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-323-2798" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-815-739-5582" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-815-756-3918" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ics-il.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HAMME2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/HAMME2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T12:09:26-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2011-03-21T08:31:10-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SL324-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "518 Herriman Ct\nNoblesville\nIN\n46060\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SCOTT LEPERE" ], [ "n", { }, "text", [ "LEPERE", "SCOTT", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-317-774-2100" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "ORI.NET - Wireless and Fiber ISP for MDU and HOA communities" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SL324-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SL324-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-29T07:10:04-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1999-11-30T13:33:37-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.107.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 13681 ]
},
"objectClassName" : "domain"
}, {
"handle" : "108.112.149.in-addr.arpa.",
"ldhName" : "108.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "DNS1.IU.EDU.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS3.IU.EDU.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS2.IU.EDU.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-07T09:27:21-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/108.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/108.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-108-0-1",
"startAddress" : "149.112.108.0",
"endAddress" : "149.112.108.255",
"ipVersion" : "v4",
"name" : "ALASKAIX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://alaskaix.net/" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-18T10:48:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-07-18T10:48:33-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.108.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-108-0-1"
} ],
"entities" : [ {
"handle" : "NOAABO",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "National Oceanic and Atmospheric Administration" ], [ "adr", {
"label" : "325 Broadway\nBoulder\nCO\n80305\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NOAABO"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/NOAABO"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-07-10T12:33:29-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1990-05-08T00:00:00-04:00"
} ],
"entities" : [ {
"handle" : "NAA38-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "325 Broadway\nNWAVE\nBoulder\nCO\n80305\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "N-Wave ARIN Admin" ], [ "org", { }, "text", "N-Wave ARIN Admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-812-856-7477" ] ] ],
"roles" : [ "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://noc.nwave.noaa.gov" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NAA38-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NAA38-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-08T14:04:34-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-07-02T11:30:10-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NAT41-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "325 Broadway\nNWAVE\nBoulder\nCO\n80305\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "N-Wave ARIN Tech" ], [ "org", { }, "text", "N-Wave ARIN Tech" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-812-856-7477" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NAT41-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NAT41-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-08T14:04:43-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-07-08T17:36:52-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NAA40-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "325 Broadway\nNWAVE\nBoulder\nCO\n80305\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "N-Wave ARIN Abuse" ], [ "org", { }, "text", "N-Wave ARIN Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-812-856-7477" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NAA40-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NAA40-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-08T14:04:25-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-07-08T17:55:49-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.108.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "109.112.149.in-addr.arpa.",
"ldhName" : "109.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "IP1.CHAMELEONLABS.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "IP2.CHAMELEONLABS.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T18:10:48-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/109.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/109.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-109-0-1",
"startAddress" : "149.112.109.0",
"endAddress" : "149.112.109.255",
"ipVersion" : "v4",
"name" : "CHAMELEON-NAP-MIA",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-02T09:12:28-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-08-02T09:12:28-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.109.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-109-0-1"
} ],
"entities" : [ {
"handle" : "CLL-172",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Chameleon Labs LLC" ], [ "adr", {
"label" : "3224 SW 29TH AVENUE\nCape Coral\nFL\n33914\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "DDoS Protection Services" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CLL-172"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CLL-172"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-26T11:35:29-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-03-19T19:51:23-04:00"
} ],
"entities" : [ {
"handle" : "AAR96-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "3224 SW 29TH AVENUE\nCape Coral\nFL\n33914\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Andres Adrian Rodriguez" ], [ "n", { }, "text", [ "Rodriguez", "Andres", "Adrian", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-786-315-8457" ] ] ],
"roles" : [ "administrative", "abuse", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "DDoS Protection Service" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/AAR96-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AAR96-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-19T19:47:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-03-19T19:47:13-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.109.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 21658 ]
},
"objectClassName" : "domain"
}, {
"handle" : "11.112.149.in-addr.arpa.",
"ldhName" : "11.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "DNS.DE-CIX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS.DE-CIX.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-12-18T08:59:26-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/11.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/11.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-11-0-1",
"startAddress" : "149.112.11.0",
"endAddress" : "149.112.11.255",
"ipVersion" : "v4",
"name" : "DE-CIX-ORD-IXP-IPV4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "DE-CIX Chicago Internet Exchange Point IPv4 Peering LAN" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-10-14T16:45:55-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.11.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-11-0-1"
} ],
"entities" : [ {
"handle" : "DNA-31",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "DE-CIX North America Inc." ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNA-31"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/DNA-31"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-07T04:45:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-11T13:17:11-05:00"
} ],
"entities" : [ {
"handle" : "DNAAHD-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "org", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAAHD-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAAHD-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:29-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:33:29-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAT-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Tech" ], [ "org", { }, "text", "DE-CIX North America Tech" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAT-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAT-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:53:59-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:39:31-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAN-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America NOC" ], [ "org", { }, "text", "DE-CIX North America NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "noc", "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAN-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAN-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:42-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:36:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.11.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "110.112.149.in-addr.arpa.",
"ldhName" : "110.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-02T14:40:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/110.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/110.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-110-0-1",
"startAddress" : "149.112.110.0",
"endAddress" : "149.112.110.255",
"ipVersion" : "v4",
"name" : "AVIRM-COMMUNICATIONS-DET-IX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-02T14:39:25-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-08-02T14:39:25-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.110.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-110-0-1"
} ],
"entities" : [ {
"handle" : "AVIRM",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Avirm Inc." ], [ "adr", {
"label" : "24700 Northwestern Hwy\n6th Floor\nSouthfield\nMI\n48075\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Avirm Communications Inc." ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/AVIRM"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/AVIRM"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-05T16:25:47-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-10-24T15:57:31-04:00"
} ],
"entities" : [ {
"handle" : "ANOT1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "24700 Northwestern Hwy\n6th Floor\nSouthfield\nMI\n48075\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Avirm Network Operations Team" ], [ "org", { }, "text", "Avirm Network Operations Team" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-888-284-7626;ext5555" ] ] ],
"roles" : [ "noc", "technical", "dns", "administrative", "routing", "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "avirmcommunications.com", "Standard NOC hours are 24/7" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ANOT1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ANOT1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-21T11:12:01-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-10-24T15:53:55-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.110.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "111.112.149.in-addr.arpa.",
"ldhName" : "111.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.INFINIAHOST.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.INFINIAHOST.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T17:59:09-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/111.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/111.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-111-0-1",
"startAddress" : "149.112.111.0",
"endAddress" : "149.112.111.255",
"ipVersion" : "v4",
"name" : "INFINIA-PEER",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Infinia Peering Network" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T17:27:47-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-08-12T17:27:47-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.111.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-111-0-1"
} ],
"entities" : [ {
"handle" : "INFIN-87",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "InfiniaHost.com" ], [ "adr", {
"label" : "150 SE 2ND AVE\nSTE 300\nMiami\nFL\n33131\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Send abuse to [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/INFIN-87"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/INFIN-87"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-06T11:02:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-09-27T19:15:52-04:00"
} ],
"entities" : [ {
"handle" : "OZUNA12-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "150 SE 2ND AVE\nSTE 300\nMiami\nFL\n33131\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Yerany Ozuna" ], [ "n", { }, "text", [ "Ozuna", "Yerany", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-786-656-8452" ] ] ],
"roles" : [ "abuse", "technical", "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Send Abuse to [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/OZUNA12-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/OZUNA12-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-26T18:47:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-09-27T19:12:37-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.111.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 16611 ]
},
"objectClassName" : "domain"
}, {
"handle" : "112.112.149.in-addr.arpa.",
"ldhName" : "112.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS3.PCH.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "ANYNS.PCH.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.PCH.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2016-08-19T18:20:29-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/112.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/112.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-112-0-1",
"startAddress" : "149.112.112.0",
"endAddress" : "149.112.112.255",
"ipVersion" : "v4",
"name" : "PCH-PUBLIC-RESOLVER",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-13T12:15:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-08-02T11:18:25-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.112.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-112-0-1"
} ],
"entities" : [ {
"handle" : "CLEAN-97",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Quad9" ], [ "adr", {
"label" : "CleanerDNS Inc. dba Quad9\n1442A Walnut Street, Suite 501\nBerkeley\nCA\n94709\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://quad9.net/", "Global Public Recursive DNS Resolver Service" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CLEAN-97"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CLEAN-97"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-10T14:48:27-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-09-07T11:04:40-04:00"
} ],
"entities" : [ {
"handle" : "KARAD10-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "20289 Leier Pl\nAshburn\nVA\n20147\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Darren Kara" ], [ "n", { }, "text", [ "Kara", "Darren", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-929-8954" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-703-929-8954" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KARAD10-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KARAD10-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-06T12:38:24-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2025-01-06T12:38:24-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "QUADA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "c/o SWITCH\nWerdstrasse 2\nZurich\n\n8004\nSwitzerland"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Quad9 Admin" ], [ "org", { }, "text", "Quad9 Admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+41 44 5279990" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/QUADA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/QUADA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-16T12:40:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-09-21T13:01:42-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "QUADA1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1442 A Walnut Street Ste 501\nBerkeley\nCA\n94709\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Quad9 Abuse" ], [ "org", { }, "text", "Quad9 Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-415-831-3129" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/QUADA1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/QUADA1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-23T09:57:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-09-21T13:03:38-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SHRES60-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "932 Parker Street #3\nBerkeley\nCA\n94710\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Kabindra Shrestha" ], [ "n", { }, "text", [ "Shrestha", "Kabindra", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-415-831-3111" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SHRES60-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SHRES60-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-06T08:41:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-04-25T08:13:54-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "QNO5-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1442 A Walnut Street Ste 501\nBerkeley\nCA\n94709\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Quad9 Network Operations" ], [ "org", { }, "text", "Quad9 Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-415-831-3129" ] ] ],
"roles" : [ "technical", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/QNO5-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/QNO5-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-05T14:34:57-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-09-21T12:59:40-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.112.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 19281 ]
},
"objectClassName" : "domain"
}, {
"handle" : "113.112.149.in-addr.arpa.",
"ldhName" : "113.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "DNS.DE-CIX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS.DE-CIX.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-11T09:46:50-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/113.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/113.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-113-0-1",
"startAddress" : "149.112.113.0",
"endAddress" : "149.112.113.255",
"ipVersion" : "v4",
"name" : "DE-CIX-HOU-IXP-IPV4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-03T14:25:26-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-09-03T14:25:26-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.113.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-113-0-1"
} ],
"entities" : [ {
"handle" : "DNA-31",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "DE-CIX North America Inc." ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNA-31"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/DNA-31"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-07T04:45:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-11T13:17:11-05:00"
} ],
"entities" : [ {
"handle" : "DNAAHD-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "org", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAAHD-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAAHD-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:29-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:33:29-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAT-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Tech" ], [ "org", { }, "text", "DE-CIX North America Tech" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAT-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAT-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:53:59-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:39:31-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAN-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America NOC" ], [ "org", { }, "text", "DE-CIX North America NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "noc", "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAN-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAN-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:42-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:36:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.113.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 396471 ]
},
"objectClassName" : "domain"
}, {
"handle" : "114.112.149.in-addr.arpa.",
"ldhName" : "114.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.THEFIREHORN.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS3.THEFIREHORN.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.THEFIREHORN.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-09T05:05:07-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/114.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/114.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-114-0-1",
"startAddress" : "149.112.114.0",
"endAddress" : "149.112.114.255",
"ipVersion" : "v4",
"name" : "PADUCAH-IX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-09T18:13:49-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-09-09T18:13:49-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.114.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-114-0-1"
} ],
"entities" : [ {
"handle" : "PIE-35",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Paducah Internet Exchange Inc." ], [ "adr", {
"label" : "1212 Helen St\nPaducah\nKY\n42001\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/PIE-35"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/PIE-35"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-04T13:52:46-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-08-26T19:50:48-04:00"
} ],
"entities" : [ {
"handle" : "PLU29-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1212 Helen Street\nPaducah\nKY\n42001-2200\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Preston Louis Ursini" ], [ "n", { }, "text", [ "Ursini", "Preston", "Louis", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-855-347-3476" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-270-559-0737" ] ] ],
"roles" : [ "administrative", "abuse", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/PLU29-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/PLU29-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-05T00:29:11-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-09-14T19:20:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.114.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "115.112.149.in-addr.arpa.",
"ldhName" : "115.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.SFMIX.ORG.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-10T00:20:41-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/115.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/115.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-115-0-1",
"startAddress" : "149.112.115.0",
"endAddress" : "149.112.115.255",
"ipVersion" : "v4",
"name" : "SFMIX-V4-TRANSIT",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-10T00:17:30-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-10-09T16:48:59-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.115.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-115-0-1"
} ],
"entities" : [ {
"handle" : "SFMIES",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "San Francisco Metropolitan Internet Exchange (SFMIX)" ], [ "adr", {
"label" : "PO Box 8243\nEmeryville\nCA\n94662\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SFMIES"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/SFMIES"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-27T00:44:10-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2006-06-27T11:03:01-04:00"
} ],
"entities" : [ {
"handle" : "STRA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 8243\nEmeryville\nCA\n94662\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SFMIX Technical Role Account" ], [ "org", { }, "text", "SFMIX Technical Role Account" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-877-365-6246" ] ] ],
"roles" : [ "technical", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/STRA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/STRA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-16T02:10:18-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2006-06-27T02:42:06-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "MPE54-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 314\nHayward\nCA\n94543\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Matt Peterson" ], [ "n", { }, "text", [ "Peterson", "Matt", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "matt+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-510-315-1948" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MPE54-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MPE54-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-04T12:45:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2005-01-14T15:26:21-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "LASSO11-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "460 Brannan Street #77424\nSan Francisco\nCA\n94105\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jonathan Lassoff" ], [ "n", { }, "text", [ "Lassoff", "Jonathan", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-415-215-2464" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-15" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LASSO11-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LASSO11-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-16T18:12:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-01-16T18:12:46-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "TP47-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "423 Durant Way\nMill Valley\nCA\n94941-4067\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Tim Pozar" ], [ "n", { }, "text", [ "Pozar", "Tim", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-415-665-3790" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-415-637-8512" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-11-19" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/TP47-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/TP47-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-11-20T18:50:21-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.115.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 40271 ]
},
"objectClassName" : "domain"
}, {
"handle" : "116.112.149.in-addr.arpa.",
"ldhName" : "116.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-23T16:16:36-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/116.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/116.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-116-0-1",
"startAddress" : "149.112.116.0",
"endAddress" : "149.112.116.255",
"ipVersion" : "v4",
"name" : "BACK WAVES LIMITED - US",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-09T17:00:24-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-10-23T16:16:10-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.116.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-116-0-1"
} ],
"entities" : [ {
"handle" : "HNSUL-1",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Hytron Network Services (US) LLC" ], [ "adr", {
"label" : "1312 17th Street, Unit #2186\nDenver\nCO\n80202\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HNSUL-1"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/HNSUL-1"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-21T09:57:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-10-11T02:41:26-04:00"
} ],
"entities" : [ {
"handle" : "HYTRO-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1312 17th Street, Unit #2186\nDenver\nCO\n80202\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "HYTRON-NOC" ], [ "org", { }, "text", "HYTRON-NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-213-632-6831" ] ] ],
"roles" : [ "abuse", "technical", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HYTRO-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/HYTRO-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-11T02:38:47-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-06-24T04:06:38-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.116.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 153371 ]
},
"objectClassName" : "domain"
}, {
"handle" : "117.112.149.in-addr.arpa.",
"ldhName" : "117.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-20T12:03:16-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/117.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/117.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-117-0-1",
"startAddress" : "149.112.117.0",
"endAddress" : "149.112.117.255",
"ipVersion" : "v4",
"name" : "MDNET-V4-IX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-20T12:02:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-11-20T12:02:51-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.117.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-117-0-1"
} ],
"entities" : [ {
"handle" : "ML-1454",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "MoeDove" ], [ "adr", {
"label" : "2201 MENAUL BLVD NE STE A\nAlbuquerque\nNM\n87107\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://www.moedove.com", "Standard NOC hours are 7:00 AM to 11:00 PM UTC+8" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ML-1454"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ML-1454"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-23T18:13:30-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-03-20T07:24:17-04:00"
} ],
"entities" : [ {
"handle" : "MOEDO-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2201 MENAUL BLVD NE STE A\nAlbuquerque\nNM\n87107\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "MoeDove" ], [ "org", { }, "text", "MoeDove" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-203-441-5770" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MOEDO-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MOEDO-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-20T07:08:47-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-03-20T07:08:47-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ELLEN136-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "London\nGB\n\n01000\nUnited Kingdom"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Lily Ellenvia" ], [ "n", { }, "text", [ "Ellenvia", "Lily", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-828-581-9509" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Do not contact me, contact NOC" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ELLEN136-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ELLEN136-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-24T07:22:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-09-10T10:57:06-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "HAIMA2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "18 Tsing Luk Street, Tsing Yi\nTsing Yi\n\n\nHong Kong"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Ma Hai" ], [ "n", { }, "text", [ "Hai", "Ma", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-802-647-3716" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-802-647-3716" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HAIMA2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/HAIMA2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-24T02:51:48-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-07-28T03:21:48-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "YANGY12-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Xuhui district,\nShanghai\n\n\nChina"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Yingling Yang" ], [ "n", { }, "text", [ "Yang", "Yingling", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+7561589707" ] ] ],
"roles" : [ "routing", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/YANGY12-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/YANGY12-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-05T04:42:06-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-11-05T04:42:06-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.117.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "118.112.149.in-addr.arpa.",
"ldhName" : "118.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-02T14:30:11-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/118.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/118.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-118-0-1",
"startAddress" : "149.112.118.0",
"endAddress" : "149.112.118.255",
"ipVersion" : "v4",
"name" : "717WELLS-IX-PEERING",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-02T14:29:54-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-12-02T14:29:54-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.118.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-118-0-1"
} ],
"entities" : [ {
"handle" : "MIEL-1",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Midwest Internet Exchange LLC" ], [ "adr", {
"label" : "518 Herriman Ct.\nNoblesville\nIN\n46060\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Fd-ix.com internet peering solutions. #keeptrafficlocal" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MIEL-1"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/MIEL-1"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-23T17:19:07-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-01-23T11:41:46-05:00"
} ],
"entities" : [ {
"handle" : "JSW47178-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 146\nWilliamsport\nIN\n47993\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Justin Steven Wilson" ], [ "n", { }, "text", [ "Wilson", "Justin", "Steven", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-217-213-7818" ] ] ],
"roles" : [ "technical", "noc", "routing", "dns", "abuse", "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://j2sw.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/JSW47178-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JSW47178-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-21T11:21:31-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-12-19T21:06:05-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "HAMME2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "16256 Crego Rd.\nDeKalb\nIL\n60115\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mike Hammett" ], [ "n", { }, "text", [ "Hammett", "Mike", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-323-2798" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-815-739-5582" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-815-756-3918" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ics-il.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HAMME2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/HAMME2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T12:09:26-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2011-03-21T08:31:10-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SL324-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "518 Herriman Ct\nNoblesville\nIN\n46060\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SCOTT LEPERE" ], [ "n", { }, "text", [ "LEPERE", "SCOTT", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-317-774-2100" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "ORI.NET - Wireless and Fiber ISP for MDU and HOA communities" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SL324-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SL324-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-29T07:10:04-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1999-11-30T13:33:37-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.118.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 13681 ]
},
"objectClassName" : "domain"
}, {
"handle" : "119.112.149.in-addr.arpa.",
"ldhName" : "119.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.QIX.CA.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.QIX.CA.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-05T13:08:58-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/119.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/119.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-119-0-1",
"startAddress" : "149.112.119.0",
"endAddress" : "149.112.119.255",
"ipVersion" : "v4",
"name" : "QIX-YQB-IXP",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Geofeed https://peering.qix.ca/geofeed.csv" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-10T08:44:48-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-12-05T11:35:03-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.119.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-119-0-1"
} ],
"entities" : [ {
"handle" : "QSS-11",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "QIX Solutions & Services" ], [ "adr", {
"label" : "460-615 boul. Rene-Levesque Ouest\nMontreal\nQC\nH3B 1P5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "QIX" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/QSS-11"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/QSS-11"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-05T13:11:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-10-26T13:52:25-04:00"
} ],
"entities" : [ {
"handle" : "ABUSE3646-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "460-615 BOUL. RENE-LEVESQUE OUEST\nMontreal\nQC\nH3B 1P5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-438-320-6800" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.qix.ca" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE3646-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE3646-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-22T11:37:44-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-01-31T14:59:37-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "TECHN1206-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "460-615 boul. Rene-Levesque Ouest\nMontreal\nQC\nH3B 1P5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Technical" ], [ "org", { }, "text", "Technical" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-438-320-6800" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/TECHN1206-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/TECHN1206-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-19T12:05:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-01-31T14:56:34-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "MORIN101-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "460-615 BOUL. RENE-LEVESQUE OUEST\nMontreal\nQC\nH3B 1P5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Karl Morin" ], [ "n", { }, "text", [ "Morin", "Karl", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-514-868-6565" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MORIN101-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MORIN101-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-01T20:14:29-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-08-01T20:14:29-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NOC12999-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "460-615 BOUL. RENE-LEVESQUE OUEST\nMontreal\nQC\nH3B 1P5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operation Center" ], [ "org", { }, "text", "Network Operation Center" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-438-320-6800" ] ] ],
"roles" : [ "dns", "noc", "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.qix.ca" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NOC12999-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NOC12999-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-22T11:37:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-01-31T14:44:44-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ADMIN3772-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "460-615 BOUL. RENE-LEVESQUE OUEST\nMontreal\nQC\nH3B 1P5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Administration" ], [ "org", { }, "text", "Administration" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-514-868-6565" ] ] ],
"roles" : [ "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.qix.ca" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ADMIN3772-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ADMIN3772-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-02T11:11:16-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-01-31T14:38:36-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUGAS35-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "212-2700 de Rouen\nMontreal\nQC\nH2K 1N1\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Eric Dugas" ], [ "n", { }, "text", [ "Dugas", "Eric", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-514-312-3267" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUGAS35-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUGAS35-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-07T09:23:17-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-10-24T10:56:26-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.119.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "12.112.149.in-addr.arpa.",
"ldhName" : "12.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS-CLOUD-B3.GOOGLEDOMAINS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-CLOUD-B4.GOOGLEDOMAINS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-CLOUD-B2.GOOGLEDOMAINS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-CLOUD-B1.GOOGLEDOMAINS.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-31T20:40:39-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/12.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/12.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-12-0-1",
"startAddress" : "149.112.12.0",
"endAddress" : "149.112.12.255",
"ipVersion" : "v4",
"name" : "NOVVA",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "ADDRESSES WITHIN THIS PREFIX ARE NON-PORTABLE", "https://www.novva.com" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-28T20:42:33-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-01-20T16:56:55-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.12.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-12-0-1"
} ],
"entities" : [ {
"handle" : "NOVVA",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "NOVVA INC" ], [ "adr", {
"label" : "6477 W WELLS PARK RD\nWEST JORDAN\nUT\n84081\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://www.novva.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NOVVA"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/NOVVA"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-06-17T17:18:47-04:00"
} ],
"entities" : [ {
"handle" : "LINDS294-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "6477 W WELLS PARK RD\nWEST JORDAN\nUT\n84081\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Clint Lindsey" ], [ "n", { }, "text", [ "Lindsey", "Clint", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-888-668-8232" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-801-647-9119" ] ] ],
"roles" : [ "technical", "noc", "routing", "abuse", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LINDS294-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LINDS294-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-26T09:40:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-28T15:31:16-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ALLEN1471-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "12382 Gateway Parkway Place Suite B300\nDraper\nUT\n84020\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Van Allen" ], [ "n", { }, "text", [ "Allen", "Van", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-801-718-3671" ] ] ],
"roles" : [ "technical", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ALLEN1471-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ALLEN1471-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-14T11:19:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-05-12T13:47:29-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.12.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 21529 ]
},
"objectClassName" : "domain"
}, {
"handle" : "120.112.149.in-addr.arpa.",
"ldhName" : "120.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS2.D-ZONE.CA.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.D-ZONE.CA.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2017-07-26T11:52:56-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/120.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/120.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-120-0-1",
"startAddress" : "149.112.120.0",
"endAddress" : "149.112.127.255",
"ipVersion" : "v4",
"name" : "CIRA-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or\r", "Monday to Friday, 8:00 to 20:00 (EST)\r", "Phone: 1-877-860-141\r", "abuse: [email protected]\r", "network operations: [email protected]" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:39-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-03-08T19:27:59-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.120.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-120-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.120.0",
"length" : 21
} ],
"arin_originas0_originautnums" : [ 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "121.112.149.in-addr.arpa.",
"ldhName" : "121.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.D-ZONE.CA.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.D-ZONE.CA.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2017-07-26T11:52:56-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/121.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/121.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-120-0-1",
"startAddress" : "149.112.120.0",
"endAddress" : "149.112.127.255",
"ipVersion" : "v4",
"name" : "CIRA-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or\r", "Monday to Friday, 8:00 to 20:00 (EST)\r", "Phone: 1-877-860-141\r", "abuse: [email protected]\r", "network operations: [email protected]" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:39-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-03-08T19:27:59-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.120.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-120-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.120.0",
"length" : 21
} ],
"arin_originas0_originautnums" : [ 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "122.112.149.in-addr.arpa.",
"ldhName" : "122.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS2.D-ZONE.CA.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.D-ZONE.CA.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2017-07-26T11:52:56-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/122.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/122.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-120-0-1",
"startAddress" : "149.112.120.0",
"endAddress" : "149.112.127.255",
"ipVersion" : "v4",
"name" : "CIRA-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or\r", "Monday to Friday, 8:00 to 20:00 (EST)\r", "Phone: 1-877-860-141\r", "abuse: [email protected]\r", "network operations: [email protected]" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:39-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-03-08T19:27:59-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.120.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-120-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.120.0",
"length" : 21
} ],
"arin_originas0_originautnums" : [ 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "123.112.149.in-addr.arpa.",
"ldhName" : "123.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.D-ZONE.CA.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.D-ZONE.CA.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2017-07-26T11:52:56-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/123.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/123.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-120-0-1",
"startAddress" : "149.112.120.0",
"endAddress" : "149.112.127.255",
"ipVersion" : "v4",
"name" : "CIRA-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or\r", "Monday to Friday, 8:00 to 20:00 (EST)\r", "Phone: 1-877-860-141\r", "abuse: [email protected]\r", "network operations: [email protected]" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:39-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-03-08T19:27:59-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.120.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-120-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.120.0",
"length" : 21
} ],
"arin_originas0_originautnums" : [ 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "124.112.149.in-addr.arpa.",
"ldhName" : "124.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.D-ZONE.CA.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.D-ZONE.CA.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2017-07-26T11:52:56-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/124.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/124.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-120-0-1",
"startAddress" : "149.112.120.0",
"endAddress" : "149.112.127.255",
"ipVersion" : "v4",
"name" : "CIRA-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or\r", "Monday to Friday, 8:00 to 20:00 (EST)\r", "Phone: 1-877-860-141\r", "abuse: [email protected]\r", "network operations: [email protected]" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:39-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-03-08T19:27:59-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.120.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-120-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.120.0",
"length" : 21
} ],
"arin_originas0_originautnums" : [ 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "125.112.149.in-addr.arpa.",
"ldhName" : "125.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.D-ZONE.CA.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.D-ZONE.CA.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2017-07-26T11:52:56-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/125.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/125.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-120-0-1",
"startAddress" : "149.112.120.0",
"endAddress" : "149.112.127.255",
"ipVersion" : "v4",
"name" : "CIRA-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or\r", "Monday to Friday, 8:00 to 20:00 (EST)\r", "Phone: 1-877-860-141\r", "abuse: [email protected]\r", "network operations: [email protected]" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:39-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-03-08T19:27:59-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.120.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-120-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.120.0",
"length" : 21
} ],
"arin_originas0_originautnums" : [ 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "126.112.149.in-addr.arpa.",
"ldhName" : "126.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS2.D-ZONE.CA.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.D-ZONE.CA.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2017-07-26T11:52:56-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/126.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/126.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-120-0-1",
"startAddress" : "149.112.120.0",
"endAddress" : "149.112.127.255",
"ipVersion" : "v4",
"name" : "CIRA-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or\r", "Monday to Friday, 8:00 to 20:00 (EST)\r", "Phone: 1-877-860-141\r", "abuse: [email protected]\r", "network operations: [email protected]" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:39-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-03-08T19:27:59-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.120.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-120-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.120.0",
"length" : 21
} ],
"arin_originas0_originautnums" : [ 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "127.112.149.in-addr.arpa.",
"ldhName" : "127.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.D-ZONE.CA.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.D-ZONE.CA.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2017-07-26T11:52:56-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/127.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/127.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-120-0-1",
"startAddress" : "149.112.120.0",
"endAddress" : "149.112.127.255",
"ipVersion" : "v4",
"name" : "CIRA-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or\r", "Monday to Friday, 8:00 to 20:00 (EST)\r", "Phone: 1-877-860-141\r", "abuse: [email protected]\r", "network operations: [email protected]" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:39-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-03-08T19:27:59-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.120.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-120-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.120.0",
"length" : 21
} ],
"arin_originas0_originautnums" : [ 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "128.112.149.in-addr.arpa.",
"ldhName" : "128.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS2.DFW-IX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.DFW-IX.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-18T08:45:33-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/128.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/128.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-128-0-1",
"startAddress" : "149.112.128.0",
"endAddress" : "149.112.128.255",
"ipVersion" : "v4",
"name" : "PEER-ENGINE-MIA",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Miami Public Internet Exange" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-31T10:59:37-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-12-31T10:59:37-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.128.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-128-0-1"
} ],
"entities" : [ {
"handle" : "HEC-114",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Host-Engine.com" ], [ "adr", {
"label" : "2200 NE 123RD ST\nNORTH MIAMI\nFL\n33181\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Host-Engine.com - 10gbps dedicated servers" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HEC-114"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/HEC-114"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-08T16:00:25-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-04-03T14:41:31-04:00"
} ],
"entities" : [ {
"handle" : "LLOYD339-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "200 SE 1st St\nFl 3\nMiami\nFL\n33131\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Robert Lloyd" ], [ "n", { }, "text", [ "Lloyd", "Robert", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-786-545-2569" ] ] ],
"roles" : [ "abuse", "noc", "routing", "technical", "dns", "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Abuse reports should be sent to [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LLOYD339-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LLOYD339-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-21T10:12:01-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-11-22T10:49:34-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.128.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 30399 ]
},
"objectClassName" : "domain"
}, {
"handle" : "129.112.149.in-addr.arpa.",
"ldhName" : "129.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.SOLIDROCK.NETWORK.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-09T14:54:30-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/129.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/129.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-129-0-1",
"startAddress" : "149.112.129.0",
"endAddress" : "149.112.129.255",
"ipVersion" : "v4",
"name" : "GRANITEIX-V4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-02T08:58:17-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2025-01-02T08:58:17-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.129.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-129-0-1"
} ],
"entities" : [ {
"handle" : "GL-948",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "GraniteIX LLC" ], [ "adr", {
"label" : "2791 N 3480 W\nLehi\nUT\n84043\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GL-948"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/GL-948"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-20T16:27:18-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-12-15T21:17:52-05:00"
} ],
"entities" : [ {
"handle" : "CROWD71-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2791 N 3480 W\nLehi\nUT\n84043\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Joshua Crowder" ], [ "n", { }, "text", [ "Crowder", "Joshua", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-805-267-6667" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CROWD71-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CROWD71-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-24T08:58:50-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-09-24T08:58:50-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.129.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "13.112.149.in-addr.arpa.",
"ldhName" : "13.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.XMISSION.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS.XMISSION.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.XMISSION.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS3.XMISSION.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-03-02T19:51:18-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/13.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/13.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-13-0-1",
"startAddress" : "149.112.13.0",
"endAddress" : "149.112.13.255",
"ipVersion" : "v4",
"name" : "SLIX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-01-25T17:05:26-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-01-25T17:05:26-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.13.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-13-0-1"
} ],
"entities" : [ {
"handle" : "XL-106",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Salt Lake Internet eXchange" ], [ "adr", {
"label" : "51 E 400 S\nSalt Lake City\nUT\n84111\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/XL-106"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/XL-106"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-01-13T13:01:47-05:00"
} ],
"entities" : [ {
"handle" : "NETWO22-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "51 E 400 S\nSuite OOO\nSalt Lake City\nUT\n84111-2753\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Manager" ], [ "org", { }, "text", "Network Manager" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-801-539-0852" ] ] ],
"roles" : [ "noc", "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO22-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO22-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-06T15:35:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-09-13T16:10:58-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "TECHN5-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "51 E 400 S\nSuite OOO\nSalt Lake City\nUT\n84111-2753\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Technical Support" ], [ "org", { }, "text", "Technical Support" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-801-539-0852" ] ] ],
"roles" : [ "dns", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/TECHN5-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/TECHN5-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-06T15:35:37-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-09-13T16:11:04-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETAB-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "51 E 400 S\nSuite OOO\nSalt Lake City\nUT\n84111-2753\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Netabuse Manager" ], [ "org", { }, "text", "Netabuse Manager" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-801-539-0852" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Please use the [email protected] email address for all", "complaints regarding UCE (spam), copyright violations, security", "intrusions, and other suspected network abuse sourcing from", "XMission networks. DO NOT COPY your complaint to any other ARIN", "XMission POC's or email addresses on the XMission network.", "Failure to comply with this statement will result in your", "complaint being ignored." ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETAB-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETAB-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-06T15:35:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-09-13T16:09:39-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ADMIN6123-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "51 E 400 S\nSuite OOO\nSalt Lake City\nUT\n84111\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Administrator" ], [ "org", { }, "text", "Administrator" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-801-539-0852" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ADMIN6123-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ADMIN6123-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-06T15:35:02-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-03-04T11:27:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.13.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 40519 ]
},
"objectClassName" : "domain"
}, {
"handle" : "130.112.149.in-addr.arpa.",
"ldhName" : "130.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-05T11:15:24-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/130.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/130.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-130-0-1",
"startAddress" : "149.112.130.0",
"endAddress" : "149.112.130.255",
"ipVersion" : "v4",
"name" : "MSEA-24",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-05T11:14:05-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2025-02-05T11:14:05-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.130.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-130-0-1"
} ],
"entities" : [ {
"handle" : "MSEA",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Mitchell Seaforth Cable T. V. Ltd." ], [ "adr", {
"label" : "123 Ontario St.\nDublin\nON\nN0K-1E0\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MSEA"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/MSEA"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-20T18:18:06-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-01-22T00:00:00-05:00"
} ],
"entities" : [ {
"handle" : "JV585-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "123 Ontario St.\nDublin\nON\nN0K 1E0\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jeff Visser" ], [ "n", { }, "text", [ "Visser", "Jeff", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-519-345-2341" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-11-22" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/JV585-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JV585-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-11-23T12:38:07-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-01-22T16:42:15-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "BALDW105-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "40023 Kippen Road\nKippen\nON\nN0M 2E0\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Pete Baldwin" ], [ "n", { }, "text", [ "Baldwin", "Pete", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-519-565-2400" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Prime POC" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BALDW105-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BALDW105-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-31T14:03:25-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-04-21T22:33:35-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5416-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "123 Ontario St.\nDublin\nON\nN0K 1E0\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-519-345-2341" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-519-345-2873" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-11-22" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5416-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5416-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-11-23T12:39:03-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-03-29T08:50:11-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "LAPOR22-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "6979 Perth Line 34\nDublin\nON\nN0K 1E0\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Kyle Laporte" ], [ "n", { }, "text", [ "Laporte", "Kyle", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-226-302-2342" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LAPOR22-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LAPOR22-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-19T10:46:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-03-19T10:46:53-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "GREEN165-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1845 Road 164 \r\nPO Box 101\nKirkton\nON\nN0K 1K0\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Matt Green" ], [ "n", { }, "text", [ "Green", "Matt", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-519-229-8486" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-26" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GREEN165-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/GREEN165-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-27T07:32:50-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-06-26T14:21:26-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DESJA12-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "72863 Blind Line\nZurich\nON\nN0M 2T0\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Richard Desjardine" ], [ "n", { }, "text", [ "Desjardine", "Richard", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-519-237-3777" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-519-318-3777" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DESJA12-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DESJA12-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-31T14:24:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-05-04T14:05:12-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "HAWKE24-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "6979 Perth Line 34\nDublin\nON\nN0K 1E0\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Michael Hawkes" ], [ "n", { }, "text", [ "Hawkes", "Michael", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-226-302-2341" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-519-635-9017" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HAWKE24-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/HAWKE24-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-31T09:44:27-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-11-23T14:04:18-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.130.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 11287 ]
},
"objectClassName" : "domain"
}, {
"handle" : "14.112.149.in-addr.arpa.",
"ldhName" : "14.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS-893.AWSDNS-47.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-1901.AWSDNS-45.CO.UK.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-1445.AWSDNS-52.ORG.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-116.AWSDNS-14.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-12T14:15:20-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/14.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/14.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-14-0-1",
"startAddress" : "149.112.14.0",
"endAddress" : "149.112.14.255",
"ipVersion" : "v4",
"name" : "NINJA-IX-NORFOLK-PEERING",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-24T16:29:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-02-26T15:41:43-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.14.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-14-0-1"
} ],
"entities" : [ {
"handle" : "RC-983",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Richmond-IX Corporation" ], [ "adr", {
"label" : "530 E McDowell #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RC-983"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RC-983"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-11T07:57:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-10-24T17:53:36-04:00"
} ],
"entities" : [ {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.14.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "149.112.149.in-addr.arpa.",
"ldhName" : "149.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "ANYNS.PCH.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.PCH.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS3.PCH.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2016-08-02T11:29:42-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/149.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/149.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-149-0-1",
"startAddress" : "149.112.149.0",
"endAddress" : "149.112.149.255",
"ipVersion" : "v4",
"name" : "PCH-PUBLIC-RESOLVER",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-13T12:15:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-08-02T11:19:01-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.149.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-149-0-1"
} ],
"entities" : [ {
"handle" : "CLEAN-97",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Quad9" ], [ "adr", {
"label" : "CleanerDNS Inc. dba Quad9\n1442A Walnut Street, Suite 501\nBerkeley\nCA\n94709\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://quad9.net/", "Global Public Recursive DNS Resolver Service" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CLEAN-97"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CLEAN-97"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-10T14:48:27-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-09-07T11:04:40-04:00"
} ],
"entities" : [ {
"handle" : "KARAD10-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "20289 Leier Pl\nAshburn\nVA\n20147\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Darren Kara" ], [ "n", { }, "text", [ "Kara", "Darren", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-929-8954" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-703-929-8954" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KARAD10-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KARAD10-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-06T12:38:24-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2025-01-06T12:38:24-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "QUADA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "c/o SWITCH\nWerdstrasse 2\nZurich\n\n8004\nSwitzerland"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Quad9 Admin" ], [ "org", { }, "text", "Quad9 Admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+41 44 5279990" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/QUADA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/QUADA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-16T12:40:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-09-21T13:01:42-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "QUADA1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1442 A Walnut Street Ste 501\nBerkeley\nCA\n94709\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Quad9 Abuse" ], [ "org", { }, "text", "Quad9 Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-415-831-3129" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/QUADA1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/QUADA1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-23T09:57:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-09-21T13:03:38-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SHRES60-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "932 Parker Street #3\nBerkeley\nCA\n94710\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Kabindra Shrestha" ], [ "n", { }, "text", [ "Shrestha", "Kabindra", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-415-831-3111" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SHRES60-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SHRES60-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-06T08:41:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-04-25T08:13:54-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "QNO5-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1442 A Walnut Street Ste 501\nBerkeley\nCA\n94709\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Quad9 Network Operations" ], [ "org", { }, "text", "Quad9 Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-415-831-3129" ] ] ],
"roles" : [ "technical", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/QNO5-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/QNO5-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-05T14:34:57-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-09-21T12:59:40-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.149.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 19281 ]
},
"objectClassName" : "domain"
}, {
"handle" : "15.112.149.in-addr.arpa.",
"ldhName" : "15.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS-1261.AWSDNS-29.ORG.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-1661.AWSDNS-15.CO.UK.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-990.AWSDNS-59.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-473.AWSDNS-59.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-12T14:16:55-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/15.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/15.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-15-0-1",
"startAddress" : "149.112.15.0",
"endAddress" : "149.112.15.255",
"ipVersion" : "v4",
"name" : "NINJA-IX-NASHVILLE",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-24T16:29:06-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-02-26T15:46:42-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.15.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-15-0-1"
} ],
"entities" : [ {
"handle" : "RC-983",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Richmond-IX Corporation" ], [ "adr", {
"label" : "530 E McDowell #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RC-983"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RC-983"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-11T07:57:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-10-24T17:53:36-04:00"
} ],
"entities" : [ {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.15.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 30025 ]
},
"objectClassName" : "domain"
}, {
"handle" : "152.112.149.in-addr.arpa.",
"ldhName" : "152.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-08T14:14:34-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/152.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/152.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-152-0-1",
"startAddress" : "149.112.152.0",
"endAddress" : "149.112.155.255",
"ipVersion" : "v4",
"name" : "RS-RND",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-29T14:27:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-20T11:13:48-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.152.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-152-0-1"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "comment2" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-14T12:45:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "technical", "abuse", "noc", "routing", "administrative", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-24T14:45:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.152.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ 399970 ]
},
"objectClassName" : "domain"
}, {
"handle" : "153.112.149.in-addr.arpa.",
"ldhName" : "153.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-08-20T11:14:33-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/153.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/153.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-152-0-1",
"startAddress" : "149.112.152.0",
"endAddress" : "149.112.155.255",
"ipVersion" : "v4",
"name" : "RS-RND",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-29T14:27:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-20T11:13:48-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.152.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-152-0-1"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "comment2" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-14T12:45:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "technical", "abuse", "noc", "routing", "administrative", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-24T14:45:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.152.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ 399970 ]
},
"objectClassName" : "domain"
}, {
"handle" : "154.112.149.in-addr.arpa.",
"ldhName" : "154.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-08-20T11:14:33-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/154.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/154.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-154-0-1",
"startAddress" : "149.112.154.0",
"endAddress" : "149.112.154.255",
"ipVersion" : "v4",
"name" : "TEST",
"type" : "ASSIGNMENT",
"parentHandle" : "NET-149-112-152-0-1",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-30T16:18:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2025-01-30T16:18:15-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.154.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-154-0-1"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "up",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.152.0/22"
} ],
"entities" : [ {
"handle" : "ARIN-2",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "American Registry for Internet Numbers" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARIN-2"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARIN-2"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-02-10T11:02:24-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2011-07-19T14:16:28-04:00"
} ],
"entities" : [ {
"handle" : "ARIN-HOSTMASTER",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Registration Services Department" ], [ "org", { }, "text", "Registration Services Department" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "technical", "administrative", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARIN-HOSTMASTER"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARIN-HOSTMASTER"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-28T12:05:49-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2003-04-30T12:32:56-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "technical", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.154.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "155.112.149.in-addr.arpa.",
"ldhName" : "155.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-08-20T11:14:33-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/155.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/155.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-152-0-1",
"startAddress" : "149.112.152.0",
"endAddress" : "149.112.155.255",
"ipVersion" : "v4",
"name" : "RS-RND",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-29T14:27:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-20T11:13:48-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.152.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-152-0-1"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "comment2" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-14T12:45:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "technical", "abuse", "noc", "routing", "administrative", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-24T14:45:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.152.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ 399970 ]
},
"objectClassName" : "domain"
}, {
"handle" : "16.112.149.in-addr.arpa.",
"ldhName" : "16.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS-510.AWSDNS-63.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-865.AWSDNS-44.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-1136.AWSDNS-14.ORG.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-1958.AWSDNS-52.CO.UK.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-12T14:18:06-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/16.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/16.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-16-0-1",
"startAddress" : "149.112.16.0",
"endAddress" : "149.112.16.255",
"ipVersion" : "v4",
"name" : "NINJA-IX-BAHAMAS-PEERING",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-24T16:28:50-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-03-04T11:10:17-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.16.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-16-0-1"
} ],
"entities" : [ {
"handle" : "RC-983",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Richmond-IX Corporation" ], [ "adr", {
"label" : "530 E McDowell #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RC-983"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RC-983"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-11T07:57:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-10-24T17:53:36-04:00"
} ],
"entities" : [ {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.16.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "160.112.149.in-addr.arpa.",
"ldhName" : "160.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/160.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/160.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "161.112.149.in-addr.arpa.",
"ldhName" : "161.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/161.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/161.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "162.112.149.in-addr.arpa.",
"ldhName" : "162.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/162.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/162.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "163.112.149.in-addr.arpa.",
"ldhName" : "163.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/163.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/163.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "164.112.149.in-addr.arpa.",
"ldhName" : "164.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/164.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/164.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "165.112.149.in-addr.arpa.",
"ldhName" : "165.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/165.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/165.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "166.112.149.in-addr.arpa.",
"ldhName" : "166.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/166.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/166.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "167.112.149.in-addr.arpa.",
"ldhName" : "167.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/167.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/167.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "168.112.149.in-addr.arpa.",
"ldhName" : "168.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/168.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/168.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "169.112.149.in-addr.arpa.",
"ldhName" : "169.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/169.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/169.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "17.112.149.in-addr.arpa.",
"ldhName" : "17.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-19T14:09:15-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/17.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/17.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-17-0-1",
"startAddress" : "149.112.17.0",
"endAddress" : "149.112.17.255",
"ipVersion" : "v4",
"name" : "DESMOINESIX-V4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "DesMoinesIX\r", "http://www.desmoinesix.net" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:43-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-04-19T14:07:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.17.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-17-0-1"
} ],
"entities" : [ {
"handle" : "KCIXL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Kansas City Internet eXchange" ], [ "adr", {
"label" : "201 East 16th Ave.\nNorth Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KCIXL"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/KCIXL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-01T15:14:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-21T12:23:57-05:00"
} ],
"entities" : [ {
"handle" : "MULLI191-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 E 16th Avenue\nNorth Kansas CIty\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Brandon Mulligan" ], [ "n", { }, "text", [ "Mulligan", "Brandon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-550-9030" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MULLI191-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MULLI191-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-21T14:11:50-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-04-10T14:39:33-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KRH22-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 E. 16th Ave.\nNorth Kansas City\nClay County, across the river.\nclay1.mci.us\nCity of North Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Kevin Robert HODLE" ], [ "n", { }, "text", [ "HODLE", "Kevin", "Robert", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-256-3031" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-816-506-2605" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Kevin Hodle", "Director of Network Engineering (AS 32097)", "", "Wholesale Internet, Inc. ", "NOCIX, LLC", "KCIX (Kansas City Internet Exchange)", "KC Fiber, LLC", "(AS 32097, AS 33387, AS 26193, AS 11708)", "", "http://www.linkcity.net", "http://www.nocix.net", "http://www.wholesaleinternet.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KRH22-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KRH22-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-01T11:45:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-05-21T15:07:25-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "AWE13-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 East 16th Ave\nNorth Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Aaron Wendel" ], [ "n", { }, "text", [ "Wendel", "Aaron", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-256-3031" ] ] ],
"roles" : [ "administrative", "technical", "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.nocix.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/AWE13-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AWE13-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-31T16:25:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2003-09-24T08:24:25-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETWO1549-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "6910 W. 83rd Street\r\nSuite 207\nOverland Park\nKS\n66204\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-411-5249" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO1549-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO1549-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-31T10:47:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-19T15:54:13-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.17.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 30422 ]
},
"objectClassName" : "domain"
}, {
"handle" : "170.112.149.in-addr.arpa.",
"ldhName" : "170.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/170.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/170.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "171.112.149.in-addr.arpa.",
"ldhName" : "171.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/171.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/171.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "172.112.149.in-addr.arpa.",
"ldhName" : "172.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/172.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/172.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "173.112.149.in-addr.arpa.",
"ldhName" : "173.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/173.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/173.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "174.112.149.in-addr.arpa.",
"ldhName" : "174.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/174.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/174.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "175.112.149.in-addr.arpa.",
"ldhName" : "175.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:16:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/175.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/175.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-160-0-1",
"startAddress" : "149.112.160.0",
"endAddress" : "149.112.175.255",
"ipVersion" : "v4",
"name" : "CIRA-NEW-DNS-ANYCAST",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-31T12:14:19-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-31T12:14:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.160.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-160-0-1"
} ],
"entities" : [ {
"handle" : "CCIRAACPLEI",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CIRA Canadian Internet Registration Authority Autorit Canadienne pour les enregistrements Internet" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or", "Monday to Friday, 8:00 to 20:00 (EST)", "Phone: 1-877-860-141", "abuse: [email protected]", "network operations: [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CCIRAACPLEI"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CCIRAACPLEI"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-12-12T17:10:23-05:00"
} ],
"entities" : [ {
"handle" : "NETWO7592-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "CIRA-ACEI Operations Support", "General Inquiry and Customer Service: ", "Monday to Friday, 8:00 to 20:00 (EST) ", "abuse: [email protected] ", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-14" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO7592-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO7592-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-15T10:29:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T12:53:24-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5241-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank St. suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-760-3308" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-613-793-4118" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-613-237-0534" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "General Inquiry and Customer Service: [email protected] or \r", "Monday to Friday, 8:00 to 20:00 (EST) \r", "Phone: 1-877-860-141 \r", "abuse: [email protected] \r", "network operations: [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-17" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5241-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5241-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-17T13:50:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-10-23T13:00:49-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETOP4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 Bank Street, Suite 400\nOttawa\nON\nK1S 5K5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "netops" ], [ "org", { }, "text", "netops" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-613-237-5335;ext239" ] ] ],
"roles" : [ "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network Operations and Routing Issues" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-26T12:13:55-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-11-28T15:10:03-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.160.0",
"length" : 20
} ],
"arin_originas0_originautnums" : [ 394354, 55195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "18.112.149.in-addr.arpa.",
"ldhName" : "18.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "DNS3.DENVERIX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS1.DENVERIX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS2.DENVERIX.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-05-03T05:13:54-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/18.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/18.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-18-0-1",
"startAddress" : "149.112.18.0",
"endAddress" : "149.112.18.255",
"ipVersion" : "v4",
"name" : "DENVER-IX-01",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-21T10:29:46-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-04-21T10:29:46-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.18.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-18-0-1"
} ],
"entities" : [ {
"handle" : "DIC-64",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Denver IX" ], [ "adr", {
"label" : "9888 W Belleview Ave\nUnit 5050\nDenver\nCO\n80123\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DIC-64"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/DIC-64"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-04-06T13:23:28-04:00"
} ],
"entities" : [ {
"handle" : "DIN21-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "9888 W Belleview Ave\nUnit 5050\nDenver\nCO\n80123\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Denver IX NOC" ], [ "org", { }, "text", "Denver IX NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-303-848-3737" ] ] ],
"roles" : [ "abuse", "technical", "administrative" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-27" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DIN21-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DIN21-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-28T10:30:27-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-03-30T11:02:05-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.18.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "19.112.149.in-addr.arpa.",
"ldhName" : "19.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-22T13:46:57-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/19.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/19.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-19-0-1",
"startAddress" : "149.112.19.0",
"endAddress" : "149.112.19.255",
"ipVersion" : "v4",
"name" : "SALT-IXP",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Grand Cayman - Internet Exchange Provider" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-22T13:46:45-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-04-22T13:46:45-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.19.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-19-0-1"
} ],
"entities" : [ {
"handle" : "STG-122",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "SALT" ], [ "adr", {
"label" : "The Pavilion, Cricket Square\n171A Elgin Ave.\nGeorgetown\nGrand Cayman\nKY1-9006\nCayman Islands"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Cloud & Technology Solution Provider" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/STG-122"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/STG-122"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-02-13T15:58:56-05:00"
} ],
"entities" : [ {
"handle" : "ADMIN7001-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "The Pavilion, Cricket Square\n171A Elgin Ave\nGeorgetown\nGrand Cayman\nKY1-9006\nCayman Islands"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Administrator" ], [ "org", { }, "text", "Administrator" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-345-749-7272" ] ] ],
"roles" : [ "abuse", "noc", "technical", "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Cloud & Technology Solution Provider" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-09-10" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ADMIN7001-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ADMIN7001-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-09-11T09:26:02-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-02-12T22:51:09-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ECI6-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "The Pavilion, Cricket Square, 171A Elgin Ave\nGrand Cayman\nGeorge Town\nKY1-1600\nCayman Islands"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Ibrahim El Charif" ], [ "n", { }, "text", [ "El Charif", "Ibrahim", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-345-749-7272" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ECI6-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ECI6-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-20T12:59:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-03-20T12:59:13-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.19.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 399548 ]
},
"objectClassName" : "domain"
}, {
"handle" : "2.112.149.in-addr.arpa.",
"ldhName" : "2.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.EDGEUNO.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS3.EDGEUNO.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS4.EDGEUNO.CO.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.EDGEUNO.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-06-28T13:26:00-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/2.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/2.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-2-0-1",
"startAddress" : "149.112.2.0",
"endAddress" : "149.112.2.255",
"ipVersion" : "v4",
"name" : "EDGEUNO",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-05-13T11:22:02-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-06-16T12:00:11-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.2.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-2-0-1"
} ],
"entities" : [ {
"handle" : "EDGEU",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "EdgeUno" ], [ "adr", {
"label" : "3109 Grand Ave #267\nMiami\nFL\n33133\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EDGEU"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/EDGEU"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-08-05T11:34:03-04:00"
} ],
"entities" : [ {
"handle" : "EDGEU-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1200 Ponce de Leon, Suite 900\nMiami\nFL\n33134\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "EdgeUno Operations" ], [ "org", { }, "text", "EdgeUno Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-352-888-7195" ] ] ],
"roles" : [ "technical", "noc", "administrative", "dns", "routing", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EDGEU-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EDGEU-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-01T08:18:58-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-08-04T20:59:28-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "CSIRT3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "14271 Jeffrey Road #349\nIrvine\nCA\n92620\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "CSIRT EdgeUno" ], [ "org", { }, "text", "CSIRT EdgeUno" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-352-888-7195" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2022-05-13" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CSIRT3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CSIRT3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-05-13T11:21:20-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-05-13T11:21:20-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.2.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 7195 ]
},
"objectClassName" : "domain"
}, {
"handle" : "20.112.149.in-addr.arpa.",
"ldhName" : "20.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-05-13T14:45:32-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/20.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/20.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-20-0-1",
"startAddress" : "149.112.20.0",
"endAddress" : "149.112.20.255",
"ipVersion" : "v4",
"name" : "SXMIX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-05-13T14:45:18-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-05-13T14:45:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.20.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-20-0-1"
} ],
"entities" : [ {
"handle" : "IDNCO",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "IDNCOM" ], [ "adr", {
"label" : "Chez Sbh Dom Carrefour les 4 Chemins\r\nMarigot\nSAINT BARTHELEMY\n\n97133\nSaint Barthelemy"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IDNCO"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/IDNCO"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-01-05T12:30:56-05:00"
} ],
"entities" : [ {
"handle" : "NICLA3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Centre d'Affaire MultiService\nLa Pointe Gustavia\nSAINT BARTHELEMY\n\n97133\nSaint Barthelemy"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SEBASTIEN NICLAUSSE" ], [ "n", { }, "text", [ "NICLAUSSE", "SEBASTIEN", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+590590432100" ] ] ],
"roles" : [ "noc", "technical", "routing", "administrative", "dns", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICLA3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICLA3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-05T15:09:02-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-01-04T10:18:28-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.20.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 399280 ]
},
"objectClassName" : "domain"
}, {
"handle" : "21.112.149.in-addr.arpa.",
"ldhName" : "21.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS-1443.AWSDNS-52.ORG.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-134.AWSDNS-16.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-976.AWSDNS-58.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-2000.AWSDNS-58.CO.UK.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-10-27T14:02:22-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/21.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/21.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-21-0-1",
"startAddress" : "149.112.21.0",
"endAddress" : "149.112.21.255",
"ipVersion" : "v4",
"name" : "CFLIX-NET-1",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-05-11T12:37:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-06-03T17:27:11-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.21.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-21-0-1"
} ],
"entities" : [ {
"handle" : "COWIL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "CoreSite" ], [ "adr", {
"label" : "1001 17th St\r\nSuite 500\nDenver\nCO\n80202\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/COWIL"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/COWIL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-09T17:58:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2005-01-14T17:26:28-05:00"
} ],
"entities" : [ {
"handle" : "CORES5-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1001 17th Street, Suite 500\nDenver\nCO\n80202\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "CoreSite Abuse" ], [ "org", { }, "text", "CoreSite Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-777-2673" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.coresite.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CORES5-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CORES5-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-24T12:39:34-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-08-29T18:10:27-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "REEDC55-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1001 17th Street, Suite 500\nDenver\nCO\n80202\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Christopher Reed" ], [ "n", { }, "text", [ "Reed", "Christopher", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-213-327-1203" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/REEDC55-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/REEDC55-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-24T12:39:40-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-11-16T17:28:04-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "CMM8-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1001 17th St\nSuite 500\nDenver\nCO\n80202\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Christopher Michael Malayter" ], [ "n", { }, "text", [ "Malayter", "Christopher", "Michael", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-608-301-5180" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CMM8-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CMM8-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-31T10:38:40-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-06-04T16:18:08-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "JFA116-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "624 S Grand Avenue\nSuite Suite 110\nLos Angeles\nCA\n90017\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jerome Favis" ], [ "n", { }, "text", [ "Favis", "Jerome", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-213-327-1208" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-213-216-1155" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/JFA116-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JFA116-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-03T11:03:56-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-03-11T19:36:04-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "STANL503-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "12369 Sunrise Valley Drive\nReston\nVA\n20191\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Michael Stanley" ], [ "n", { }, "text", [ "Stanley", "Michael", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-202-827-7002" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/STANL503-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/STANL503-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-08T10:32:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-30T19:56:32-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "CORES4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1001 17th Street, Suite 500\nDenver\nCO\n80202\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Coresite OSC" ], [ "org", { }, "text", "Coresite OSC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-777-2673" ] ] ],
"roles" : [ "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CORES4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CORES4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-31T18:33:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-08-29T17:35:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "JENSE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "12369 Sunrise Valley Drive\nReston\nVA\n20191\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "John Jensen" ], [ "n", { }, "text", [ "Jensen", "John", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-571-612-7142" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/JENSE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JENSE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-11T23:20:51-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-02-19T18:16:10-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.21.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "22.112.149.in-addr.arpa.",
"ldhName" : "22.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-22T17:58:49-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/22.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/22.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-22-0-1",
"startAddress" : "149.112.22.0",
"endAddress" : "149.112.22.255",
"ipVersion" : "v4",
"name" : "FNIX-SQUAMISH4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:43-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-06-22T17:58:09-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.22.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-22-0-1"
} ],
"entities" : [ {
"handle" : "FNIES",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "First Nations Internet Exchange Society" ], [ "adr", {
"label" : "306 - 33405 Bourquin Place\nAbbotsford\nBC\nV2S 7C4\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FNIES"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/FNIES"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-04T10:19:52-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-06-04T10:19:52-04:00"
} ],
"entities" : [ {
"handle" : "RG371-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "555 West Hastings St\nVancouver\nBC\nV6B 4N4\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Ron Grant" ], [ "n", { }, "text", [ "Grant", "Ron", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-604-737-2113" ] ] ],
"roles" : [ "technical", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RG371-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/RG371-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-20T12:08:12-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1999-10-05T10:10:45-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "GRANT356-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "555 West Hastings St\nVancouver\nBC\nV6B 4N4\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Ron Grant" ], [ "n", { }, "text", [ "Grant", "Ron", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-604-737-2113" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GRANT356-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/GRANT356-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-26T12:09:40-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-10-16T14:27:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.22.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "23.112.149.in-addr.arpa.",
"ldhName" : "23.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-06-07T16:56:40-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/23.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/23.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-23-0-1",
"startAddress" : "149.112.23.0",
"endAddress" : "149.112.23.255",
"ipVersion" : "v4",
"name" : "HUNTSVILLE-IX-IPV4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-24T16:28:36-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-07-01T15:23:14-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.23.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-23-0-1"
} ],
"entities" : [ {
"handle" : "RC-983",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Richmond-IX Corporation" ], [ "adr", {
"label" : "530 E McDowell #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RC-983"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RC-983"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-11T07:57:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-10-24T17:53:36-04:00"
} ],
"entities" : [ {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.23.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "24.112.149.in-addr.arpa.",
"ldhName" : "24.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS2.702COM.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.702COM.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-07-02T15:57:49-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/24.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/24.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-24-0-1",
"startAddress" : "149.112.24.0",
"endAddress" : "149.112.24.255",
"ipVersion" : "v4",
"name" : "702-FARGO-IXP-PEERING",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-07-01T15:28:29-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-07-01T15:28:29-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.24.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-24-0-1"
} ],
"entities" : [ {
"handle" : "702COM",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "702 Communications" ], [ "adr", {
"label" : "702 Main Ave\nMoorhead\nMN\n56560\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/702COM"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/702COM"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2000-04-12T00:00:00-04:00"
} ],
"entities" : [ {
"handle" : "IPADM330-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "702 Main Avenue\nMoorhead\nMN\n56560\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "IP Administrator" ], [ "org", { }, "text", "IP Administrator" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-218-284-5702;ext5717" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-218-477-0502" ] ] ],
"roles" : [ "noc", "technical", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IPADM330-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IPADM330-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-11T17:11:47-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2006-10-26T08:54:10-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE422-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "702 Main Ave\nMoorhead\nMN\n56560\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse Contact" ], [ "org", { }, "text", "Abuse Contact" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-218-284-5702" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE422-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE422-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-14T20:40:08-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2003-10-14T11:05:45-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.24.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 46510 ]
},
"objectClassName" : "domain"
}, {
"handle" : "25.112.149.in-addr.arpa.",
"ldhName" : "25.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-06-08T02:01:03-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/25.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/25.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-25-0-1",
"startAddress" : "149.112.25.0",
"endAddress" : "149.112.25.255",
"ipVersion" : "v4",
"name" : "SAN-DIEGO-IX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-09-24T11:03:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-09-24T11:03:39-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.25.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-25-0-1"
} ],
"entities" : [ {
"handle" : "PC-369",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Ninja-IX Corporation" ], [ "adr", {
"label" : "c/o Paul Emmons\r\n530 E McDowell Road #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/PC-369"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/PC-369"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-10-01T04:01:29-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-24T14:35:08-04:00"
} ],
"entities" : [ {
"handle" : "IRR2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Rd\n#107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "IRR" ], [ "org", { }, "text", "IRR" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "routing", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Please direct any IRR issues to this contact" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IRR2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IRR2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-01T16:53:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-10-01T03:29:28-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NOC31848-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "3033 N Central Avenue\r\nSuite 405\nPhoenix\nAZ\n85012\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NOC" ], [ "org", { }, "text", "NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "technical", "abuse", "noc" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-04-25" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NOC31848-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NOC31848-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-25T12:13:42-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:46:23-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.25.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "26.112.149.in-addr.arpa.",
"ldhName" : "26.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "DEV.TW.",
"objectClassName" : "nameserver"
} ],
"secureDNS" : {
"delegationSigned" : true,
"dsData" : [ {
"keyTag" : 55538,
"algorithm" : 13,
"digestType" : 2,
"digest" : "DE60A277A098FE9E8AD3DCDF0AA7066080E47535665A79ACC974C7319E96DC00"
} ]
},
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-11-05T09:44:01-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/26.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/26.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-26-0-1",
"startAddress" : "149.112.26.0",
"endAddress" : "149.112.26.255",
"ipVersion" : "v4",
"name" : "NET-LAMBDA",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://www.lambda-ix.net\r", "Standard NOC hours are 9:00 AM to 5:00 PM ET" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-11-16T17:31:43-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-11-16T17:31:43-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.26.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-26-0-1"
} ],
"entities" : [ {
"handle" : "HYSP",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "August Internet" ], [ "adr", {
"label" : "PO BOX 99900 TD 884 420\nRPO WALMER\nToronto\nON\nM5S 0B5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Standard NOC hours are 9:00 AM to 5:00 PM ET" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HYSP"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/HYSP"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-21T17:05:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-09-08T16:25:53-04:00"
} ],
"entities" : [ {
"handle" : "BB7281-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1530 Swift St\nKansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "B00B" ], [ "org", { }, "text", "B00B" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-361-333-0001" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BB7281-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BB7281-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-29T17:54:17-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-25T07:23:22-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.26.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "27.112.149.in-addr.arpa.",
"ldhName" : "27.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "DNS.DE-CIX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS.DE-CIX.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-02-01T06:02:52-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/27.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/27.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-27-0-1",
"startAddress" : "149.112.27.0",
"endAddress" : "149.112.27.255",
"ipVersion" : "v4",
"name" : "DE-CIX-PHX-IXP-IPV4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "DE-CIX Phoenix Internet Exchange Point IPv4 Peering LAN" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-21T17:48:24-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-21T17:48:24-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.27.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-27-0-1"
} ],
"entities" : [ {
"handle" : "DNA-31",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "DE-CIX North America Inc." ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNA-31"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/DNA-31"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-07T04:45:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-11T13:17:11-05:00"
} ],
"entities" : [ {
"handle" : "DNAAHD-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "org", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAAHD-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAAHD-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:29-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:33:29-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAT-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Tech" ], [ "org", { }, "text", "DE-CIX North America Tech" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAT-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAT-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:53:59-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:39:31-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAN-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America NOC" ], [ "org", { }, "text", "DE-CIX North America NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "noc", "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAN-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAN-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:42-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:36:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.27.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "28.112.149.in-addr.arpa.",
"ldhName" : "28.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS.XNY.ONL.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.XNY.ONL.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-20T00:13:26-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/28.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/28.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-28-0-1",
"startAddress" : "149.112.28.0",
"endAddress" : "149.112.28.255",
"ipVersion" : "v4",
"name" : "GOCOD-IX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-25T22:21:30-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-03-23T17:26:28-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.28.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-28-0-1"
} ],
"entities" : [ {
"handle" : "GOCOD",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "GoCodeIT Inc" ], [ "adr", {
"label" : "8171 Yonge Street\r\nSuite #255\nThornhill\nON\nL3T 2C6\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GOCOD"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/GOCOD"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-09-01T22:04:01-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-07-06T16:16:31-04:00"
} ],
"entities" : [ {
"handle" : "SUPPO2273-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "8171 Yonge Street\nSuite #255\nThornhill\nON\nL3T 2C6\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Support" ], [ "org", { }, "text", "Support" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-833-909-2633" ] ] ],
"roles" : [ "administrative", "technical", "dns", "routing", "abuse", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SUPPO2273-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SUPPO2273-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-09T11:37:07-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-04-25T21:59:14-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.28.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "29.112.149.in-addr.arpa.",
"ldhName" : "29.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.CLOUDIE.IO.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS0.CLOUDIE.IO.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.CLOUDIE.IO.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-01T02:31:19-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/29.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/29.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-29-0-1",
"startAddress" : "149.112.29.0",
"endAddress" : "149.112.29.255",
"ipVersion" : "v4",
"name" : "FREMIX-EXCHANGE-VLAN",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-03-30T19:23:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-03-30T19:23:14-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.29.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-29-0-1"
} ],
"entities" : [ {
"handle" : "CNL-171",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Cloudie Networks LLC" ], [ "adr", {
"label" : "530-B HARKLE ROAD\nSTE 100\nSanta Fe\nNM\n87505\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CNL-171"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CNL-171"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-21T07:36:25-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-22T18:08:42-05:00"
} ],
"entities" : [ {
"handle" : "CNLA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530-B HARKLE ROAD\nSTE 100\nSanta Fe\nNM\n87505\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Cloudie Networks LLC Administration" ], [ "org", { }, "text", "Cloudie Networks LLC Administration" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-575-474-1337" ] ] ],
"roles" : [ "administrative", "noc", "technical", "dns", "abuse", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CNLA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CNLA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-28T15:18:48-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-06T19:47:20-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.29.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 57369 ]
},
"objectClassName" : "domain"
}, {
"handle" : "3.112.149.in-addr.arpa.",
"ldhName" : "3.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "JAY.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "ASA.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
} ],
"secureDNS" : {
"delegationSigned" : true,
"dsData" : [ {
"keyTag" : 2371,
"algorithm" : 13,
"digestType" : 2,
"digest" : "ECC525295FB01945605E38C7E606A67639E82B30A2EEBB8F6BA85E00D5922954"
} ]
},
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-16T13:44:46-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/3.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/3.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-3-0-1",
"startAddress" : "149.112.3.0",
"endAddress" : "149.112.3.255",
"ipVersion" : "v4",
"name" : "48IX-IP4-PEERING1",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "48 IX IPv4 Peering LAN" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-06-29T14:03:44-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-06-29T14:03:44-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.3.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-3-0-1"
} ],
"entities" : [ {
"handle" : "IXINC",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "48 IX, Inc." ], [ "adr", {
"label" : "828 N 3rd St\nSuite 101\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://48ix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IXINC"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/IXINC"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-05-19T18:33:29-04:00"
} ],
"entities" : [ {
"handle" : "LOVEM2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "828 N 3rd St\nSuite 101\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Matt Love" ], [ "n", { }, "text", [ "Love", "Matt", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-888-434-1043" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LOVEM2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LOVEM2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-07T08:11:09-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-03-15T12:46:29-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "IXNOC-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "828 N 3rd St, Ste 101\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "48 IX NOC" ], [ "org", { }, "text", "48 IX NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-704-4285" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://48ix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IXNOC-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IXNOC-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-22T09:01:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-05-20T11:36:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "IXABU-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "828 N 3rd St, Ste 101\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "48 IX Abuse" ], [ "org", { }, "text", "48 IX Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-704-4285" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://48ix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IXABU-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IXABU-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-22T09:01:08-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-05-20T11:35:37-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.3.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 62484 ]
},
"objectClassName" : "domain"
}, {
"handle" : "30.112.149.in-addr.arpa.",
"ldhName" : "30.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-05-03T17:05:15-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/30.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/30.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-30-0-1",
"startAddress" : "149.112.30.0",
"endAddress" : "149.112.30.255",
"ipVersion" : "v4",
"name" : "NET4-SKN-IX-01",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-05-03T17:04:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-05-03T17:04:53-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.30.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-30-0-1"
} ],
"entities" : [ {
"handle" : "GSKN-1",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "The Government of Saint Kitts and Nevis" ], [ "adr", {
"label" : "Department of Technology, National ICT Center, C.A. Paul Southwell Industrial Park\nBassterre\n\n00265\nSaint Kitts and Nevis"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GSKN-1"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/GSKN-1"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-15T12:15:22-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-03-05T13:21:49-05:00"
} ],
"entities" : [ {
"handle" : "LIDDI11-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Basseterre\nBasseterre\n\nKN\nSaint Kitts and Nevis"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Kevin Liddie" ], [ "n", { }, "text", [ "Liddie", "Kevin", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-869-467-2079" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-869-762-9052" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LIDDI11-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LIDDI11-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-15T12:11:48-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-11-15T12:11:48-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NOC33762-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "C.A Paul Southwell Industrial Site\n\nBasseterre\n\nKN\nSaint Kitts and Nevis"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NOC" ], [ "org", { }, "text", "NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-869-467-1426;ext0000" ] ] ],
"roles" : [ "abuse", "noc" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-02-06" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NOC33762-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NOC33762-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-07T11:59:06-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-02-07T11:59:06-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "MIB4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "St.George's Grenada\nSt.George\n\nGD\nGrenada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Brent Mc Intosh" ], [ "n", { }, "text", [ "Mc Intosh", "Brent", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-473-435-3941" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-473-405-2360" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MIB4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MIB4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-26T08:28:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-06-15T12:24:39-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.30.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 400547 ]
},
"objectClassName" : "domain"
}, {
"handle" : "31.112.149.in-addr.arpa.",
"ldhName" : "31.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-05-13T11:15:49-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/31.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/31.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-31-0-1",
"startAddress" : "149.112.31.0",
"endAddress" : "149.112.31.255",
"ipVersion" : "v4",
"name" : "MWESTIX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-17T10:18:16-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-05-13T11:12:38-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.31.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-31-0-1"
} ],
"entities" : [ {
"handle" : "ML-1417",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "MWESTIX LLC" ], [ "adr", {
"label" : "358 S 700 E Ste B-202\nSalt Lake City\nUT\n84102\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ML-1417"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ML-1417"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-07T19:03:10-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-03-31T13:34:48-04:00"
} ],
"entities" : [ {
"handle" : "PERKI27-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "InstaVPS\r\n358 S 700 E STE B-202\nSALT LAKE CITY\nUT\n84102\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mathew Perkins" ], [ "n", { }, "text", [ "Perkins", "Mathew", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-801-762-7146" ] ] ],
"roles" : [ "administrative", "technical", "abuse" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-02-07" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/PERKI27-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/PERKI27-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-08T08:18:03-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-10-14T19:46:38-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.31.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "32.112.149.in-addr.arpa.",
"ldhName" : "32.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-07T10:25:17-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/32.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/32.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-32-0-1",
"startAddress" : "149.112.32.0",
"endAddress" : "149.112.32.255",
"ipVersion" : "v4",
"name" : "SBH-IX-PEERING-LAN-IP4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Geofeed https://tools.eservices-comstbarth.fr/geofeed.csv" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-02-09T09:33:12-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-07T10:24:46-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.32.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-32-0-1"
} ],
"entities" : [ {
"handle" : "CSB-254",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "COLLECTIVITE DE SAINT BARTHELEMY" ], [ "adr", {
"label" : "HOTEL DE LA COLLECTIVITE-LA POINTE\nLD GUSTAVIA\nBP 113\nSAINT BARTHELEMY\n\n97133\nFrance"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CSB-254"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CSB-254"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-06-20T12:51:38-04:00"
} ],
"entities" : [ {
"handle" : "ADMIN6796-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "HOTEL DE LA COLLECTIVITE-LA POINTE\nLD GUSTAVIA\nBP 113\nST BARTHELEMY\n\n97133\nFrance"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Admin POC" ], [ "org", { }, "text", "Admin POC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+590590298040" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ADMIN6796-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ADMIN6796-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-06T11:49:35-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-06-28T13:02:08-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "TECHP53-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "HOTEL DE LA COLLECTIVITE-LA POINTE\nLD GUSTAVIA\nBP 113\nST BARTHELEMY\n\n97133\nFrance"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Tech POC" ], [ "org", { }, "text", "Tech POC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+590590298040" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/TECHP53-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/TECHP53-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-06T11:50:03-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-06-28T13:00:15-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE7168-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "HOTEL DE LA COLLECTIVITE-LA POINTE\nLD GUSTAVIA\nBP 113\nST BARTHELEMY\n\n97133\nFrance"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse POC" ], [ "org", { }, "text", "Abuse POC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+590590298040" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE7168-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE7168-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-06T11:49:43-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-06-28T12:57:18-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SBHIX1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "c/o COLLECTIVITE DE SAINT BARTHELEMY\nST BARTHELEMY\n\n97133\nFrance"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SBH-IX contact" ], [ "org", { }, "text", "SBH-IX contact" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+590590298040" ] ] ],
"roles" : [ "technical", "abuse", "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://sbh-ix.fr" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SBHIX1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SBHIX1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-06T11:49:53-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-08T11:33:03-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.32.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "33.112.149.in-addr.arpa.",
"ldhName" : "33.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-06-08T02:00:22-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/33.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/33.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-33-0-1",
"startAddress" : "149.112.33.0",
"endAddress" : "149.112.33.255",
"ipVersion" : "v4",
"name" : "NINJA-IX-BAYAREA",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-24T16:39:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-09T14:49:54-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.33.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-33-0-1"
} ],
"entities" : [ {
"handle" : "RC-983",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Richmond-IX Corporation" ], [ "adr", {
"label" : "530 E McDowell #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RC-983"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RC-983"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-11T07:57:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-10-24T17:53:36-04:00"
} ],
"entities" : [ {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.33.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "34.112.149.in-addr.arpa.",
"ldhName" : "34.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-09T14:52:26-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/34.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/34.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-34-0-1",
"startAddress" : "149.112.34.0",
"endAddress" : "149.112.34.255",
"ipVersion" : "v4",
"name" : "NINJA-IX-BAYAREA",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-24T14:50:05-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-09T14:52:12-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.34.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-34-0-1"
} ],
"entities" : [ {
"handle" : "RC-983",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Richmond-IX Corporation" ], [ "adr", {
"label" : "530 E McDowell #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RC-983"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RC-983"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-11T07:57:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-10-24T17:53:36-04:00"
} ],
"entities" : [ {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.34.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "35.112.149.in-addr.arpa.",
"ldhName" : "35.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-09T15:54:09-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/35.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/35.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-35-0-1",
"startAddress" : "149.112.35.0",
"endAddress" : "149.112.35.255",
"ipVersion" : "v4",
"name" : "NINJA-IX-MIAMI",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-24T16:39:29-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-09T15:54:09-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.35.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-35-0-1"
} ],
"entities" : [ {
"handle" : "RC-983",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Richmond-IX Corporation" ], [ "adr", {
"label" : "530 E McDowell #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RC-983"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RC-983"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-11T07:57:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-10-24T17:53:36-04:00"
} ],
"entities" : [ {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.35.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "36.112.149.in-addr.arpa.",
"ldhName" : "36.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-09T14:59:20-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/36.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/36.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-36-0-1",
"startAddress" : "149.112.36.0",
"endAddress" : "149.112.36.255",
"ipVersion" : "v4",
"name" : "NINJA-IX-MINNEAPOLIS",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-24T16:39:17-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-09T14:58:58-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.36.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-36-0-1"
} ],
"entities" : [ {
"handle" : "RC-983",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Richmond-IX Corporation" ], [ "adr", {
"label" : "530 E McDowell #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RC-983"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RC-983"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-11T07:57:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-10-24T17:53:36-04:00"
} ],
"entities" : [ {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.36.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "37.112.149.in-addr.arpa.",
"ldhName" : "37.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-09T15:02:09-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/37.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/37.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-37-0-1",
"startAddress" : "149.112.37.0",
"endAddress" : "149.112.37.255",
"ipVersion" : "v4",
"name" : "NINJA-IX-MEMPHIS",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-24T16:39:06-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-09T15:01:52-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.37.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-37-0-1"
} ],
"entities" : [ {
"handle" : "RC-983",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Richmond-IX Corporation" ], [ "adr", {
"label" : "530 E McDowell #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RC-983"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RC-983"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-11T07:57:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-10-24T17:53:36-04:00"
} ],
"entities" : [ {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.37.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "38.112.149.in-addr.arpa.",
"ldhName" : "38.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-09T15:04:46-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/38.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/38.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-38-0-1",
"startAddress" : "149.112.38.0",
"endAddress" : "149.112.38.255",
"ipVersion" : "v4",
"name" : "NINJA-IX-JACKSONVILLE",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-24T16:38:54-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-09T15:04:35-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.38.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-38-0-1"
} ],
"entities" : [ {
"handle" : "RC-983",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Richmond-IX Corporation" ], [ "adr", {
"label" : "530 E McDowell #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RC-983"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RC-983"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-11T07:57:14-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-10-24T17:53:36-04:00"
} ],
"entities" : [ {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.38.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "39.112.149.in-addr.arpa.",
"ldhName" : "39.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "DNS.DE-CIX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS.DE-CIX.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-07-11T06:05:17-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/39.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/39.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-39-0-1",
"startAddress" : "149.112.39.0",
"endAddress" : "149.112.39.255",
"ipVersion" : "v4",
"name" : "DECIX-ORD-MAPS",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-09-16T08:26:45-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-13T11:34:50-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.39.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-39-0-1"
} ],
"entities" : [ {
"handle" : "DNA-31",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "DE-CIX North America Inc." ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNA-31"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/DNA-31"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-07T04:45:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-11T13:17:11-05:00"
} ],
"entities" : [ {
"handle" : "DNAAHD-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "org", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAAHD-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAAHD-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:29-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:33:29-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAT-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Tech" ], [ "org", { }, "text", "DE-CIX North America Tech" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAT-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAT-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:53:59-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:39:31-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAN-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America NOC" ], [ "org", { }, "text", "DE-CIX North America NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "noc", "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAN-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAN-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:42-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:36:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.39.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "4.112.149.in-addr.arpa.",
"ldhName" : "4.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-07-01T18:09:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/4.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/4.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-4-0-1",
"startAddress" : "149.112.4.0",
"endAddress" : "149.112.4.255",
"ipVersion" : "v4",
"name" : "SPRINGIX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.springix.net" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:45-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-07-01T18:09:04-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.4.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-4-0-1"
} ],
"entities" : [ {
"handle" : "KCIXL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Kansas City Internet eXchange" ], [ "adr", {
"label" : "201 East 16th Ave.\nNorth Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KCIXL"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/KCIXL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-01T15:14:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-21T12:23:57-05:00"
} ],
"entities" : [ {
"handle" : "MULLI191-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 E 16th Avenue\nNorth Kansas CIty\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Brandon Mulligan" ], [ "n", { }, "text", [ "Mulligan", "Brandon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-550-9030" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MULLI191-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MULLI191-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-21T14:11:50-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-04-10T14:39:33-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KRH22-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 E. 16th Ave.\nNorth Kansas City\nClay County, across the river.\nclay1.mci.us\nCity of North Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Kevin Robert HODLE" ], [ "n", { }, "text", [ "HODLE", "Kevin", "Robert", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-256-3031" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-816-506-2605" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Kevin Hodle", "Director of Network Engineering (AS 32097)", "", "Wholesale Internet, Inc. ", "NOCIX, LLC", "KCIX (Kansas City Internet Exchange)", "KC Fiber, LLC", "(AS 32097, AS 33387, AS 26193, AS 11708)", "", "http://www.linkcity.net", "http://www.nocix.net", "http://www.wholesaleinternet.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KRH22-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KRH22-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-01T11:45:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-05-21T15:07:25-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "AWE13-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 East 16th Ave\nNorth Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Aaron Wendel" ], [ "n", { }, "text", [ "Wendel", "Aaron", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-256-3031" ] ] ],
"roles" : [ "administrative", "technical", "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.nocix.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/AWE13-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AWE13-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-31T16:25:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2003-09-24T08:24:25-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETWO1549-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "6910 W. 83rd Street\r\nSuite 207\nOverland Park\nKS\n66204\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-411-5249" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO1549-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO1549-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-31T10:47:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-19T15:54:13-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.4.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 63203 ]
},
"objectClassName" : "domain"
}, {
"handle" : "40.112.149.in-addr.arpa.",
"ldhName" : "40.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS.DE-CIX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS.DE-CIX.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-07-11T06:05:46-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/40.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/40.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-40-0-1",
"startAddress" : "149.112.40.0",
"endAddress" : "149.112.40.255",
"ipVersion" : "v4",
"name" : "DECIX-PHX-MAPS",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-09-16T08:44:49-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-23T10:37:41-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.40.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-40-0-1"
} ],
"entities" : [ {
"handle" : "DNA-31",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "DE-CIX North America Inc." ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNA-31"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/DNA-31"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-07T04:45:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-11T13:17:11-05:00"
} ],
"entities" : [ {
"handle" : "DNAAHD-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "org", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAAHD-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAAHD-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:29-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:33:29-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAT-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Tech" ], [ "org", { }, "text", "DE-CIX North America Tech" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAT-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAT-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:53:59-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:39:31-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAN-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America NOC" ], [ "org", { }, "text", "DE-CIX North America NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "noc", "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAN-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAN-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:42-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:36:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.40.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "41.112.149.in-addr.arpa.",
"ldhName" : "41.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-09-06T15:39:08-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/41.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/41.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-41-0-1",
"startAddress" : "149.112.41.0",
"endAddress" : "149.112.41.255",
"ipVersion" : "v4",
"name" : "SIOUIX-IPV4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-09-06T15:38:21-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-09-06T15:38:21-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.41.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-41-0-1"
} ],
"entities" : [ {
"handle" : "KCIE",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "HOUIX" ], [ "adr", {
"label" : "201 E 16th Ave\nNorth Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KCIE"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/KCIE"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-24T16:38:08-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-11-07T11:36:35-05:00"
} ],
"entities" : [ {
"handle" : "NETWO1549-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "6910 W. 83rd Street\r\nSuite 207\nOverland Park\nKS\n66204\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-411-5249" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO1549-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO1549-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-31T10:47:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-19T15:54:13-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.41.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 21637 ]
},
"objectClassName" : "domain"
}, {
"handle" : "42.112.149.in-addr.arpa.",
"ldhName" : "42.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-09T15:17:23-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/42.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/42.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
}, {
"handle" : "43.112.149.in-addr.arpa.",
"ldhName" : "43.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-09T15:17:23-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/43.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/43.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
}, {
"handle" : "44.112.149.in-addr.arpa.",
"ldhName" : "44.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-09T15:20:15-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/44.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/44.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
}, {
"handle" : "45.112.149.in-addr.arpa.",
"ldhName" : "45.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-09T15:20:15-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/45.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/45.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
}, {
"handle" : "46.112.149.in-addr.arpa.",
"ldhName" : "46.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-07-07T14:37:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/46.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/46.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-46-0-1",
"startAddress" : "149.112.46.0",
"endAddress" : "149.112.47.255",
"ipVersion" : "v4",
"name" : "SMART-IX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-07-07T14:36:48-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-07-07T14:36:48-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.46.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-46-0-1"
} ],
"entities" : [ {
"handle" : "COLLE-72",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Collectivite-de-Saint-Martin" ], [ "adr", {
"label" : "Hotel de la collectivite de Saint-Martin, rue de la mairie marigot\nSaint-Martin\n\n\nSaint Martin (French part)"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/COLLE-72"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/COLLE-72"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-22T09:39:56-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-09T16:50:57-04:00"
} ],
"entities" : [ {
"handle" : "ADMIN8145-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "23 rue du port galisbay\nSaint-Martin\n\n\nSaint Martin (French part)"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "admin" ], [ "org", { }, "text", "admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+590590876188" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+590690668899" ] ] ],
"roles" : [ "abuse", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ADMIN8145-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ADMIN8145-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-02T13:42:05-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-09T16:29:35-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "MIB4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "St.George's Grenada\nSt.George\n\nGD\nGrenada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Brent Mc Intosh" ], [ "n", { }, "text", [ "Mc Intosh", "Brent", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-473-435-3941" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-473-405-2360" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MIB4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MIB4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-26T08:28:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-06-15T12:24:39-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.46.0",
"length" : 23
} ],
"arin_originas0_originautnums" : [ 1007, 985 ]
},
"objectClassName" : "domain"
}, {
"handle" : "47.112.149.in-addr.arpa.",
"ldhName" : "47.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-07-07T14:37:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/47.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/47.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-46-0-1",
"startAddress" : "149.112.46.0",
"endAddress" : "149.112.47.255",
"ipVersion" : "v4",
"name" : "SMART-IX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-07-07T14:36:48-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-07-07T14:36:48-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.46.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-46-0-1"
} ],
"entities" : [ {
"handle" : "COLLE-72",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Collectivite-de-Saint-Martin" ], [ "adr", {
"label" : "Hotel de la collectivite de Saint-Martin, rue de la mairie marigot\nSaint-Martin\n\n\nSaint Martin (French part)"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/COLLE-72"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/COLLE-72"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-22T09:39:56-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-09T16:50:57-04:00"
} ],
"entities" : [ {
"handle" : "ADMIN8145-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "23 rue du port galisbay\nSaint-Martin\n\n\nSaint Martin (French part)"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "admin" ], [ "org", { }, "text", "admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+590590876188" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+590690668899" ] ] ],
"roles" : [ "abuse", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ADMIN8145-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ADMIN8145-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-02T13:42:05-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-06-09T16:29:35-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "MIB4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "St.George's Grenada\nSt.George\n\nGD\nGrenada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Brent Mc Intosh" ], [ "n", { }, "text", [ "Mc Intosh", "Brent", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-473-435-3941" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-473-405-2360" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MIB4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MIB4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-26T08:28:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-06-15T12:24:39-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.46.0",
"length" : 23
} ],
"arin_originas0_originautnums" : [ 1007, 985 ]
},
"objectClassName" : "domain"
}, {
"handle" : "48.112.149.in-addr.arpa.",
"ldhName" : "48.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-29T10:57:37-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/48.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/48.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-48-0-1",
"startAddress" : "149.112.48.0",
"endAddress" : "149.112.48.255",
"ipVersion" : "v4",
"name" : "MEX-IX-ELP",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-29T10:56:13-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-11-29T10:56:13-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.48.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-48-0-1"
} ],
"entities" : [ {
"handle" : "MDCL-4",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "McAllen Data Center, LLC" ], [ "adr", {
"label" : "200 S. 10th St. Suite 706\nMcAlllen\nTX\n78501\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.mcallendc.com/" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MDCL-4"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/MDCL-4"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-28T12:41:20-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-03-31T14:05:40-04:00"
} ],
"entities" : [ {
"handle" : "RENDO39-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "200 S. 10th\nSuite 702\nMcAllen\nTX\n78501\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Bernardo Rendon" ], [ "n", { }, "text", [ "Rendon", "Bernardo", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-956-429-3400" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-956-599-4986" ] ] ],
"roles" : [ "noc", "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-02-06" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RENDO39-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/RENDO39-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-07T11:35:24-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-09-01T17:30:29-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "IT361-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "200 S 10th St. STE 702\nMcAllen\nTX\n78501\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "IT" ], [ "org", { }, "text", "IT" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-956-467-5746" ] ] ],
"roles" : [ "technical", "abuse", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IT361-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IT361-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-23T11:11:25-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-11-28T12:32:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.48.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "49.112.149.in-addr.arpa.",
"ldhName" : "49.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "DNS33.CLOUDNS.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS34.CLOUDNS.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS31.CLOUDNS.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS32.CLOUDNS.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-12-15T17:09:06-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/49.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/49.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-49-0-1",
"startAddress" : "149.112.49.0",
"endAddress" : "149.112.49.255",
"ipVersion" : "v4",
"name" : "SPG-DACSIX-NORTH",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "DACSIX-NORTH subnet." ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-05T19:36:52-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-12-15T16:03:34-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.49.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-49-0-1"
} ],
"entities" : [ {
"handle" : "STPAU-9",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "The St. Paul Group" ], [ "adr", {
"label" : "12401 Prosperity Dr\nSilver Spring\nMD\n20904\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/STPAU-9"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/STPAU-9"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-05T19:45:42-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-11-19T11:11:49-05:00"
} ],
"entities" : [ {
"handle" : "NOC11724-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "12401 Prosperity Drive\nSilver Spring\nMD\n20904\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations Center" ], [ "org", { }, "text", "Network Operations Center" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-410-760-3447" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-443-749-5471" ] ] ],
"roles" : [ "abuse", "technical", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NOC11724-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NOC11724-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-05T19:48:45-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-11-29T17:51:52-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "JAH120-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "12401 Prosperity Drive\nSilver Spring\nMD\n20904\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "John Alexander Hartlove" ], [ "n", { }, "text", [ "Hartlove", "John", "Alexander", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-443-749-5445" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-443-677-5385" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/JAH120-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JAH120-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-05T19:44:16-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2006-08-14T12:54:21-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.49.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 6515 ]
},
"objectClassName" : "domain"
}, {
"handle" : "5.112.149.in-addr.arpa.",
"ldhName" : "5.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.SFMIX.ORG.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.LONAP.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS4.LONAP.NET.UK.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS5.LONAP.NET.UK.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS3.HE.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS3.LONAP.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.LONAP.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-03-03T01:28:59-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/5.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/5.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-5-0-1",
"startAddress" : "149.112.5.0",
"endAddress" : "149.112.5.255",
"ipVersion" : "v4",
"name" : "GOLDENSTATEIX-V4-PEERING",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:45-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-07-27T17:54:58-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.5.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-5-0-1"
} ],
"entities" : [ {
"handle" : "SFMIES",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "San Francisco Metropolitan Internet Exchange (SFMIX)" ], [ "adr", {
"label" : "PO Box 8243\nEmeryville\nCA\n94662\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SFMIES"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/SFMIES"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-27T00:44:10-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2006-06-27T11:03:01-04:00"
} ],
"entities" : [ {
"handle" : "STRA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 8243\nEmeryville\nCA\n94662\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SFMIX Technical Role Account" ], [ "org", { }, "text", "SFMIX Technical Role Account" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-877-365-6246" ] ] ],
"roles" : [ "technical", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/STRA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/STRA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-16T02:10:18-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2006-06-27T02:42:06-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "MPE54-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 314\nHayward\nCA\n94543\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Matt Peterson" ], [ "n", { }, "text", [ "Peterson", "Matt", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "matt+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-510-315-1948" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MPE54-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MPE54-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-04T12:45:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2005-01-14T15:26:21-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "LASSO11-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "460 Brannan Street #77424\nSan Francisco\nCA\n94105\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jonathan Lassoff" ], [ "n", { }, "text", [ "Lassoff", "Jonathan", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-415-215-2464" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-15" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LASSO11-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LASSO11-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-16T18:12:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-01-16T18:12:46-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "TP47-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "423 Durant Way\nMill Valley\nCA\n94941-4067\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Tim Pozar" ], [ "n", { }, "text", [ "Pozar", "Tim", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-415-665-3790" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-415-637-8512" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-11-19" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/TP47-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/TP47-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-11-20T18:50:21-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.5.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "50.112.149.in-addr.arpa.",
"ldhName" : "50.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS0.CLOUDIE.IO.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.CLOUDIE.IO.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.CLOUDIE.IO.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-01T02:33:27-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/50.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/50.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-50-0-1",
"startAddress" : "149.112.50.0",
"endAddress" : "149.112.50.255",
"ipVersion" : "v4",
"name" : "ONIX-PEERING-LAN",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-12-30T20:56:09-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-12-30T16:36:40-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.50.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-50-0-1"
} ],
"entities" : [ {
"handle" : "CNL-171",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Cloudie Networks LLC" ], [ "adr", {
"label" : "530-B HARKLE ROAD\nSTE 100\nSanta Fe\nNM\n87505\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CNL-171"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CNL-171"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-21T07:36:25-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-22T18:08:42-05:00"
} ],
"entities" : [ {
"handle" : "CNLA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530-B HARKLE ROAD\nSTE 100\nSanta Fe\nNM\n87505\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Cloudie Networks LLC Administration" ], [ "org", { }, "text", "Cloudie Networks LLC Administration" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-575-474-1337" ] ] ],
"roles" : [ "administrative", "noc", "technical", "dns", "abuse", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CNLA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CNLA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-28T15:18:48-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-06T19:47:20-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.50.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 57369 ]
},
"objectClassName" : "domain"
}, {
"handle" : "51.112.149.in-addr.arpa.",
"ldhName" : "51.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-12T13:07:32-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/51.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/51.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-51-0-1",
"startAddress" : "149.112.51.0",
"endAddress" : "149.112.51.255",
"ipVersion" : "v4",
"name" : "TUSIX-IPV4-01",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-12T13:07:18-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T13:07:18-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.51.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-51-0-1"
} ],
"entities" : [ {
"handle" : "TIE-19",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Tucson Internet Exchange" ], [ "adr", {
"label" : "P.O. Box 1986\nCedar Rapids\nCedar Rapids\nIA\n52406\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/TIE-19"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/TIE-19"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:36:03-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-09-15T10:29:41-04:00"
} ],
"entities" : [ {
"handle" : "IYRCA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1343 Belmont\nYoungstown\nOH\n44504\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Involta Youngstown Region Carrier Admin" ], [ "org", { }, "text", "Involta Youngstown Region Carrier Admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-877-259-4955" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IYRCA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IYRCA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-17T16:52:06-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-08-25T10:59:50-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "INVOL2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 1986\nCedar Rapids\nIA\n52406\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Involta Abuse" ], [ "org", { }, "text", "Involta Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-507-9011" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/INVOL2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/INVOL2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-28T14:28:18-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-10-06T11:45:49-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SLOTN5-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1215 E Pennsylvania St\nTucson\nAZ\n85714\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Aaron Slotness" ], [ "n", { }, "text", [ "Slotness", "Aaron", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-877-259-4955" ] ] ],
"roles" : [ "technical", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SLOTN5-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SLOTN5-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T10:34:37-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-08-19T10:34:37-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "IIA12-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 1986\nCedar Rapids\nIA\n52406\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Involta IP Admin" ], [ "org", { }, "text", "Involta IP Admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-877-259-4955" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IIA12-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IIA12-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-17T16:50:46-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-10-06T11:27:18-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.51.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "52.112.149.in-addr.arpa.",
"ldhName" : "52.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-20T21:24:36-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/52.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/52.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-52-0-1",
"startAddress" : "149.112.52.0",
"endAddress" : "149.112.52.255",
"ipVersion" : "v4",
"name" : "IDAHOIX-IPV4-01",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-20T21:23:44-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-20T21:23:44-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.52.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-52-0-1"
} ],
"entities" : [ {
"handle" : "IIE-17",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Idaho Internet Exchange, Inc." ], [ "adr", {
"label" : "P.O. Box 1986\nCedar Rapids\nIA\n52406\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IIE-17"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/IIE-17"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-10T16:05:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-09-15T10:33:10-04:00"
} ],
"entities" : [ {
"handle" : "IYRCA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1343 Belmont\nYoungstown\nOH\n44504\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Involta Youngstown Region Carrier Admin" ], [ "org", { }, "text", "Involta Youngstown Region Carrier Admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-877-259-4955" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IYRCA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IYRCA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-17T16:52:06-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2017-08-25T10:59:50-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SLOTN6-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2653 S Victory View Way\nBoise\nID\n83709\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Aaron Slotness" ], [ "n", { }, "text", [ "Slotness", "Aaron", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-877-259-4955" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SLOTN6-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SLOTN6-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-10T16:04:37-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-10-10T16:04:37-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "INVOL2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 1986\nCedar Rapids\nIA\n52406\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Involta Abuse" ], [ "org", { }, "text", "Involta Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-507-9011" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/INVOL2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/INVOL2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-28T14:28:18-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-10-06T11:45:49-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "IIA12-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 1986\nCedar Rapids\nIA\n52406\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Involta IP Admin" ], [ "org", { }, "text", "Involta IP Admin" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-877-259-4955" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IIA12-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IIA12-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-17T16:50:46-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-10-06T11:27:18-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.52.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "53.112.149.in-addr.arpa.",
"ldhName" : "53.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "DIST.WAKUWAKU.NE.JP.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS.WAKU.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-31T18:38:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/53.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/53.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-53-0-1",
"startAddress" : "149.112.53.0",
"endAddress" : "149.112.53.255",
"ipVersion" : "v4",
"name" : "GPC",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Geofeed https://geofeed.wakuwaku.co/rfc8805.csv" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-18T12:47:49-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-03-17T10:08:40-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.53.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-53-0-1"
} ],
"entities" : [ {
"handle" : "GPC-137",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Great Plains Connect" ], [ "adr", {
"label" : "1200 Lake Saint Louis Blvd\nLake Saint Louis\nMO\n63367\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GPC-137"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/GPC-137"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-17T17:49:25-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-03-09T11:31:33-05:00"
} ],
"entities" : [ {
"handle" : "GPCNO-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1200 Lake Saint Louis Blvd\nLake Saint Louis\nMO\n63367\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "GPC NOC" ], [ "org", { }, "text", "GPC NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-214-393-8866" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GPCNO-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/GPCNO-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-18T12:47:04-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-03-09T11:29:57-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.53.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "54.112.149.in-addr.arpa.",
"ldhName" : "54.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-29T13:04:28-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/54.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/54.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-54-0-1",
"startAddress" : "149.112.54.0",
"endAddress" : "149.112.54.255",
"ipVersion" : "v4",
"name" : "TIX-NETWORK-GLOBAL-PEERING-AND-TRANSIT-MTL2",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-29T12:56:57-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-03-29T12:56:57-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.54.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-54-0-1"
} ],
"entities" : [ {
"handle" : "RDG-58",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Resilience Data Group Inc." ], [ "adr", {
"label" : "2306 Sherbrooke E Suite 7\nMontreal\nQC\nH2K 1E5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RDG-58"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RDG-58"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-26T08:46:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-02-16T14:56:15-05:00"
} ],
"entities" : [ {
"handle" : "GNO72-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Montreal, Quebec Canada\nMontreal\nQC\nH2K 1E5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Global Network Operations" ], [ "org", { }, "text", "Global Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-833-664-7637" ] ] ],
"roles" : [ "technical", "administrative", "dns", "routing", "abuse", "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network probing strictly forbidden. You will be blacklisted and tar-pitted. " ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GNO72-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/GNO72-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-24T12:16:40-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-03-03T13:30:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.54.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "55.112.149.in-addr.arpa.",
"ldhName" : "55.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-29T13:22:09-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/55.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/55.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-55-0-1",
"startAddress" : "149.112.55.0",
"endAddress" : "149.112.55.255",
"ipVersion" : "v4",
"name" : "TIX-NETWORK-GLOBAL-PEERING-AND-TRANSIT-TOR1",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-29T13:21:37-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-03-29T13:21:37-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.55.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-55-0-1"
} ],
"entities" : [ {
"handle" : "RDG-58",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Resilience Data Group Inc." ], [ "adr", {
"label" : "2306 Sherbrooke E Suite 7\nMontreal\nQC\nH2K 1E5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RDG-58"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RDG-58"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-26T08:46:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-02-16T14:56:15-05:00"
} ],
"entities" : [ {
"handle" : "GNO72-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Montreal, Quebec Canada\nMontreal\nQC\nH2K 1E5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Global Network Operations" ], [ "org", { }, "text", "Global Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-833-664-7637" ] ] ],
"roles" : [ "technical", "administrative", "dns", "routing", "abuse", "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network probing strictly forbidden. You will be blacklisted and tar-pitted. " ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GNO72-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/GNO72-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-24T12:16:40-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-03-03T13:30:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.55.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "56.112.149.in-addr.arpa.",
"ldhName" : "56.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "COREY.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "KENIA.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-05T13:44:59-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/56.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/56.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-56-0-1",
"startAddress" : "149.112.56.0",
"endAddress" : "149.112.57.255",
"ipVersion" : "v4",
"name" : "YLINX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Ylinx" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-26T02:58:17-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-04-05T13:14:36-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.56.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-56-0-1"
} ],
"entities" : [ {
"handle" : "YL-41",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "YLINX, LLC" ], [ "adr", {
"label" : "4281 Express Lane, Suite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ylinx.com\r", "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/YL-41"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/YL-41"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-11-18T11:23:38-05:00"
} ],
"entities" : [ {
"handle" : "BMN2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane, Suite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Muhammad Naseer Bhatti" ], [ "n", { }, "text", [ "Bhatti", "Muhammad Naseer", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-786-866-7745" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-786-318-0332" ] ] ],
"roles" : [ "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ylinx.com", "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BMN2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BMN2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-11T09:43:07-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-11-12T06:43:40-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ROUTI7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane\r\nSuite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Routing" ], [ "org", { }, "text", "Routing" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-909-5469" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ROUTI7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ROUTI7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-14T07:11:55-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-12-28T16:00:20-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5794-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane\r\nSuite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse Contact" ], [ "org", { }, "text", "Abuse Contact" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-909-5469" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5794-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5794-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-28T15:17:46-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-12-28T15:58:33-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.56.0",
"length" : 23
} ],
"arin_originas0_originautnums" : [ 136184, 395734, 147302 ]
},
"objectClassName" : "domain"
}, {
"handle" : "57.112.149.in-addr.arpa.",
"ldhName" : "57.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "COREY.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "KENIA.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-05T13:44:59-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/57.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/57.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-56-0-1",
"startAddress" : "149.112.56.0",
"endAddress" : "149.112.57.255",
"ipVersion" : "v4",
"name" : "YLINX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Ylinx" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-26T02:58:17-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-04-05T13:14:36-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.56.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-56-0-1"
} ],
"entities" : [ {
"handle" : "YL-41",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "YLINX, LLC" ], [ "adr", {
"label" : "4281 Express Lane, Suite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ylinx.com\r", "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/YL-41"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/YL-41"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-11-18T11:23:38-05:00"
} ],
"entities" : [ {
"handle" : "BMN2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane, Suite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Muhammad Naseer Bhatti" ], [ "n", { }, "text", [ "Bhatti", "Muhammad Naseer", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-786-866-7745" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-786-318-0332" ] ] ],
"roles" : [ "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ylinx.com", "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BMN2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BMN2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-11T09:43:07-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-11-12T06:43:40-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ROUTI7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane\r\nSuite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Routing" ], [ "org", { }, "text", "Routing" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-909-5469" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ROUTI7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ROUTI7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-14T07:11:55-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-12-28T16:00:20-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5794-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane\r\nSuite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse Contact" ], [ "org", { }, "text", "Abuse Contact" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-909-5469" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5794-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5794-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-28T15:17:46-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-12-28T15:58:33-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.56.0",
"length" : 23
} ],
"arin_originas0_originautnums" : [ 136184, 395734, 147302 ]
},
"objectClassName" : "domain"
}, {
"handle" : "58.112.149.in-addr.arpa.",
"ldhName" : "58.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-12T12:54:17-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/58.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/58.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-58-0-1",
"startAddress" : "149.112.58.0",
"endAddress" : "149.112.59.255",
"ipVersion" : "v4",
"name" : "TIX-NETWORK-GLOBAL-PEERING-AND-TRANSIT-VAN1",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-12T12:51:18-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-04-12T12:51:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.58.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-58-0-1"
} ],
"entities" : [ {
"handle" : "RDG-58",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Resilience Data Group Inc." ], [ "adr", {
"label" : "2306 Sherbrooke E Suite 7\nMontreal\nQC\nH2K 1E5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RDG-58"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RDG-58"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-26T08:46:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-02-16T14:56:15-05:00"
} ],
"entities" : [ {
"handle" : "GNO72-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Montreal, Quebec Canada\nMontreal\nQC\nH2K 1E5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Global Network Operations" ], [ "org", { }, "text", "Global Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-833-664-7637" ] ] ],
"roles" : [ "technical", "administrative", "dns", "routing", "abuse", "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network probing strictly forbidden. You will be blacklisted and tar-pitted. " ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GNO72-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/GNO72-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-24T12:16:40-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-03-03T13:30:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.58.0",
"length" : 23
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "59.112.149.in-addr.arpa.",
"ldhName" : "59.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-12T12:54:17-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/59.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/59.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-58-0-1",
"startAddress" : "149.112.58.0",
"endAddress" : "149.112.59.255",
"ipVersion" : "v4",
"name" : "TIX-NETWORK-GLOBAL-PEERING-AND-TRANSIT-VAN1",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-12T12:51:18-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-04-12T12:51:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.58.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-58-0-1"
} ],
"entities" : [ {
"handle" : "RDG-58",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Resilience Data Group Inc." ], [ "adr", {
"label" : "2306 Sherbrooke E Suite 7\nMontreal\nQC\nH2K 1E5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RDG-58"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RDG-58"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-26T08:46:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-02-16T14:56:15-05:00"
} ],
"entities" : [ {
"handle" : "GNO72-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Montreal, Quebec Canada\nMontreal\nQC\nH2K 1E5\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Global Network Operations" ], [ "org", { }, "text", "Global Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-833-664-7637" ] ] ],
"roles" : [ "technical", "administrative", "dns", "routing", "abuse", "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network probing strictly forbidden. You will be blacklisted and tar-pitted. " ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GNO72-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/GNO72-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-24T12:16:40-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-03-03T13:30:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.58.0",
"length" : 23
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "6.112.149.in-addr.arpa.",
"ldhName" : "6.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-08-10T14:23:42-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/6.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/6.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-6-0-1",
"startAddress" : "149.112.6.0",
"endAddress" : "149.112.6.255",
"ipVersion" : "v4",
"name" : "FDIX-IOWA",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://fd-ix.com" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:29-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-08-10T14:23:35-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.6.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-6-0-1"
} ],
"entities" : [ {
"handle" : "MIEL-1",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Midwest Internet Exchange LLC" ], [ "adr", {
"label" : "518 Herriman Ct.\nNoblesville\nIN\n46060\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Fd-ix.com internet peering solutions. #keeptrafficlocal" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MIEL-1"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/MIEL-1"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-23T17:19:07-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-01-23T11:41:46-05:00"
} ],
"entities" : [ {
"handle" : "JSW47178-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 146\nWilliamsport\nIN\n47993\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Justin Steven Wilson" ], [ "n", { }, "text", [ "Wilson", "Justin", "Steven", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-217-213-7818" ] ] ],
"roles" : [ "technical", "noc", "routing", "dns", "abuse", "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://j2sw.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/JSW47178-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JSW47178-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-21T11:21:31-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-12-19T21:06:05-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "HAMME2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "16256 Crego Rd.\nDeKalb\nIL\n60115\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mike Hammett" ], [ "n", { }, "text", [ "Hammett", "Mike", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-323-2798" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-815-739-5582" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-815-756-3918" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ics-il.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HAMME2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/HAMME2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T12:09:26-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2011-03-21T08:31:10-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SL324-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "518 Herriman Ct\nNoblesville\nIN\n46060\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SCOTT LEPERE" ], [ "n", { }, "text", [ "LEPERE", "SCOTT", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-317-774-2100" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "ORI.NET - Wireless and Fiber ISP for MDU and HOA communities" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SL324-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SL324-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-29T07:10:04-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1999-11-30T13:33:37-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.6.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 13681 ]
},
"objectClassName" : "domain"
}, {
"handle" : "60.112.149.in-addr.arpa.",
"ldhName" : "60.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.CLOUDIE.IO.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS0.CLOUDIE.IO.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS2.CLOUDIE.IO.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-01T02:09:56-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/60.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/60.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-60-0-1",
"startAddress" : "149.112.60.0",
"endAddress" : "149.112.60.255",
"ipVersion" : "v4",
"name" : "NVIX-PEERING-LAN",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-04-26T17:23:02-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-04-26T17:23:02-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.60.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-60-0-1"
} ],
"entities" : [ {
"handle" : "CNL-171",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Cloudie Networks LLC" ], [ "adr", {
"label" : "530-B HARKLE ROAD\nSTE 100\nSanta Fe\nNM\n87505\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CNL-171"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CNL-171"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-06-21T07:36:25-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-22T18:08:42-05:00"
} ],
"entities" : [ {
"handle" : "CNLA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530-B HARKLE ROAD\nSTE 100\nSanta Fe\nNM\n87505\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Cloudie Networks LLC Administration" ], [ "org", { }, "text", "Cloudie Networks LLC Administration" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-575-474-1337" ] ] ],
"roles" : [ "administrative", "noc", "technical", "dns", "abuse", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CNLA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CNLA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-28T15:18:48-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-06T19:47:20-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.60.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 57369 ]
},
"objectClassName" : "domain"
}, {
"handle" : "64.112.149.in-addr.arpa.",
"ldhName" : "64.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "KENIA.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "COREY.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-27T04:36:12-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/64.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/64.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-64-0-1",
"startAddress" : "149.112.64.0",
"endAddress" : "149.112.67.255",
"ipVersion" : "v4",
"name" : "YLINX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Internet exchange, Internet transit" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-05T15:29:49-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-05T15:29:49-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.64.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-64-0-1"
} ],
"entities" : [ {
"handle" : "YL-41",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "YLINX, LLC" ], [ "adr", {
"label" : "4281 Express Lane, Suite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ylinx.com\r", "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/YL-41"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/YL-41"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-11-18T11:23:38-05:00"
} ],
"entities" : [ {
"handle" : "BMN2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane, Suite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Muhammad Naseer Bhatti" ], [ "n", { }, "text", [ "Bhatti", "Muhammad Naseer", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-786-866-7745" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-786-318-0332" ] ] ],
"roles" : [ "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ylinx.com", "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BMN2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BMN2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-11T09:43:07-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-11-12T06:43:40-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ROUTI7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane\r\nSuite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Routing" ], [ "org", { }, "text", "Routing" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-909-5469" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ROUTI7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ROUTI7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-14T07:11:55-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-12-28T16:00:20-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5794-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane\r\nSuite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse Contact" ], [ "org", { }, "text", "Abuse Contact" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-909-5469" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5794-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5794-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-28T15:17:46-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-12-28T15:58:33-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.64.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ 395734 ]
},
"objectClassName" : "domain"
}, {
"handle" : "65.112.149.in-addr.arpa.",
"ldhName" : "65.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "KENIA.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "COREY.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-27T04:36:12-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/65.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/65.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-64-0-1",
"startAddress" : "149.112.64.0",
"endAddress" : "149.112.67.255",
"ipVersion" : "v4",
"name" : "YLINX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Internet exchange, Internet transit" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-05T15:29:49-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-05T15:29:49-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.64.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-64-0-1"
} ],
"entities" : [ {
"handle" : "YL-41",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "YLINX, LLC" ], [ "adr", {
"label" : "4281 Express Lane, Suite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ylinx.com\r", "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/YL-41"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/YL-41"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-11-18T11:23:38-05:00"
} ],
"entities" : [ {
"handle" : "BMN2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane, Suite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Muhammad Naseer Bhatti" ], [ "n", { }, "text", [ "Bhatti", "Muhammad Naseer", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-786-866-7745" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-786-318-0332" ] ] ],
"roles" : [ "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ylinx.com", "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BMN2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BMN2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-11T09:43:07-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-11-12T06:43:40-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ROUTI7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane\r\nSuite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Routing" ], [ "org", { }, "text", "Routing" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-909-5469" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ROUTI7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ROUTI7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-14T07:11:55-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-12-28T16:00:20-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5794-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane\r\nSuite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse Contact" ], [ "org", { }, "text", "Abuse Contact" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-909-5469" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5794-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5794-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-28T15:17:46-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-12-28T15:58:33-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.64.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ 395734 ]
},
"objectClassName" : "domain"
}, {
"handle" : "66.112.149.in-addr.arpa.",
"ldhName" : "66.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "COREY.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "KENIA.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-27T04:36:12-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/66.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/66.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-64-0-1",
"startAddress" : "149.112.64.0",
"endAddress" : "149.112.67.255",
"ipVersion" : "v4",
"name" : "YLINX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Internet exchange, Internet transit" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-05T15:29:49-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-05T15:29:49-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.64.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-64-0-1"
} ],
"entities" : [ {
"handle" : "YL-41",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "YLINX, LLC" ], [ "adr", {
"label" : "4281 Express Lane, Suite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ylinx.com\r", "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/YL-41"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/YL-41"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-11-18T11:23:38-05:00"
} ],
"entities" : [ {
"handle" : "BMN2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane, Suite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Muhammad Naseer Bhatti" ], [ "n", { }, "text", [ "Bhatti", "Muhammad Naseer", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-786-866-7745" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-786-318-0332" ] ] ],
"roles" : [ "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ylinx.com", "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BMN2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BMN2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-11T09:43:07-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-11-12T06:43:40-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ROUTI7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane\r\nSuite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Routing" ], [ "org", { }, "text", "Routing" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-909-5469" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ROUTI7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ROUTI7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-14T07:11:55-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-12-28T16:00:20-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5794-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane\r\nSuite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse Contact" ], [ "org", { }, "text", "Abuse Contact" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-909-5469" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5794-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5794-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-28T15:17:46-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-12-28T15:58:33-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.64.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ 395734 ]
},
"objectClassName" : "domain"
}, {
"handle" : "67.112.149.in-addr.arpa.",
"ldhName" : "67.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "COREY.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "KENIA.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-27T04:36:12-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/67.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/67.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-64-0-1",
"startAddress" : "149.112.64.0",
"endAddress" : "149.112.67.255",
"ipVersion" : "v4",
"name" : "YLINX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Internet exchange, Internet transit" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-05T15:29:49-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-05T15:29:49-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.64.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-64-0-1"
} ],
"entities" : [ {
"handle" : "YL-41",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "YLINX, LLC" ], [ "adr", {
"label" : "4281 Express Lane, Suite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ylinx.com\r", "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/YL-41"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/YL-41"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-11-18T11:23:38-05:00"
} ],
"entities" : [ {
"handle" : "BMN2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane, Suite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Muhammad Naseer Bhatti" ], [ "n", { }, "text", [ "Bhatti", "Muhammad Naseer", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-786-866-7745" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-786-318-0332" ] ] ],
"roles" : [ "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ylinx.com", "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BMN2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BMN2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-11T09:43:07-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-11-12T06:43:40-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ROUTI7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane\r\nSuite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Routing" ], [ "org", { }, "text", "Routing" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-909-5469" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ROUTI7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ROUTI7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-14T07:11:55-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-12-28T16:00:20-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE5794-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "4281 Express Lane\r\nSuite N7304\nSarasota\nFL\n34238\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse Contact" ], [ "org", { }, "text", "Abuse Contact" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-909-5469" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "24x7 Support @ 800-90-YLINX (8009095469)" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE5794-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE5794-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-28T15:17:46-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-12-28T15:58:33-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.64.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ 395734 ]
},
"objectClassName" : "domain"
}, {
"handle" : "68.112.149.in-addr.arpa.",
"ldhName" : "68.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS.DE-CIX.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS.DE-CIX.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-24T05:36:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/68.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/68.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-68-0-1",
"startAddress" : "149.112.68.0",
"endAddress" : "149.112.68.255",
"ipVersion" : "v4",
"name" : "DECIX-SEA-MAPS",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-10T13:25:51-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-10T13:25:51-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.68.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-68-0-1"
} ],
"entities" : [ {
"handle" : "DNA-31",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "DE-CIX North America Inc." ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNA-31"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/DNA-31"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-07T04:45:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-11T13:17:11-05:00"
} ],
"entities" : [ {
"handle" : "DNAAHD-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "org", { }, "text", "DE-CIX North America Abuse Help Desk" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAAHD-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAAHD-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:29-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:33:29-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAT-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America Tech" ], [ "org", { }, "text", "DE-CIX North America Tech" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAT-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAT-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:53:59-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:39:31-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DNAN-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "590 Madison Avenue\r\n21st Floor\nNew York\nNY\n10022\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DE-CIX North America NOC" ], [ "org", { }, "text", "DE-CIX North America NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-212-796-6914" ] ] ],
"roles" : [ "noc", "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DNAN-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DNAN-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-14T11:54:42-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-11-07T18:36:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.68.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "7.112.149.in-addr.arpa.",
"ldhName" : "7.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-08-20T17:26:34-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/7.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/7.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-7-0-1",
"startAddress" : "149.112.7.0",
"endAddress" : "149.112.7.255",
"ipVersion" : "v4",
"name" : "FDIX-TEXAS",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-12-14T20:28:40-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-08-20T17:26:11-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.7.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-7-0-1"
} ],
"entities" : [ {
"handle" : "MIEL-1",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Midwest Internet Exchange LLC" ], [ "adr", {
"label" : "518 Herriman Ct.\nNoblesville\nIN\n46060\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Fd-ix.com internet peering solutions. #keeptrafficlocal" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MIEL-1"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/MIEL-1"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-23T17:19:07-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-01-23T11:41:46-05:00"
} ],
"entities" : [ {
"handle" : "JSW47178-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 146\nWilliamsport\nIN\n47993\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Justin Steven Wilson" ], [ "n", { }, "text", [ "Wilson", "Justin", "Steven", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-217-213-7818" ] ] ],
"roles" : [ "technical", "noc", "routing", "dns", "abuse", "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://j2sw.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/JSW47178-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JSW47178-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-21T11:21:31-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-12-19T21:06:05-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "HAMME2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "16256 Crego Rd.\nDeKalb\nIL\n60115\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mike Hammett" ], [ "n", { }, "text", [ "Hammett", "Mike", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-323-2798" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-815-739-5582" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-815-756-3918" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.ics-il.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HAMME2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/HAMME2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T12:09:26-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2011-03-21T08:31:10-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SL324-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "518 Herriman Ct\nNoblesville\nIN\n46060\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SCOTT LEPERE" ], [ "n", { }, "text", [ "LEPERE", "SCOTT", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-317-774-2100" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "ORI.NET - Wireless and Fiber ISP for MDU and HOA communities" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SL324-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SL324-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-29T07:10:04-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1999-11-30T13:33:37-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.7.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 13681 ]
},
"objectClassName" : "domain"
}, {
"handle" : "70.112.149.in-addr.arpa.",
"ldhName" : "70.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-07-21T13:23:28-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/70.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/70.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-70-0-1",
"startAddress" : "149.112.70.0",
"endAddress" : "149.112.71.255",
"ipVersion" : "v4",
"name" : "KCIX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-07-21T13:23:28-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-07-21T13:23:28-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.70.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-70-0-1"
} ],
"entities" : [ {
"handle" : "KCIXL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Kansas City Internet eXchange" ], [ "adr", {
"label" : "201 East 16th Ave.\nNorth Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KCIXL"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/KCIXL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-01T15:14:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-21T12:23:57-05:00"
} ],
"entities" : [ {
"handle" : "MULLI191-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 E 16th Avenue\nNorth Kansas CIty\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Brandon Mulligan" ], [ "n", { }, "text", [ "Mulligan", "Brandon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-550-9030" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MULLI191-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MULLI191-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-21T14:11:50-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-04-10T14:39:33-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KRH22-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 E. 16th Ave.\nNorth Kansas City\nClay County, across the river.\nclay1.mci.us\nCity of North Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Kevin Robert HODLE" ], [ "n", { }, "text", [ "HODLE", "Kevin", "Robert", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-256-3031" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-816-506-2605" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Kevin Hodle", "Director of Network Engineering (AS 32097)", "", "Wholesale Internet, Inc. ", "NOCIX, LLC", "KCIX (Kansas City Internet Exchange)", "KC Fiber, LLC", "(AS 32097, AS 33387, AS 26193, AS 11708)", "", "http://www.linkcity.net", "http://www.nocix.net", "http://www.wholesaleinternet.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KRH22-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KRH22-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-01T11:45:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-05-21T15:07:25-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "AWE13-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 East 16th Ave\nNorth Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Aaron Wendel" ], [ "n", { }, "text", [ "Wendel", "Aaron", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-256-3031" ] ] ],
"roles" : [ "administrative", "technical", "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.nocix.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/AWE13-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AWE13-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-31T16:25:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2003-09-24T08:24:25-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETWO1549-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "6910 W. 83rd Street\r\nSuite 207\nOverland Park\nKS\n66204\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-411-5249" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO1549-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO1549-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-31T10:47:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-19T15:54:13-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.70.0",
"length" : 23
} ],
"arin_originas0_originautnums" : [ 40542 ]
},
"objectClassName" : "domain"
}, {
"handle" : "71.112.149.in-addr.arpa.",
"ldhName" : "71.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-07-21T13:23:28-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/71.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/71.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-70-0-1",
"startAddress" : "149.112.70.0",
"endAddress" : "149.112.71.255",
"ipVersion" : "v4",
"name" : "KCIX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-07-21T13:23:28-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-07-21T13:23:28-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.70.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-70-0-1"
} ],
"entities" : [ {
"handle" : "KCIXL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Kansas City Internet eXchange" ], [ "adr", {
"label" : "201 East 16th Ave.\nNorth Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KCIXL"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/KCIXL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-08-01T15:14:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-21T12:23:57-05:00"
} ],
"entities" : [ {
"handle" : "MULLI191-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 E 16th Avenue\nNorth Kansas CIty\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Brandon Mulligan" ], [ "n", { }, "text", [ "Mulligan", "Brandon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-550-9030" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MULLI191-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MULLI191-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-21T14:11:50-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-04-10T14:39:33-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KRH22-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 E. 16th Ave.\nNorth Kansas City\nClay County, across the river.\nclay1.mci.us\nCity of North Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Kevin Robert HODLE" ], [ "n", { }, "text", [ "HODLE", "Kevin", "Robert", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-256-3031" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-816-506-2605" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Kevin Hodle", "Director of Network Engineering (AS 32097)", "", "Wholesale Internet, Inc. ", "NOCIX, LLC", "KCIX (Kansas City Internet Exchange)", "KC Fiber, LLC", "(AS 32097, AS 33387, AS 26193, AS 11708)", "", "http://www.linkcity.net", "http://www.nocix.net", "http://www.wholesaleinternet.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KRH22-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KRH22-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-01T11:45:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-05-21T15:07:25-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "AWE13-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "201 East 16th Ave\nNorth Kansas City\nMO\n64116\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Aaron Wendel" ], [ "n", { }, "text", [ "Wendel", "Aaron", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-816-256-3031" ] ] ],
"roles" : [ "administrative", "technical", "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.nocix.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/AWE13-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AWE13-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-31T16:25:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2003-09-24T08:24:25-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NETWO1549-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "6910 W. 83rd Street\r\nSuite 207\nOverland Park\nKS\n66204\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations" ], [ "org", { }, "text", "Network Operations" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-866-411-5249" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.kcix.net" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETWO1549-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETWO1549-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-31T10:47:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-19T15:54:13-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.70.0",
"length" : 23
} ],
"arin_originas0_originautnums" : [ 40542 ]
},
"objectClassName" : "domain"
}, {
"handle" : "72.112.149.in-addr.arpa.",
"ldhName" : "72.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-08-07T11:31:26-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/72.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/72.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-72-0-1",
"startAddress" : "149.112.72.0",
"endAddress" : "149.112.72.255",
"ipVersion" : "v4",
"name" : "RHODE-ISLAND-INTERNET-EXCHANGE",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-08-07T11:30:01-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-08-07T11:30:01-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.72.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-72-0-1"
} ],
"entities" : [ {
"handle" : "IPL-121",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Irontrust Networks" ], [ "adr", {
"label" : "1155 Westminster Street\nProvidence\nRI\n02909\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IPL-121"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/IPL-121"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-01-17T11:08:00-05:00"
} ],
"entities" : [ {
"handle" : "SACKS11-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "935 Westminster Street\nProvidence \nRI\n02909\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Evan Sacks" ], [ "n", { }, "text", [ "Sacks", "Evan", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-781-454-6654" ] ] ],
"roles" : [ "noc", "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SACKS11-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SACKS11-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T15:43:36-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-01-16T11:39:57-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.72.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "73.112.149.in-addr.arpa.",
"ldhName" : "73.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-08-30T15:19:08-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/73.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/73.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-73-0-1",
"startAddress" : "149.112.73.0",
"endAddress" : "149.112.73.255",
"ipVersion" : "v4",
"name" : "CL-IX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T10:46:25-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-08-30T15:17:52-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.73.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-73-0-1"
} ],
"entities" : [ {
"handle" : "HCDL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "H5 Data Centers" ], [ "adr", {
"label" : "5350 South Valentia Way\nGreenwood Village\nCO\n80111\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "www.h5datacenters.com" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HCDL"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/HCDL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-12-06T13:18:22-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-04T17:59:31-04:00"
} ],
"entities" : [ {
"handle" : "DURBI29-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "5350 S Valentia Way\nGreenwood Village\nCO\n80111\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mark Durbin" ], [ "n", { }, "text", [ "Durbin", "Mark", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-636-575-4456" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DURBI29-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DURBI29-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-19T16:40:06-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-12-14T17:26:17-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE7435-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "5350 South Valentia Way\nGreenwood Village\nCO\n80111\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-303-714-7901" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Report all complaints to this address." ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-03-21" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE7435-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE7435-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-03-22T10:51:37-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-13T10:49:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "AYERS94-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "710 North Tucker Boulevard\nSuite 610\nSt. Louis\nMO\n63101\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Matt Ayers" ], [ "n", { }, "text", [ "Ayers", "Matt", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-314-449-7144" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/AYERS94-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AYERS94-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-21T14:24:40-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-11-15T15:56:34-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "LAYTO50-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "925 Dalton Avenue\nCincinnati \nOH\n45203\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Layton A Collins" ], [ "n", { }, "text", [ "Collins", "Layton", "A", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-513-607-2178" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LAYTO50-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LAYTO50-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-17T09:25:38-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-02-10T09:00:20-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "AYLUA-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "Address: 5350 S Valentia Way\nGreenwood Village\nCO\n80111\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Benjamin Ayluardo" ], [ "n", { }, "text", [ "Ayluardo", "Benjamin", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-303-714-7808" ] ] ],
"roles" : [ "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/AYLUA-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AYLUA-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-23T18:08:41-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-01-31T14:18:33-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "LEGNO10-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "323 Broadway\nSan Antonio\nTX\n78205\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Darron Legnon" ], [ "n", { }, "text", [ "Legnon", "Darron", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-210-900-3413" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LEGNO10-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/LEGNO10-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-28T13:45:21-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-04-21T13:41:18-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "STELL97-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "710 N. Tucker Blvd., Suite 610\nSt. Louis\nMO\n63101\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Anthony Steller" ], [ "n", { }, "text", [ "Steller", "Anthony", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-314-449-7145" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/STELL97-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/STELL97-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:49:52-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-11-22T12:17:14-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.73.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "74.112.149.in-addr.arpa.",
"ldhName" : "74.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS2.ACCURIX.CA.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.ACCURIX.NET.",
"objectClassName" : "nameserver"
} ],
"secureDNS" : {
"delegationSigned" : true,
"dsData" : [ {
"keyTag" : 59525,
"algorithm" : 13,
"digestType" : 2,
"digest" : "7B642F5398CE7470B23E1853E9D50D7ED4A1CB882BFDDCCE1963BB5BB6718F9F"
}, {
"keyTag" : 59525,
"algorithm" : 13,
"digestType" : 4,
"digest" : "F1FCC3DAC49282CB78005A7E2BF1EA559649F877CE39809CE8387F74C61D6323EE42A88584F0BC4EF5F645CF07A4DB9D"
} ]
},
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-06T08:47:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/74.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/74.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-74-0-1",
"startAddress" : "149.112.74.0",
"endAddress" : "149.112.74.255",
"ipVersion" : "v4",
"name" : "ACCURIX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "ACCURIX Peering LAN" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-09-29T12:21:51-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-09-29T12:21:51-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.74.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-74-0-1"
} ],
"entities" : [ {
"handle" : "CANAD-111",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Accuris Technologies Ltd." ], [ "adr", {
"label" : "56A Mill St E\nUnit #470\nActon\nON\nL7J 1H3\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CANAD-111"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CANAD-111"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-28T18:08:26-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-07-09T17:08:29-04:00"
} ],
"entities" : [ {
"handle" : "NOC33562-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "56A Mill St E\nUnit #470\nActon\nON\nL7J 1H3\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations Center" ], [ "org", { }, "text", "Network Operations Center" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-877-321-1662" ] ] ],
"roles" : [ "noc", "technical", "routing", "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "DO NOT CONTACT FOR SALES PURPOSES." ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NOC33562-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NOC33562-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-13T12:16:42-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-01T02:34:59-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE7946-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "56A Mill St E\nUnit #470\nActon\nON\nL7J 1H3\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-877-352-6105" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "DO NOT CONTACT FOR SALES PURPOSES." ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE7946-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE7946-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-13T12:16:54-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-07-08T20:12:30-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.74.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "75.112.149.in-addr.arpa.",
"ldhName" : "75.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "ANNA.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "ALEX.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-13T20:20:57-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/75.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/75.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-75-0-1",
"startAddress" : "149.112.75.0",
"endAddress" : "149.112.76.255",
"ipVersion" : "v4",
"name" : "F4IX-V4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Geofeed https://geofeed.rozint.com/geo-ip.csv" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-19T23:06:54-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-10-09T15:14:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.75.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-75-0-1"
} ],
"entities" : [ {
"handle" : "FNL-62",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "F4 Networks, LLC" ], [ "adr", {
"label" : "30 N Gould St Ste N\nSheridan\nWY\n82801\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://f4.network" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FNL-62"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/FNL-62"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-18T10:11:06-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-04-27T10:02:40-04:00"
} ],
"entities" : [ {
"handle" : "ITDEP308-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "30 N Gould St Ste N\nSheridan\nWY\n82801\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "IT Department" ], [ "org", { }, "text", "IT Department" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-808-909-8289" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-05-04" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ITDEP308-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ITDEP308-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-05T17:47:18-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-05T17:47:18-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NAD117-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "30 N Gould St Ste N\nSheridan\nWY\n82801\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Abuse Department" ], [ "org", { }, "text", "Network Abuse Department" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-808-909-8289" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NAD117-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NAD117-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T11:33:24-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-05T14:30:32-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "REGIS100-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "30 N Gould St Ste N\nSheridan\nWY\n82801\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Registry Administrators" ], [ "org", { }, "text", "Registry Administrators" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-808-909-8292" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/REGIS100-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/REGIS100-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-28T10:39:04-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-18T10:03:42-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.75.0",
"length" : 24
}, {
"v4prefix" : "149.112.76.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "76.112.149.in-addr.arpa.",
"ldhName" : "76.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-09T15:15:42-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/76.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/76.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-75-0-1",
"startAddress" : "149.112.75.0",
"endAddress" : "149.112.76.255",
"ipVersion" : "v4",
"name" : "F4IX-V4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Geofeed https://geofeed.rozint.com/geo-ip.csv" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-19T23:06:54-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-10-09T15:14:18-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.75.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-75-0-1"
} ],
"entities" : [ {
"handle" : "FNL-62",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "F4 Networks, LLC" ], [ "adr", {
"label" : "30 N Gould St Ste N\nSheridan\nWY\n82801\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://f4.network" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FNL-62"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/FNL-62"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-18T10:11:06-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-04-27T10:02:40-04:00"
} ],
"entities" : [ {
"handle" : "ITDEP308-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "30 N Gould St Ste N\nSheridan\nWY\n82801\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "IT Department" ], [ "org", { }, "text", "IT Department" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-808-909-8289" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-05-04" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ITDEP308-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ITDEP308-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-05T17:47:18-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-05T17:47:18-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NAD117-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "30 N Gould St Ste N\nSheridan\nWY\n82801\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Abuse Department" ], [ "org", { }, "text", "Network Abuse Department" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-808-909-8289" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NAD117-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NAD117-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-19T11:33:24-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-05T14:30:32-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "REGIS100-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "30 N Gould St Ste N\nSheridan\nWY\n82801\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Registry Administrators" ], [ "org", { }, "text", "Registry Administrators" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-808-909-8292" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/REGIS100-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/REGIS100-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-28T10:39:04-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-05-18T10:03:42-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.75.0",
"length" : 24
}, {
"v4prefix" : "149.112.76.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "77.112.149.in-addr.arpa.",
"ldhName" : "77.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS-CLOUD-E3.GOOGLEDOMAINS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-CLOUD-E4.GOOGLEDOMAINS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-CLOUD-E2.GOOGLEDOMAINS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS-CLOUD-E1.GOOGLEDOMAINS.COM.",
"objectClassName" : "nameserver"
} ],
"secureDNS" : {
"delegationSigned" : true,
"dsData" : [ {
"keyTag" : 63850,
"algorithm" : 8,
"digestType" : 2,
"digest" : "83B15EDF9646162D31CAB549706E11AEAC04CB1ADAD1882C628A6A27BFA04E7F"
} ]
},
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-11-02T00:24:06-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/77.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/77.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-77-0-1",
"startAddress" : "149.112.77.0",
"endAddress" : "149.112.77.255",
"ipVersion" : "v4",
"name" : "MOREPEERING",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-31T16:33:26-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-10-31T16:33:26-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.77.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-77-0-1"
} ],
"entities" : [ {
"handle" : "CL-2288",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "MorePeering" ], [ "adr", {
"label" : "16192 Coastal Highway\nLewes\nDE\n19958\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CL-2288"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CL-2288"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-12T07:22:20-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-10-19T17:16:09-04:00"
} ],
"entities" : [ {
"handle" : "NUMBE4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "16192 Coastal Highway\nLewes\nDE\n19958\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Numbers Contact" ], [ "org", { }, "text", "Numbers Contact" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-302-645-7400" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NUMBE4-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NUMBE4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-07T16:21:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-10-30T19:24:36-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.77.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "78.112.149.in-addr.arpa.",
"ldhName" : "78.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-15T17:06:07-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/78.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/78.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-78-0-1",
"startAddress" : "149.112.78.0",
"endAddress" : "149.112.78.255",
"ipVersion" : "v4",
"name" : "XS-28",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Prefix used for the XSIX FMT peering IPs" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-10T17:30:46-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-02-15T17:05:12-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.78.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-78-0-1"
} ],
"entities" : [ {
"handle" : "XS-28",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Xentain Solutions Inc." ], [ "adr", {
"label" : "5307 Victoria Drive\nSuite #1024\nVancouver\nBC\nV5P 3V6\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/XS-28"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/XS-28"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-20T21:46:56-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-07-07T09:33:37-04:00"
} ],
"entities" : [ {
"handle" : "XSNM-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "5307 Victoria Drive\nSuite #1024\nVancouver\nBC\nV5P 3V6\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Xentain Solutions Network Management" ], [ "org", { }, "text", "Xentain Solutions Network Management" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-844-936-8246" ] ] ],
"roles" : [ "dns", "technical", "noc", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/XSNM-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/XSNM-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-13T17:51:58-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-10-16T02:15:47-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "XAT2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "5307 Victoria Drive\nSuite #1024\nVancouver\nBC\nV4S 1M3\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Xentain Administration Team" ], [ "org", { }, "text", "Xentain Administration Team" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-844-936-8246" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/XAT2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/XAT2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-13T22:17:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-12-13T22:17:15-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "XAT1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "5307 Victoria Drive\nSuite #1024\nVancouver\nBC\nV5P 3V6\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Xentain Abuse Team" ], [ "org", { }, "text", "Xentain Abuse Team" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-844-936-8246" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/XAT1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/XAT1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-24T13:27:32-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-12-26T02:01:07-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.78.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "8.112.149.in-addr.arpa.",
"ldhName" : "8.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "ATLANTIS2.CORE-DNS.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "ATLANTIS1.CORE-DNS.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-23T13:51:33-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/8.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/8.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-8-0-1",
"startAddress" : "149.112.8.0",
"endAddress" : "149.112.8.255",
"ipVersion" : "v4",
"name" : "COIX-1",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.centraloregonix.org" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-09-16T11:25:00-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-09-16T11:25:00-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.8.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-8-0-1"
} ],
"entities" : [ {
"handle" : "COIE-1",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "COIX" ], [ "adr", {
"label" : "207 SW Columbia St\nBend\nOR\n97702\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/COIE-1"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/COIE-1"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-09-01T12:46:13-04:00"
} ],
"entities" : [ {
"handle" : "ABUSE7983-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "207 SW Columbia St\nBend\nOR\n97702\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Abuse" ], [ "org", { }, "text", "Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-541-621-6495" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE7983-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE7983-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-03T12:30:08-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-08-31T22:03:48-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NOC33195-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "207 SW Columbia St\nBend\nOR\n97702\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NOC" ], [ "org", { }, "text", "NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-541-621-6495" ] ] ],
"roles" : [ "administrative", "noc", "dns", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NOC33195-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NOC33195-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-03T12:29:49-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-08-31T20:00:45-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "PEERI17-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "207 SW Columbia St\nBend\nOR\n97702\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Peering" ], [ "org", { }, "text", "Peering" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-541-621-6495" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/PEERI17-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/PEERI17-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-03T12:30:03-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-08-31T22:04:27-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.8.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "80.112.149.in-addr.arpa.",
"ldhName" : "80.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-11-30T12:11:08-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/80.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/80.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-80-0-1",
"startAddress" : "149.112.80.0",
"endAddress" : "149.112.80.255",
"ipVersion" : "v4",
"name" : "SPEEDFI",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-11-30T12:10:04-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-11-30T12:10:04-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.80.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-80-0-1"
} ],
"entities" : [ {
"handle" : "SPEED-80",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "SpeedFI Inc." ], [ "adr", {
"label" : "34 Glenarden Pl\nKingston\nON\nK7M 7A9\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://speedfi.ca" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SPEED-80"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/SPEED-80"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-11-07T12:35:50-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-05-28T16:18:14-04:00"
} ],
"entities" : [ {
"handle" : "GILMO85-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "34 Glenarden Pl\nKingston \nON\nK7M 7A9\nCanada"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Dalton Gilmore" ], [ "n", { }, "text", [ "Gilmore", "Dalton", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-888-961-4786;ext2" ] ] ],
"roles" : [ "abuse", "noc", "technical", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/GILMO85-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/GILMO85-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:27:47-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-04-27T15:43:34-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.80.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 399226 ]
},
"objectClassName" : "domain"
}, {
"handle" : "81.112.149.in-addr.arpa.",
"ldhName" : "81.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-12-28T10:53:26-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/81.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/81.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-81-0-1",
"startAddress" : "149.112.81.0",
"endAddress" : "149.112.81.255",
"ipVersion" : "v4",
"name" : "LIGHTBOARD BURLVT",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Lightboard buys, builds and operates critical telecom infrastructure." ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-12-28T16:58:56-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-12-28T10:52:41-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.81.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-81-0-1"
} ],
"entities" : [ {
"handle" : "ASA-283",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Lightboard Realty" ], [ "adr", {
"label" : "10 Post Office Square\nSuite 819\nBoston\nMA\n02109\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Lightboard buys, builds and operates telecommunications critical infrastructure." ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ASA-283"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ASA-283"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-12-21T15:38:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-11-21T17:20:12-05:00"
} ],
"entities" : [ {
"handle" : "NETOP391-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "10 Post Office Square\nSuite 819\nBoston\nMA\n02109\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NetOps" ], [ "org", { }, "text", "NetOps" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-617-821-6079" ] ] ],
"roles" : [ "technical", "routing", "dns", "abuse", "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network operations hours are 24 x 7 x 365." ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-12-04" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP391-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP391-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-12-05T17:38:34-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-12-05T17:38:34-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "HANNI27-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "10 Post Office Square\nSuite 819\nBoston\nMA\n02109\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Martin Hannigan" ], [ "n", { }, "text", [ "Hannigan", "Martin", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-617-821-6079" ] ] ],
"roles" : [ "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Lightboard Realty owns, operates and builds telecommunications infrastructure." ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HANNI27-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/HANNI27-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-13T11:21:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-11-21T17:14:15-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.81.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "82.112.149.in-addr.arpa.",
"ldhName" : "82.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-12-28T13:59:45-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/82.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/82.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-82-0-1",
"startAddress" : "149.112.82.0",
"endAddress" : "149.112.82.255",
"ipVersion" : "v4",
"name" : "LIGHTBOARD MNCHNH",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Lightboard buys, builds and operates critical telecom infrastructure." ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-12-28T17:00:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-12-28T13:58:49-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.82.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-82-0-1"
} ],
"entities" : [ {
"handle" : "ASA-283",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Lightboard Realty" ], [ "adr", {
"label" : "10 Post Office Square\nSuite 819\nBoston\nMA\n02109\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Lightboard buys, builds and operates telecommunications critical infrastructure." ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ASA-283"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ASA-283"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-12-21T15:38:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-11-21T17:20:12-05:00"
} ],
"entities" : [ {
"handle" : "NETOP391-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "10 Post Office Square\nSuite 819\nBoston\nMA\n02109\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NetOps" ], [ "org", { }, "text", "NetOps" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-617-821-6079" ] ] ],
"roles" : [ "technical", "routing", "dns", "abuse", "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Network operations hours are 24 x 7 x 365." ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-12-04" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NETOP391-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NETOP391-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-12-05T17:38:34-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-12-05T17:38:34-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "HANNI27-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "10 Post Office Square\nSuite 819\nBoston\nMA\n02109\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Martin Hannigan" ], [ "n", { }, "text", [ "Hannigan", "Martin", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-617-821-6079" ] ] ],
"roles" : [ "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Lightboard Realty owns, operates and builds telecommunications infrastructure." ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HANNI27-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/HANNI27-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-13T11:21:33-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-11-21T17:14:15-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.82.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "83.112.149.in-addr.arpa.",
"ldhName" : "83.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "DNS34.CLOUDNS.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS31.CLOUDNS.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS32.CLOUDNS.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "DNS33.CLOUDNS.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-31T13:52:21-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/83.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/83.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-83-0-1",
"startAddress" : "149.112.83.0",
"endAddress" : "149.112.83.255",
"ipVersion" : "v4",
"name" : "SPG-DACSIX-SOUTH",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-05T19:37:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-01-02T07:54:04-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.83.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-83-0-1"
} ],
"entities" : [ {
"handle" : "STPAU-9",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "The St. Paul Group" ], [ "adr", {
"label" : "12401 Prosperity Dr\nSilver Spring\nMD\n20904\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/STPAU-9"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/STPAU-9"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-05T19:45:42-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-11-19T11:11:49-05:00"
} ],
"entities" : [ {
"handle" : "NOC11724-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "12401 Prosperity Drive\nSilver Spring\nMD\n20904\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Network Operations Center" ], [ "org", { }, "text", "Network Operations Center" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-410-760-3447" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-443-749-5471" ] ] ],
"roles" : [ "abuse", "technical", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NOC11724-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NOC11724-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-05T19:48:45-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-11-29T17:51:52-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "JAH120-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "12401 Prosperity Drive\nSilver Spring\nMD\n20904\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "John Alexander Hartlove" ], [ "n", { }, "text", [ "Hartlove", "John", "Alexander", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-443-749-5445" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-443-677-5385" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/JAH120-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JAH120-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-05T19:44:16-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2006-08-14T12:54:21-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.83.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 6515 ]
},
"objectClassName" : "domain"
}, {
"handle" : "84.112.149.in-addr.arpa.",
"ldhName" : "84.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS.DARTNODE.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-02T15:56:38-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/84.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/84.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-84-0-1",
"startAddress" : "149.112.84.0",
"endAddress" : "149.112.84.255",
"ipVersion" : "v4",
"name" : "DARTNET-IXP",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Geofeed https://dartnode.com/geofeed/csv" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-07T22:18:28-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-01-25T12:39:37-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.84.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-84-0-1"
} ],
"entities" : [ {
"handle" : "SNAJU-1",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Snaju Development" ], [ "adr", {
"label" : "1100 E NASA Parkway Ste 309\nHouston\nTX\n77058\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SNAJU-1"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/SNAJU-1"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-12-14T18:12:42-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-09-19T14:45:16-04:00"
} ],
"entities" : [ {
"handle" : "PEDER140-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1100 NASA Parkway Suite 309\nHouston\nTX\n77058\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Zackary Pedersen" ], [ "n", { }, "text", [ "Pedersen", "Zackary", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-281-724-4464;ext201" ] ] ],
"roles" : [ "abuse", "administrative", "technical", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/PEDER140-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/PEDER140-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-06T11:18:47-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-08-08T16:29:42-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DARTN-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1100 E NASA Parkway Ste 309\nHouston\nTX\n77058\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "DartNode Abuse" ], [ "org", { }, "text", "DartNode Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-713-714-1360" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-713-714-1356" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Please email [email protected] with any abuse-related details, we will investigate and take corrective action if abuse is found." ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DARTN-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DARTN-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-05-11T18:39:17-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-05-11T18:39:17-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.84.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 399646 ]
},
"objectClassName" : "domain"
}, {
"handle" : "85.112.149.in-addr.arpa.",
"ldhName" : "85.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NAYA.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "KONNOR.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-24T23:38:51-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/85.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/85.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-85-0-1",
"startAddress" : "149.112.85.0",
"endAddress" : "149.112.85.255",
"ipVersion" : "v4",
"name" : "WVIE-NET4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://www.wvix.us", "Network operations: 24-7-365", "[email protected]" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-15T14:25:56-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-02-08T09:29:20-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.85.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-85-0-1"
} ],
"entities" : [ {
"handle" : "WVIE",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "West Virginia Internet Exchange" ], [ "adr", {
"label" : "401 D Street.\nSouth Charleston\nWV\n25301\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://www.wvix.us ", "Network Operations: 24-7-365", "[email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WVIE"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/WVIE"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-08T00:32:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-12-29T00:35:12-05:00"
} ],
"entities" : [ {
"handle" : "WOODM78-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "118 Hamblin Hall\nInstitute\nWV\n25112\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Matt Wood" ], [ "n", { }, "text", [ "Wood", "Matt", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-304-766-3261" ] ] ],
"roles" : [ "technical", "dns", "routing", "abuse", "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://www.wvstateu.edu", "Standard hours are 8:30am to 4:00pm EST" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WOODM78-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WOODM78-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-25T08:13:20-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-10-16T08:49:59-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "CNS21-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 N. Rustling Rd\nSouth Charleston\nWV\n25303\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Clinton N Strouth" ], [ "n", { }, "text", [ "Strouth", "Clinton", "N", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-304-356-1766" ] ] ],
"roles" : [ "technical", "abuse", "noc", "dns", "routing", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CNS21-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CNS21-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-07T21:50:55-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-12-27T07:32:49-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.85.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 15183 ]
},
"objectClassName" : "domain"
}, {
"handle" : "86.112.149.in-addr.arpa.",
"ldhName" : "86.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-15T13:10:53-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/86.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/86.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-86-0-1",
"startAddress" : "149.112.86.0",
"endAddress" : "149.112.87.255",
"ipVersion" : "v4",
"name" : "NET-FLIX-23",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-15T13:10:09-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-02-15T13:10:09-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.86.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-86-0-1"
} ],
"entities" : [ {
"handle" : "CIH-24",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Community IX Holdings, Inc." ], [ "adr", {
"label" : "2028 E. Ben White Blvd\n#240-9191\nAustin\nTX\n78741-6931\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CIH-24"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CIH-24"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-01-24T12:40:03-05:00"
} ],
"entities" : [ {
"handle" : "COSTE197-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "214 E 9th St, Apt 4C\nNew York\nNY\n10003\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Michael Costello" ], [ "n", { }, "text", [ "Costello", "Michael", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-484-213-1892" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-484-213-1892" ] ] ],
"roles" : [ "routing", "technical", "administrative", "dns", "abuse", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/COSTE197-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/COSTE197-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-06T13:25:15-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-09-06T13:25:15-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "STILL75-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2028 E. Ben White Blvd #240-9191\n\nAustin\nTX\n78741\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Michael Still" ], [ "n", { }, "text", [ "Still", "Michael", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-404-579-2600" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-404-579-2600" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/STILL75-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/STILL75-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-06T13:26:43-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-09-06T13:26:43-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "RE44-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2028 E. Ben White Blvd #240-9191\nAustin\nTX\n78741-6931\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Randy Epstein" ], [ "n", { }, "text", [ "Epstein", "Randy", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-888-925-4678" ] ] ],
"roles" : [ "dns", "abuse", "routing", "noc", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RE44-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/RE44-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-06T06:42:48-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1994-05-23T14:30:34-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.86.0",
"length" : 23
} ],
"arin_originas0_originautnums" : [ 63221 ]
},
"objectClassName" : "domain"
}, {
"handle" : "87.112.149.in-addr.arpa.",
"ldhName" : "87.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-15T13:10:53-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/87.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/87.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-86-0-1",
"startAddress" : "149.112.86.0",
"endAddress" : "149.112.87.255",
"ipVersion" : "v4",
"name" : "NET-FLIX-23",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-15T13:10:09-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-02-15T13:10:09-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.86.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-86-0-1"
} ],
"entities" : [ {
"handle" : "CIH-24",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Community IX Holdings, Inc." ], [ "adr", {
"label" : "2028 E. Ben White Blvd\n#240-9191\nAustin\nTX\n78741-6931\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CIH-24"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/CIH-24"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-11-25T11:09:46-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-01-24T12:40:03-05:00"
} ],
"entities" : [ {
"handle" : "COSTE197-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "214 E 9th St, Apt 4C\nNew York\nNY\n10003\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Michael Costello" ], [ "n", { }, "text", [ "Costello", "Michael", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-484-213-1892" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-484-213-1892" ] ] ],
"roles" : [ "routing", "technical", "administrative", "dns", "abuse", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/COSTE197-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/COSTE197-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-06T13:25:15-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-09-06T13:25:15-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "STILL75-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2028 E. Ben White Blvd #240-9191\n\nAustin\nTX\n78741\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Michael Still" ], [ "n", { }, "text", [ "Still", "Michael", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-404-579-2600" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-404-579-2600" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/STILL75-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/STILL75-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-06T13:26:43-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-09-06T13:26:43-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "RE44-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2028 E. Ben White Blvd #240-9191\nAustin\nTX\n78741-6931\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Randy Epstein" ], [ "n", { }, "text", [ "Epstein", "Randy", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-888-925-4678" ] ] ],
"roles" : [ "dns", "abuse", "routing", "noc", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RE44-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/RE44-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-06T06:42:48-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1994-05-23T14:30:34-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.86.0",
"length" : 23
} ],
"arin_originas0_originautnums" : [ 63221 ]
},
"objectClassName" : "domain"
}, {
"handle" : "88.112.149.in-addr.arpa.",
"ldhName" : "88.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NAYA.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "KONNOR.NS.CLOUDFLARE.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-27T07:54:43-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/88.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/88.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-88-0-1",
"startAddress" : "149.112.88.0",
"endAddress" : "149.112.88.255",
"ipVersion" : "v4",
"name" : "WVIE-NET4-1",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://www.wvix.us", "Network Operations: 24-7-365", "[email protected]" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-24T07:36:12-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-02-27T07:46:34-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.88.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-88-0-1"
} ],
"entities" : [ {
"handle" : "WVIE",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "West Virginia Internet Exchange" ], [ "adr", {
"label" : "401 D Street.\nSouth Charleston\nWV\n25301\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://www.wvix.us ", "Network Operations: 24-7-365", "[email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WVIE"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/WVIE"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-08T00:32:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-12-29T00:35:12-05:00"
} ],
"entities" : [ {
"handle" : "WOODM78-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "118 Hamblin Hall\nInstitute\nWV\n25112\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Matt Wood" ], [ "n", { }, "text", [ "Wood", "Matt", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-304-766-3261" ] ] ],
"roles" : [ "technical", "dns", "routing", "abuse", "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://www.wvstateu.edu", "Standard hours are 8:30am to 4:00pm EST" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WOODM78-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WOODM78-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-25T08:13:20-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-10-16T08:49:59-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "CNS21-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "979 N. Rustling Rd\nSouth Charleston\nWV\n25303\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Clinton N Strouth" ], [ "n", { }, "text", [ "Strouth", "Clinton", "N", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-304-356-1766" ] ] ],
"roles" : [ "technical", "abuse", "noc", "dns", "routing", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CNS21-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CNS21-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-07T21:50:55-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-12-27T07:32:49-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.88.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 15183 ]
},
"objectClassName" : "domain"
}, {
"handle" : "89.112.149.in-addr.arpa.",
"ldhName" : "89.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-03-08T10:59:43-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/89.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/89.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-89-0-1",
"startAddress" : "149.112.89.0",
"endAddress" : "149.112.89.255",
"ipVersion" : "v4",
"name" : "IXISP-IPV4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Contact [email protected] for critical alerts" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-16T19:58:41-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-03-08T10:57:58-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.89.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-89-0-1"
} ],
"entities" : [ {
"handle" : "RL-890",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Rackifi Holdings LLC" ], [ "adr", {
"label" : "130 North McKean Street\nSuite 201\nKittanning\nPA\n16201\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "https://www.rackifi.io", "NOC Available 24x7x365" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/RL-890"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/RL-890"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-20T14:54:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-12-12T18:01:05-05:00"
} ],
"entities" : [ {
"handle" : "ARRIE7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1731 E Carson Street\nSuite 42392\nPittsburgh\nPA\n15203\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARRIES-ABUSE" ], [ "org", { }, "text", "ARRIES-ABUSE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-888-277-4371" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Please visit https://arries.net for more information" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARRIE7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARRIE7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-25T03:00:12-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-01-19T02:12:19-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARRIE6-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1731 E Carson Street\nSuite 42392\nPittsburgh\nPA\n15203\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARRIES-NOC" ], [ "org", { }, "text", "ARRIES-NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-888-277-4371" ] ] ],
"roles" : [ "dns", "routing", "administrative", "technical", "noc" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Please visit https://arries.net for more information" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-01-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARRIE6-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARRIE6-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-01-25T03:00:23-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-01-19T02:10:52-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.89.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 20206 ]
},
"objectClassName" : "domain"
}, {
"handle" : "9.112.149.in-addr.arpa.",
"ldhName" : "9.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-10-01T12:52:45-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/9.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/9.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
}, {
"handle" : "90.112.149.in-addr.arpa.",
"ldhName" : "90.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-19T14:04:10-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/90.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/90.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
}, {
"handle" : "91.112.149.in-addr.arpa.",
"ldhName" : "91.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-19T14:04:10-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/91.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/91.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
}, {
"handle" : "92.112.149.in-addr.arpa.",
"ldhName" : "92.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-19T14:04:10-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/92.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/92.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
}, {
"handle" : "93.112.149.in-addr.arpa.",
"ldhName" : "93.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-19T14:04:10-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/93.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/93.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"objectClassName" : "domain"
}, {
"handle" : "94.112.149.in-addr.arpa.",
"ldhName" : "94.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-19T14:25:20-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/94.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/94.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-94-0-1",
"startAddress" : "149.112.94.0",
"endAddress" : "149.112.94.255",
"ipVersion" : "v4",
"name" : "AUBURN-IPV4",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-19T14:24:09-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-19T14:24:09-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.94.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-94-0-1"
} ],
"entities" : [ {
"handle" : "PC-369",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Ninja-IX Corporation" ], [ "adr", {
"label" : "c/o Paul Emmons\r\n530 E McDowell Road #107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/PC-369"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/PC-369"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-10-01T04:01:29-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-24T14:35:08-04:00"
} ],
"entities" : [ {
"handle" : "IRR2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Rd\n#107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "IRR" ], [ "org", { }, "text", "IRR" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "routing", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Please direct any IRR issues to this contact" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IRR2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IRR2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-01T16:53:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-10-01T03:29:28-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "NOC31848-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "3033 N Central Avenue\r\nSuite 405\nPhoenix\nAZ\n85012\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NOC" ], [ "org", { }, "text", "NOC" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "technical", "abuse", "noc" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-04-25" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NOC31848-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NOC31848-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-25T12:13:42-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:46:23-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "EMMON3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "530 E McDowell Road\nSuite 107-605\nPhoenix\nAZ\n85004\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Paul Emmons" ], [ "n", { }, "text", [ "Emmons", "Paul", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-602-688-6414" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/EMMON3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/EMMON3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T13:36:30-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-04-23T12:44:51-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.94.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "95.112.149.in-addr.arpa.",
"ldhName" : "95.112.149.in-addr.arpa.",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T11:12:27-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/95.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/95.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-95-0-1",
"startAddress" : "149.112.95.0",
"endAddress" : "149.112.95.255",
"ipVersion" : "v4",
"name" : "IDAHO-FALLS-IX",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "non-routable IP space for Idaho Falls IX" ]
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T11:11:12-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-22T11:11:11-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.95.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-95-0-1"
} ],
"entities" : [ {
"handle" : "UL-351",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Utah.io" ], [ "adr", {
"label" : "1034 w 500 n\ncenterville\nUT\n84014\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/UL-351"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/UL-351"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-04-22T12:14:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-03-27T21:21:33-04:00"
} ],
"entities" : [ {
"handle" : "BURRD8-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1034 w 500 n\ncenterville\nUT\n84014\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "David Burr" ], [ "n", { }, "text", [ "Burr", "David", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-801-234-5620" ] ] ],
"roles" : [ "technical", "administrative", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BURRD8-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BURRD8-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-07T12:26:00-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2022-03-27T21:17:36-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.95.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "96.112.149.in-addr.arpa.",
"ldhName" : "96.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.MOUATS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "PUCK.NETHER.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.ALT.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T16:03:39-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/96.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/96.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-96-0-1",
"startAddress" : "149.112.96.0",
"endAddress" : "149.112.99.255",
"ipVersion" : "v4",
"name" : "SEATTLEIX-V4-2",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:33:53-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-19T14:01:53-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.96.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-96-0-1"
} ],
"entities" : [ {
"handle" : "SEATT-11",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Seattle Internet Exchange" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SEATT-11"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/SEATT-11"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-03-04T10:54:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-29T12:42:09-05:00"
} ],
"entities" : [ {
"handle" : "SIXHO-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SIX Hostmaster" ], [ "org", { }, "text", "SIX Hostmaster" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-206-367-4320" ] ] ],
"roles" : [ "abuse", "technical", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SIXHO-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SIXHO-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:26:36-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-28T23:36:04-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SIXHO-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SIX Hostmaster" ], [ "org", { }, "text", "SIX Hostmaster" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-206-367-4320" ] ] ],
"roles" : [ "abuse", "noc", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SIXHO-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SIXHO-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:26:36-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-28T23:36:04-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.96.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "97.112.149.in-addr.arpa.",
"ldhName" : "97.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.ALT.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "PUCK.NETHER.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.MOUATS.COM.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T16:03:39-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/97.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/97.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-96-0-1",
"startAddress" : "149.112.96.0",
"endAddress" : "149.112.99.255",
"ipVersion" : "v4",
"name" : "SEATTLEIX-V4-2",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:33:53-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-19T14:01:53-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.96.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-96-0-1"
} ],
"entities" : [ {
"handle" : "SEATT-11",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Seattle Internet Exchange" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SEATT-11"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/SEATT-11"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-03-04T10:54:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-29T12:42:09-05:00"
} ],
"entities" : [ {
"handle" : "SIXHO-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SIX Hostmaster" ], [ "org", { }, "text", "SIX Hostmaster" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-206-367-4320" ] ] ],
"roles" : [ "abuse", "technical", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SIXHO-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SIXHO-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:26:36-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-28T23:36:04-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SIXHO-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SIX Hostmaster" ], [ "org", { }, "text", "SIX Hostmaster" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-206-367-4320" ] ] ],
"roles" : [ "abuse", "noc", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SIXHO-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SIXHO-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:26:36-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-28T23:36:04-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.96.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "98.112.149.in-addr.arpa.",
"ldhName" : "98.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "NS1.MOUATS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.ALT.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "PUCK.NETHER.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T16:03:39-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/98.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/98.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-96-0-1",
"startAddress" : "149.112.96.0",
"endAddress" : "149.112.99.255",
"ipVersion" : "v4",
"name" : "SEATTLEIX-V4-2",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:33:53-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-19T14:01:53-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.96.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-96-0-1"
} ],
"entities" : [ {
"handle" : "SEATT-11",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Seattle Internet Exchange" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SEATT-11"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/SEATT-11"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-03-04T10:54:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-29T12:42:09-05:00"
} ],
"entities" : [ {
"handle" : "SIXHO-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SIX Hostmaster" ], [ "org", { }, "text", "SIX Hostmaster" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-206-367-4320" ] ] ],
"roles" : [ "abuse", "technical", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SIXHO-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SIXHO-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:26:36-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-28T23:36:04-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SIXHO-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SIX Hostmaster" ], [ "org", { }, "text", "SIX Hostmaster" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-206-367-4320" ] ] ],
"roles" : [ "abuse", "noc", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SIXHO-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SIXHO-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:26:36-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-28T23:36:04-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.96.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
}, {
"handle" : "99.112.149.in-addr.arpa.",
"ldhName" : "99.112.149.in-addr.arpa.",
"nameservers" : [ {
"ldhName" : "PUCK.NETHER.NET.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.MOUATS.COM.",
"objectClassName" : "nameserver"
}, {
"ldhName" : "NS1.ALT.NET.",
"objectClassName" : "nameserver"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-22T16:03:39-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/domain/99.112.149.in-addr.arpa."
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/rdns/99.112.149.in-addr.arpa."
} ],
"port43" : "whois.arin.net",
"network" : {
"handle" : "NET-149-112-96-0-1",
"startAddress" : "149.112.96.0",
"endAddress" : "149.112.99.255",
"ipVersion" : "v4",
"name" : "SEATTLEIX-V4-2",
"type" : "DIRECT ALLOCATION",
"parentHandle" : "NET-149-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:33:53-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2024-04-19T14:01:53-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/ip/149.112.96.0"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-149-112-96-0-1"
} ],
"entities" : [ {
"handle" : "SEATT-11",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Seattle Internet Exchange" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SEATT-11"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/SEATT-11"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-03-04T10:54:00-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-29T12:42:09-05:00"
} ],
"entities" : [ {
"handle" : "SIXHO-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SIX Hostmaster" ], [ "org", { }, "text", "SIX Hostmaster" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-206-367-4320" ] ] ],
"roles" : [ "abuse", "technical", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SIXHO-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SIXHO-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:26:36-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-28T23:36:04-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SIXHO-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1700 7th Ave Ste 116 PMB #400\nSeattle\nWA\n98101-1323\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "SIX Hostmaster" ], [ "org", { }, "text", "SIX Hostmaster" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-206-367-4320" ] ] ],
"roles" : [ "abuse", "noc", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SIXHO-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/domains/rirSearch1/rdap-down/112.149.in-addr.arpa.",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SIXHO-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-12-27T10:26:36-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-01-28T23:36:04-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "149.112.96.0",
"length" : 22
} ],
"arin_originas0_originautnums" : [ ]
},
"objectClassName" : "domain"
} ]
}
Autonomous System Numbers (ASNs)
Note: Because ARIN maintains a “flat ASN registration model,” relation searches (i.e. rdap-up
, rdap-down
, rdap-top
, and rdap-bottom
) are not implemented, and if attempted will return a 501 (Not Implemented) error.
Look Up an ASN
Queries for information regarding an ASN are of the form:
<rdap-url>/autnum/<asn>
where <asn>
is an ASN, without the AS prefix.
Query Example:
https://rdap.arin.net/registry/autnum/399970
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0", "nro_rdap_profile_asn_flat_0" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"handle" : "AS399970",
"startAutnum" : 399970,
"endAutnum" : 399970,
"name" : "ARIN-RS-RND",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-08-20T11:59:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-20T10:17:38-04:00"
} ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/autnum/399970"
}, {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS399970"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-04T16:10:48-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "noc", "dns", "technical", "abuse", "administrative" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-18T15:31:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL6-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "po box\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL-ROUTING" ], [ "org", { }, "text", "ARINL-ROUTING" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINL6-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL6-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-04T15:58:06-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2025-03-04T15:58:06-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL5-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL-TECH" ], [ "org", { }, "text", "ARINL-TECH" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINL5-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/autnum/399970",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL5-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-04T15:40:12-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2025-03-04T15:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
}
Search ASNs by Handle
Queries for information about ASNs by handle are of the form:
<rdap-url>/autnums?handle=<search-term>
where <search-term>
is an AS handle.
Query Example:
https://rdap.arin.net/registry/autnums?handle=AS399970*
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0", "nro_rdap_profile_asn_flat_0", "rirSearch1", "autnums", "autnumSearchResults" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"autnumSearchResults" : [ {
"handle" : "AS399970",
"startAutnum" : 399970,
"endAutnum" : 399970,
"name" : "ARIN-RS-RND",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-08-20T11:59:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-20T10:17:38-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/autnum/399970"
}, {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS399970"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "comment2" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-14T12:45:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "abuse", "technical", "routing", "dns", "administrative", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-24T14:45:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums?handle=AS399970*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
} ]
}
Search ASNs by Name
Queries for information about ASNs by name are of the form:
<rdap-url>/autnums?name=<search-term>
where <search-term>
is an AS name.
Query Example:
https://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0", "nro_rdap_profile_asn_flat_0", "rirSearch1", "autnums", "autnumSearchResults" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"autnumSearchResults" : [ {
"handle" : "AS399970",
"startAutnum" : 399970,
"endAutnum" : 399970,
"name" : "ARIN-RS-RND",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-08-20T11:59:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-20T10:17:38-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/autnum/399970"
}, {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS399970"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "comment2" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-14T12:45:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "abuse", "technical", "routing", "dns", "administrative", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-24T14:45:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums?name=ARIN-RS-RN*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
} ]
}
Search ASNs by Entity Handle
Queries for information about ASNs by entity handle are of the form:
<rdap-url>/autnums/reverse_search/entity?handle=<search-term>
where <search-term>
is an Org ID/Org Handle or a Resource Point of Contact Handle.
Query Example:
https://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0", "nro_rdap_profile_asn_flat_0", "rirSearch1", "autnums", "autnumSearchResults", "reverse_search" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"autnumSearchResults" : [ {
"handle" : "AS26340",
"startAutnum" : 26340,
"endAutnum" : 26340,
"name" : "WEBINAR",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-02-21T11:38:50-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2011-12-01T10:50:47-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/autnum/26340"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS26340"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "comment2" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-14T12:45:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "technical", "abuse", "noc", "routing", "administrative", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-24T14:45:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
}, {
"handle" : "AS399970",
"startAutnum" : 399970,
"endAutnum" : 399970,
"name" : "ARIN-RS-RND",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-08-20T11:59:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-20T10:17:38-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/autnum/399970"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS399970"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "comment2" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-14T12:45:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "technical", "abuse", "noc", "routing", "administrative", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-24T14:45:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?handle=ARINL",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
} ],
"reverse_search_properties_mapping" : [ {
"property" : "handle",
"propertyPath" : "$.entities[*].handle"
} ]
}
Search ASNs by Entity Name
Queries for information about ASNs by entity name are of the form:
<rdap-url>/autnums/reverse_search/entity?fn=<search-term>
where <search-term>
is an Org Name or a Resource Point of Contact Name.
Query Example:
https://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN%20Routing%20Security
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0", "nro_rdap_profile_asn_flat_0", "rirSearch1", "autnums", "autnumSearchResults", "reverse_search" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"autnumSearchResults" : [ {
"handle" : "AS26340",
"startAutnum" : 26340,
"endAutnum" : 26340,
"name" : "WEBINAR",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-02-21T11:38:50-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2011-12-01T10:50:47-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/autnum/26340"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS26340"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "comment2" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-14T12:45:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "technical", "abuse", "noc", "routing", "administrative", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-24T14:45:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
}, {
"handle" : "AS399970",
"startAutnum" : 399970,
"endAutnum" : 399970,
"name" : "ARIN-RS-RND",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-08-20T11:59:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-20T10:17:38-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/autnum/399970"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS399970"
} ],
"entities" : [ {
"handle" : "ARINL",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Routing Security" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "comment2" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINL"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-03-14T12:45:13-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-08-17T07:05:54-04:00"
} ],
"entities" : [ {
"handle" : "NICKG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "NICKG-ARIN" ], [ "org", { }, "text", "NICKG-ARIN" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "nick.t.gui+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/NICKG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/NICKG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T10:21:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:39:26-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SOFTW9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Software Engineer" ], [ "org", { }, "text", "Software Engineer" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"roles" : [ "routing", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SOFTW9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SOFTW9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-30T12:38:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:37:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "FFH1-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nChantilly\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Frank F Hill" ], [ "n", { }, "text", [ "Hill", "Frank", "F", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-540-982-1858" ] ] ],
"roles" : [ "dns", "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/FFH1-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FFH1-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T11:15:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-02-26T12:57:02-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KLANG2-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "KLANG-ROLE" ], [ "org", { }, "text", "KLANG-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KLANG2-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KLANG2-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-12T11:56:53-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2019-03-02T13:35:54-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINL3-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARINL ROLE" ], [ "org", { }, "text", "ARINL ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-938-9969" ] ] ],
"roles" : [ "technical", "abuse", "noc", "routing", "administrative", "dns" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINL3-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINL3-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-13T14:51:08-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2023-01-12T10:37:38-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "DUBIN7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Garth Dubin" ], [ "n", { }, "text", [ "Dubin", "Garth", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "garth.dubin+[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Test 2/11/2025" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/DUBIN7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/DUBIN7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-02-11T11:57:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-09-03T08:38:00-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "WORLE37-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jon Worley" ], [ "n", { }, "text", [ "Worley", "Jon", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-10-23" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/WORLE37-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/WORLE37-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-10-24T14:45:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2018-07-19T18:56:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ISAEV-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO BOX 232290\nCenterville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ISAEVA-ROLE" ], [ "org", { }, "text", "ISAEVA-ROLE" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9840" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ISAEV-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?fn=ARIN+Routing+Security",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ISAEV-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-06-24T11:54:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-12-16T11:51:55-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
} ],
"reverse_search_properties_mapping" : [ {
"property" : "fn",
"propertyPath" : "$.entities[*].vcardArray[1][?(@[0]=='fn')][3]"
} ]
}
Search ASNs by Entity Email
Queries for information about ASNs by entity email are of the form:
<rdap-url>/autnums/reverse_search/entity?email=<search-term>
where <search-term>
is a Resource Point of Contact Email.
Query Example:
https://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport@*
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0", "nro_rdap_profile_asn_flat_0", "rirSearch1", "autnums", "autnumSearchResults", "reverse_search" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"autnumSearchResults" : [ {
"handle" : "AS11501",
"startAutnum" : 11501,
"endAutnum" : 11501,
"name" : "VISTAASN",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2012-03-02T08:03:18-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-03-06T15:03:49-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/autnum/11501"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS11501"
} ],
"entities" : [ {
"handle" : "VRP-2",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Vista Radiology, P.C." ], [ "adr", {
"label" : "2001 Laurel Ave\nSuite 304\nKnoxville\nTN\n37916\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/VRP-2"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/VRP-2"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2011-09-24T08:30:57-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-13T09:13:38-05:00"
} ],
"entities" : [ {
"handle" : "VRPCI-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2001 Laurel Ave\nSuite 304\nKnoxville\nTN\n37916\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "VRPC IT" ], [ "org", { }, "text", "VRPC IT" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-865-595-4100" ] ] ],
"roles" : [ "technical", "abuse", "administrative" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/VRPCI-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/VRPCI-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-01T15:19:08-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-12T15:18:10-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "VRPCI-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "2001 Laurel Ave\nSuite 304\nKnoxville\nTN\n37916\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "VRPC IT" ], [ "org", { }, "text", "VRPC IT" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-865-595-4100" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/VRPCI-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/VRPCI-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-01T15:19:08-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2007-02-12T15:18:10-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
}, {
"handle" : "AS14146",
"startAutnum" : 14146,
"endAutnum" : 14146,
"name" : "LEVENGER",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2012-10-12T10:24:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1999-10-27T00:00:00-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/autnum/14146"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS14146"
} ],
"entities" : [ {
"handle" : "LEVENG-1",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Levenger" ], [ "adr", {
"label" : "420 South Congress Avenue\nDelray Beach\nFL\n33445\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LEVENG-1"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/LEVENG-1"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-01-15T15:53:45-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "1999-10-27T00:00:00-04:00"
} ],
"entities" : [ {
"handle" : "JD559-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "420 South Congress Avenue\nDelray Beach\nFL\n33445-4696\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jose DelCarpio" ], [ "n", { }, "text", [ "DelCarpio", "Jose", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-561-276-2436" ] ] ],
"roles" : [ "abuse", "administrative", "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2013-10-28" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/JD559-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JD559-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2012-06-21T08:05:00-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1999-10-27T13:27:57-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "JD559-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "420 South Congress Avenue\nDelray Beach\nFL\n33445-4696\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Jose DelCarpio" ], [ "n", { }, "text", [ "DelCarpio", "Jose", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-561-276-2436" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2013-10-28" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/JD559-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JD559-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2012-06-21T08:05:00-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1999-10-27T13:27:57-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "PAPIS-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "420 South Congress Avenue\nDelray Beach\nFL\n33445\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "George Papison" ], [ "n", { }, "text", [ "Papison", "George", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-561-276-2436;ext1536" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2013-11-02" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/PAPIS-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/PAPIS-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2012-10-10T10:43:37-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-10-10T10:43:37-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
}, {
"handle" : "AS14632",
"startAutnum" : 14632,
"endAutnum" : 14632,
"name" : "BIA30ASN",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2012-02-24T09:44:34-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-10-15T15:36:53-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/autnum/14632"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS14632"
} ],
"entities" : [ {
"handle" : "BIA30",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Brown Advisory" ], [ "adr", {
"label" : "901 SOUTH BOND STREET, SUITE 400\nBaltimore\nMD\n21231\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.brownadvisory.com", "NOC Hours are from 7:30am to 5pm EST Monday - Friday" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BIA30"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/BIA30"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-11-15T11:47:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-08-11T14:24:10-04:00"
} ],
"entities" : [ {
"handle" : "ITSUP26-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "901 South Bond Street, Suite 400\nBaltimore\nMD\n21231\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "itsupport" ], [ "org", { }, "text", "itsupport" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-410-537-5400" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-01" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ITSUP26-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ITSUP26-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-01T09:32:20-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-06-17T17:18:39-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ITSUP25-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "901 South Bond Street, Suite 400\nBaltimore\nMD\n21231\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "itsupport" ], [ "org", { }, "text", "itsupport" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-410-537-5400" ] ] ],
"roles" : [ "technical", "administrative" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-01" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ITSUP25-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ITSUP25-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-01T09:33:06-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-06-17T17:16:33-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE2696-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "901 South Bond Street, Suite 400\nBaltimore\nMD\n21231\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "abuse" ], [ "org", { }, "text", "abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-410-537-5400" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-01" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE2696-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE2696-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-01T09:31:21-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-06-17T17:11:15-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ITSUP26-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "901 South Bond Street, Suite 400\nBaltimore\nMD\n21231\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "itsupport" ], [ "org", { }, "text", "itsupport" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-410-537-5400" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-01" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ITSUP26-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ITSUP26-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-01T09:32:20-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-06-17T17:18:39-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ITSUP25-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "901 South Bond Street, Suite 400\nBaltimore\nMD\n21231\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "itsupport" ], [ "org", { }, "text", "itsupport" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-410-537-5400" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-01" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ITSUP25-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ITSUP25-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-01T09:33:06-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-06-17T17:16:33-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE2696-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "901 South Bond Street, Suite 400\nBaltimore\nMD\n21231\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "abuse" ], [ "org", { }, "text", "abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-410-537-5400" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-01" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE2696-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE2696-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-01T09:31:21-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-06-17T17:11:15-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
}, {
"handle" : "AS20325",
"startAutnum" : 20325,
"endAutnum" : 20325,
"name" : "PATELCOCU",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2012-07-10T15:11:54-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2001-04-23T00:00:00-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/autnum/20325"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS20325"
} ],
"entities" : [ {
"handle" : "PCU-7",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Patelco Credit Union" ], [ "adr", {
"label" : "3 PARK PLACE\nDUBLIN\nCA\n94568\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.patelco.org\r", "mailto:[email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/PCU-7"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/PCU-7"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-06-16T18:44:43-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2001-04-23T00:00:00-04:00"
} ],
"entities" : [ {
"handle" : "REBAR-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "3 PARK PLACE\nDUBLIN\nCA\n94568\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Larry Rebarchik" ], [ "n", { }, "text", [ "Rebarchik", "Larry", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-358-8228;ext3907" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/REBAR-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/REBAR-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-23T14:46:45-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-07-28T04:17:27-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SUPPO153-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "936 B 7th St.,Suite #122\nNovato\nCA\n94949\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Intelletrace Support" ], [ "org", { }, "text", "Intelletrace Support" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-618-5877;extOption 2" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SUPPO153-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SUPPO153-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-12T09:30:50-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2005-06-23T00:00:29-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "MURDO7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "3 PArk Place\ndublin\nCA\n94568\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Kevin Murdock" ], [ "n", { }, "text", [ "Murdock", "Kevin", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-530-747-8114" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-01-24" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MURDO7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MURDO7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-24T14:19:57-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-11-29T03:03:09-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINS9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "3 PARK PLACE\nDUBLIN\nCA\n94568\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARIN Support" ], [ "org", { }, "text", "ARIN Support" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-925-468-6300;ext3636" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-925-847-1945" ] ] ],
"roles" : [ "abuse", "noc", "technical", "administrative", "dns", "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.patelco.org" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINS9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINS9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-23T14:38:15-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-05-31T12:58:24-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINS9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "3 PARK PLACE\nDUBLIN\nCA\n94568\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARIN Support" ], [ "org", { }, "text", "ARIN Support" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-925-468-6300;ext3636" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-925-847-1945" ] ] ],
"roles" : [ "abuse", "noc", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.patelco.org" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINS9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINS9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-23T14:38:15-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-05-31T12:58:24-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
}, {
"handle" : "AS30691",
"startAutnum" : 30691,
"endAutnum" : 30691,
"name" : "LLDC",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2012-02-24T09:44:34-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2003-12-09T14:13:32-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/autnum/30691"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS30691"
} ],
"entities" : [ {
"handle" : "LDC-13",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Lifeline Data Centers" ], [ "adr", {
"label" : "PO Box 448\nConnersville\nIN\n47331\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Please send all abuse issues to [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/LDC-13"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/LDC-13"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2018-09-14T14:00:59-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-02-09T00:00:00-05:00"
} ],
"entities" : [ {
"handle" : "AC881-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "401 N Shadeland Ave\nIndianapolis\nIN\n46219\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Alex Carroll" ], [ "n", { }, "text", [ "Carroll", "Alex", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-317-275-0001" ] ] ],
"roles" : [ "administrative" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Please send all abuse alerts to [email protected]" ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-05-24" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/AC881-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AC881-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-05-25T07:48:51-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2001-11-14T01:41:16-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "TECHN99-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 448\nConnersville\nIN\n47331\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Technical" ], [ "org", { }, "text", "Technical" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-317-275-0001;ext2" ] ] ],
"roles" : [ "abuse", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Please send all abuse alerts to [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/TECHN99-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/TECHN99-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-01T13:49:09-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2003-11-03T11:14:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "TECHN99-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 448\nConnersville\nIN\n47331\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Technical" ], [ "org", { }, "text", "Technical" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-317-275-0001;ext2" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "Please send all abuse alerts to [email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/TECHN99-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/TECHN99-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-01T13:49:09-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2003-11-03T11:14:09-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
}, {
"handle" : "AS3670",
"startAutnum" : 3670,
"endAutnum" : 3670,
"name" : "OPTIMUM-AS",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "1995-12-08T11:07:14-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "1994-06-10T00:00:00-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/autnum/3670"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS3670"
} ],
"entities" : [ {
"handle" : "OPT",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Optimum Group" ], [ "adr", {
"label" : "9745 Mangham Drive, M/S ITG-025\nCincinnati\nOH\n45215-2350\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/OPT"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/OPT"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2011-09-24T08:30:57-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1994-06-09T00:00:00-04:00"
} ],
"entities" : [ {
"handle" : "CKN23-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "123 Main St\nAnytown\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Contact Known No" ], [ "n", { }, "text", [ "No", "Contact", "Known", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-555-1234" ] ] ],
"roles" : [ "administrative", "technical", "abuse" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "There is no known POC for this organization. This is a placeholder record. Please contact [email protected] if you can provide contact information for this record." ]
}, {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2025-02-08" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/CKN23-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/CKN23-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-02-09T15:21:55-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2011-02-18T14:57:07-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "OPT-NOC-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "75 9th Ave, 3rd Flr\nNew York\nNY\n10011\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "OPTIMUMNET Network Operations Center" ], [ "org", { }, "text", "OPTIMUMNET Network Operations Center" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-646-432-1220" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-646-761-8237" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2020-07-28" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/OPT-NOC-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/OPT-NOC-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2019-07-29T14:19:08-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
}, {
"handle" : "AS394133",
"startAutnum" : 394133,
"endAutnum" : 394133,
"name" : "ATLRETAIL",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-30T20:47:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-06-19T15:45:48-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/autnum/394133"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS394133"
} ],
"entities" : [ {
"handle" : "TAL-41",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "T5 @ ATLANTA, LLC" ], [ "adr", {
"label" : "3200 Webb Bridge Rd\nAlpharetta\nGA\n30005\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/TAL-41"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/TAL-41"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-30T16:00:50-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-06-04T15:10:00-04:00"
} ],
"entities" : [ {
"handle" : "SPERB-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "3344 Peachtree Road, N.E.\r\nSuite 2550\nAtlanta\nGA\n30326\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Geoffrey Sperback" ], [ "n", { }, "text", [ "Sperback", "Geoffrey", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-404-202-9693" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-678-689-4676" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2022-06-24" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SPERB-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SPERB-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-24T14:27:12-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-11-24T09:42:41-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "IBAYR-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1600 BROADWAY\nDENVER\nCO\n80202\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Ronald Ibay" ], [ "n", { }, "text", [ "Ibay", "Ronald", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-510-789-7257" ] ] ],
"roles" : [ "abuse", "noc", "administrative", "routing", "dns", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IBAYR-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IBAYR-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-31T14:19:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-06-30T20:28:48-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "IBAYR-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1600 BROADWAY\nDENVER\nCO\n80202\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Ronald Ibay" ], [ "n", { }, "text", [ "Ibay", "Ronald", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-510-789-7257" ] ] ],
"roles" : [ "technical", "noc", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IBAYR-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IBAYR-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-31T14:19:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-06-30T20:28:48-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
}, {
"handle" : "AS53555",
"startAutnum" : 53555,
"endAutnum" : 53555,
"name" : "HLC-496",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2012-02-24T09:44:34-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-06-11T18:38:45-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/autnum/53555"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS53555"
} ],
"entities" : [ {
"handle" : "HLC-45",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Huntington Mark, LLC" ], [ "adr", {
"label" : "496 Kinderkamack\nOradell\nNJ\n07649\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HLC-45"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/HLC-45"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2010-06-09T16:27:10-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-04-30T13:52:48-04:00"
} ],
"entities" : [ {
"handle" : "BREAG-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "496 Kinderkamack Road\nOradell\nNJ\n07649\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "George Brea" ], [ "n", { }, "text", [ "Brea", "George", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-201-975-9461" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-215-815-9704" ] ] ],
"roles" : [ "administrative", "technical", "abuse", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BREAG-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BREAG-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-07T12:34:03-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-04-29T15:52:25-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "BREAG-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "496 Kinderkamack Road\nOradell\nNJ\n07649\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "George Brea" ], [ "n", { }, "text", [ "Brea", "George", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-201-975-9461" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-215-815-9704" ] ] ],
"roles" : [ "abuse", "noc", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BREAG-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BREAG-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-07T12:34:03-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-04-29T15:52:25-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
}, {
"handle" : "AS7380",
"startAutnum" : 7380,
"endAutnum" : 7380,
"name" : "AVANTCREDIT",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2016-05-31T21:42:12-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-01-09T14:10:08-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/autnum/7380"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS7380"
} ],
"entities" : [ {
"handle" : "ACC-482",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Avant, Inc." ], [ "adr", {
"label" : "222 W Merchandise Mart Plaza, Suite 900\nChicago\nIL\n60654\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ACC-482"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ACC-482"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-07-25T12:08:18-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-05-19T10:33:48-04:00"
} ],
"entities" : [ {
"handle" : "ITSUP81-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "222 W Merchandise Mart Plaza, Suite 900\nChicago\nIL\n60654\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "IT Support" ], [ "org", { }, "text", "IT Support" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-312-763-7509" ] ] ],
"roles" : [ "noc", "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ITSUP81-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ITSUP81-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T12:24:10-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-02-29T09:21:33-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ITSUP81-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "222 W Merchandise Mart Plaza, Suite 900\nChicago\nIL\n60654\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "IT Support" ], [ "org", { }, "text", "IT Support" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-312-763-7509" ] ] ],
"roles" : [ "abuse", "technical", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ITSUP81-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ITSUP81-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T12:24:10-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-02-29T09:21:33-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
} ],
"reverse_search_properties_mapping" : [ {
"property" : "email",
"propertyPath" : "$.entities[*].vcardArray[1][?(@[0]=='email')][3]"
} ]
}
Search ASNs by Entity Role
Queries for information about ASNs by entity role are of the form:
<rdap-url>/autnums/reverse_search/entity?handle=<handle-search-term>&role=<role-search-term>
where <handle-search-term>
is a Resource Point of Contact Handle and <role-search-term>
is a Resource Point of Contact Role;
or
<rdap-url>/autnums/reverse_search/entity?fn=<fn-search-term>&role=<role-search-term>
where <fn-search-term>
is a Resource Point of Contact Name and <role-search-term>
is a Resource Point of Contact Role;
or
<rdap-url>/autnums/reverse_search/entity?email=<email-search-term>&role=<role-search-term>
where <email-search-term>
is a Resource Point of Contact Email and <role-search-term>
is a Resource Point of Contact Role.
The possible values for Resource Point of Contact Role are abuse
, noc
, or technical
.
Query Example:
https://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport@*&role=abuse
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0", "nro_rdap_profile_asn_flat_0", "rirSearch1", "autnums", "autnumSearchResults", "reverse_search" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"autnumSearchResults" : [ {
"handle" : "AS14632",
"startAutnum" : 14632,
"endAutnum" : 14632,
"name" : "BIA30ASN",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2012-02-24T09:44:34-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-10-15T15:36:53-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/autnum/14632"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS14632"
} ],
"entities" : [ {
"handle" : "BIA30",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Brown Advisory" ], [ "adr", {
"label" : "901 SOUTH BOND STREET, SUITE 400\nBaltimore\nMD\n21231\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.brownadvisory.com", "NOC Hours are from 7:30am to 5pm EST Monday - Friday" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BIA30"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/BIA30"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-11-15T11:47:15-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-08-11T14:24:10-04:00"
} ],
"entities" : [ {
"handle" : "ITSUP26-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "901 South Bond Street, Suite 400\nBaltimore\nMD\n21231\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "itsupport" ], [ "org", { }, "text", "itsupport" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-410-537-5400" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-01" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ITSUP26-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ITSUP26-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-01T09:32:20-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-06-17T17:18:39-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ITSUP25-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "901 South Bond Street, Suite 400\nBaltimore\nMD\n21231\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "itsupport" ], [ "org", { }, "text", "itsupport" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-410-537-5400" ] ] ],
"roles" : [ "technical", "administrative" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-01" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ITSUP25-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ITSUP25-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-01T09:33:06-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-06-17T17:16:33-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE2696-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "901 South Bond Street, Suite 400\nBaltimore\nMD\n21231\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "abuse" ], [ "org", { }, "text", "abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-410-537-5400" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-01" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE2696-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE2696-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-01T09:31:21-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-06-17T17:11:15-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ITSUP26-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "901 South Bond Street, Suite 400\nBaltimore\nMD\n21231\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "itsupport" ], [ "org", { }, "text", "itsupport" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-410-537-5400" ] ] ],
"roles" : [ "noc" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-01" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ITSUP26-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ITSUP26-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-01T09:32:20-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-06-17T17:18:39-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ITSUP25-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "901 South Bond Street, Suite 400\nBaltimore\nMD\n21231\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "itsupport" ], [ "org", { }, "text", "itsupport" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-410-537-5400" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-01" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ITSUP25-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ITSUP25-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-01T09:33:06-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-06-17T17:16:33-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ABUSE2696-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "901 South Bond Street, Suite 400\nBaltimore\nMD\n21231\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "abuse" ], [ "org", { }, "text", "abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-410-537-5400" ] ] ],
"roles" : [ "abuse" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2023-11-01" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ABUSE2696-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ABUSE2696-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2022-11-01T09:31:21-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-06-17T17:11:15-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
}, {
"handle" : "AS20325",
"startAutnum" : 20325,
"endAutnum" : 20325,
"name" : "PATELCOCU",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2012-07-10T15:11:54-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2001-04-23T00:00:00-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/autnum/20325"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS20325"
} ],
"entities" : [ {
"handle" : "PCU-7",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Patelco Credit Union" ], [ "adr", {
"label" : "3 PARK PLACE\nDUBLIN\nCA\n94568\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.patelco.org\r", "mailto:[email protected]" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/PCU-7"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/PCU-7"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-06-16T18:44:43-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2001-04-23T00:00:00-04:00"
} ],
"entities" : [ {
"handle" : "REBAR-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "3 PARK PLACE\nDUBLIN\nCA\n94568\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Larry Rebarchik" ], [ "n", { }, "text", [ "Rebarchik", "Larry", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-358-8228;ext3907" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/REBAR-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/REBAR-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-23T14:46:45-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-07-28T04:17:27-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "SUPPO153-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "936 B 7th St.,Suite #122\nNovato\nCA\n94949\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Intelletrace Support" ], [ "org", { }, "text", "Intelletrace Support" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-800-618-5877;extOption 2" ] ] ],
"roles" : [ "routing" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SUPPO153-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SUPPO153-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2025-04-12T09:30:50-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2005-06-23T00:00:29-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "MURDO7-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "3 PArk Place\ndublin\nCA\n94568\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Kevin Murdock" ], [ "n", { }, "text", [ "Murdock", "Kevin", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-530-747-8114" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2024-01-24" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/MURDO7-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MURDO7-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-24T14:19:57-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-11-29T03:03:09-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINS9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "3 PARK PLACE\nDUBLIN\nCA\n94568\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARIN Support" ], [ "org", { }, "text", "ARIN Support" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-925-468-6300;ext3636" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-925-847-1945" ] ] ],
"roles" : [ "abuse", "noc", "technical", "administrative", "dns", "routing" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.patelco.org" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINS9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINS9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-23T14:38:15-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-05-31T12:58:24-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ARINS9-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "3 PARK PLACE\nDUBLIN\nCA\n94568\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARIN Support" ], [ "org", { }, "text", "ARIN Support" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-925-468-6300;ext3636" ], [ "tel", {
"type" : [ "work", "fax" ]
}, "text", "+1-925-847-1945" ] ] ],
"roles" : [ "abuse", "noc", "technical" ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "http://www.patelco.org" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ARINS9-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ARINS9-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-04-23T14:38:15-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-05-31T12:58:24-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
}, {
"handle" : "AS394133",
"startAutnum" : 394133,
"endAutnum" : 394133,
"name" : "ATLRETAIL",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-30T20:47:32-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-06-19T15:45:48-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/autnum/394133"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS394133"
} ],
"entities" : [ {
"handle" : "TAL-41",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "T5 @ ATLANTA, LLC" ], [ "adr", {
"label" : "3200 Webb Bridge Rd\nAlpharetta\nGA\n30005\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/TAL-41"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/TAL-41"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-01-30T16:00:50-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-06-04T15:10:00-04:00"
} ],
"entities" : [ {
"handle" : "SPERB-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "3344 Peachtree Road, N.E.\r\nSuite 2550\nAtlanta\nGA\n30326\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Geoffrey Sperback" ], [ "n", { }, "text", [ "Sperback", "Geoffrey", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-404-202-9693" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-678-689-4676" ] ] ],
"roles" : [ "technical" ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2022-06-24" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/SPERB-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/SPERB-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-24T14:27:12-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-11-24T09:42:41-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "IBAYR-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1600 BROADWAY\nDENVER\nCO\n80202\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Ronald Ibay" ], [ "n", { }, "text", [ "Ibay", "Ronald", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-510-789-7257" ] ] ],
"roles" : [ "abuse", "noc", "administrative", "routing", "dns", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IBAYR-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IBAYR-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-31T14:19:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-06-30T20:28:48-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "IBAYR-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "1600 BROADWAY\nDENVER\nCO\n80202\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Ronald Ibay" ], [ "n", { }, "text", [ "Ibay", "Ronald", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-510-789-7257" ] ] ],
"roles" : [ "technical", "noc", "abuse" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/IBAYR-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/IBAYR-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-10-31T14:19:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2021-06-30T20:28:48-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
}, {
"handle" : "AS53555",
"startAutnum" : 53555,
"endAutnum" : 53555,
"name" : "HLC-496",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2012-02-24T09:44:34-05:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-06-11T18:38:45-04:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/autnum/53555"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS53555"
} ],
"entities" : [ {
"handle" : "HLC-45",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Huntington Mark, LLC" ], [ "adr", {
"label" : "496 Kinderkamack\nOradell\nNJ\n07649\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/HLC-45"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/HLC-45"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2010-06-09T16:27:10-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-04-30T13:52:48-04:00"
} ],
"entities" : [ {
"handle" : "BREAG-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "496 Kinderkamack Road\nOradell\nNJ\n07649\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "George Brea" ], [ "n", { }, "text", [ "Brea", "George", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-201-975-9461" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-215-815-9704" ] ] ],
"roles" : [ "administrative", "technical", "abuse", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BREAG-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BREAG-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-07T12:34:03-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-04-29T15:52:25-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "BREAG-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "496 Kinderkamack Road\nOradell\nNJ\n07649\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "George Brea" ], [ "n", { }, "text", [ "Brea", "George", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-201-975-9461" ], [ "tel", {
"type" : [ "work", "cell" ]
}, "text", "+1-215-815-9704" ] ] ],
"roles" : [ "abuse", "noc", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/BREAG-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/BREAG-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-08-07T12:34:03-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2010-04-29T15:52:25-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
}, {
"handle" : "AS7380",
"startAutnum" : 7380,
"endAutnum" : 7380,
"name" : "AVANTCREDIT",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2016-05-31T21:42:12-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2015-01-09T14:10:08-05:00"
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/autnum/7380"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/asn/AS7380"
} ],
"entities" : [ {
"handle" : "ACC-482",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Avant, Inc." ], [ "adr", {
"label" : "222 W Merchandise Mart Plaza, Suite 900\nChicago\nIL\n60654\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ACC-482"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ACC-482"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2023-07-25T12:08:18-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2014-05-19T10:33:48-04:00"
} ],
"entities" : [ {
"handle" : "ITSUP81-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "222 W Merchandise Mart Plaza, Suite 900\nChicago\nIL\n60654\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "IT Support" ], [ "org", { }, "text", "IT Support" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-312-763-7509" ] ] ],
"roles" : [ "noc", "abuse", "administrative", "technical" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ITSUP81-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ITSUP81-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T12:24:10-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-02-29T09:21:33-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "ITSUP81-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "222 W Merchandise Mart Plaza, Suite 900\nChicago\nIL\n60654\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "IT Support" ], [ "org", { }, "text", "IT Support" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-312-763-7509" ] ] ],
"roles" : [ "abuse", "technical", "noc" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/ITSUP81-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/autnums/reverse_search/entity?email=itsupport%40*&role=abuse",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/ITSUP81-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-26T12:24:10-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-02-29T09:21:33-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "autnum"
} ],
"reverse_search_properties_mapping" : [ {
"property" : "email",
"propertyPath" : "$.entities[*].vcardArray[1][?(@[0]=='email')][3]"
}, {
"property" : "role",
"propertyPath" : "$.entities[*].roles"
} ]
}
Entities
Look Up an Entity
Queries for information about an entity (Organization or Point of Contact) are of the form:
<rdap-url>/entity/<handle>
where the <handle>
represents an Org ID/Org Handle or a Point of Contact Handle.
Query Example:
https://rdap.arin.net/registry/entity/koste6-arin
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/entity/koste6-arin",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/entity/koste6-arin",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"handle" : "KOSTE6-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mark Kosters" ], [ "n", { }, "text", [ "Kosters", "Mark", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/entity/koste6-arin",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/KOSTE6-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/entity/koste6-arin",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KOSTE6-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-18T11:07:38-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-07T18:38:22-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}
Search Entities by Handle
Queries for information about entities (Organization or Point of Contact) by handle are of the form:
<rdap-url>/entities?handle=<search-term>
where <search-term>
is an Org ID/Org Handle or a Point of Contact Handle.
Query Example:
https://rdap.arin.net/registry/entities?handle=koste6-ari*
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/entities?handle=koste6-ari*",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/entities?handle=koste6-ari*",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"entitySearchResults" : [ {
"handle" : "KOSTE6-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mark Kosters" ], [ "n", { }, "text", [ "Kosters", "Mark", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/entities?handle=koste6-ari*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KOSTE6-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/entities?handle=koste6-ari*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KOSTE6-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-18T11:07:38-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-07T18:38:22-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ]
}
Search Entities by Name
Queries for information about entities (Organization or Point of Contact) by name are of the form:
<rdap-url>/entities?fn=<search-term>
where <search-term>
is an Org Name or a Point of Contact Name.
Query Example:
https://rdap.arin.net/registry/entities?fn=Kosters*
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/entities?fn=Kosters*",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/entities?fn=Kosters*",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2025, American Registry for Internet Numbers, Ltd." ]
} ],
"entitySearchResults" : [ {
"handle" : "C01878253",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Kosters Finance, LLC" ], [ "adr", {
"label" : "771 E HORIZON DR STE 124\nHENDERSON\nNV\n89015\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/entities?fn=Kosters*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/C01878253"
}, {
"value" : "http://rdap.arin.net/registry/entities?fn=Kosters*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/customer/C01878253"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2011-03-19T09:10:17-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2008-02-05T14:17:42-05:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "AK386-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "San Jose Christian School\n1300 Sheffield Ave\nCampbell\nCA\n95008\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Al Kosters" ], [ "n", { }, "text", [ "Kosters", "Al", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-408-371-7741" ] ] ],
"remarks" : [ {
"title" : "Unvalidated POC",
"description" : [ "ARIN has attempted to validate the data for this POC, but has received no response from the POC since 2010-07-28" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/entities?fn=Kosters*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/AK386-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/entities?fn=Kosters*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AK386-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2000-08-22T02:39:27-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2000-08-22T02:39:27-04:00"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KOSTE-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "3635 Concorde Parkway\nChantilly\nVA\n20151\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mark Kosters" ], [ "n", { }, "text", [ "Kosters", "Mark", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-9870" ] ] ],
"remarks" : [ {
"title" : "Registration Comments",
"description" : [ "I'm really MAK21-ARIN" ]
} ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/entities?fn=Kosters*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KOSTE-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/entities?fn=Kosters*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KOSTE-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-09-09T13:16:31-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2009-10-02T11:54:45-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KOSTE6-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mark Kosters" ], [ "n", { }, "text", [ "Kosters", "Mark", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-227-0660" ] ] ],
"links" : [ {
"value" : "http://rdap.arin.net/registry/entities?fn=Kosters*",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "http://rdap.arin.net/registry/entity/KOSTE6-ARIN"
}, {
"value" : "http://rdap.arin.net/registry/entities?fn=Kosters*",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KOSTE6-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2024-07-18T11:07:38-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-07T18:38:22-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ]
}
Origin AS
The query to search for networks associated with an Origin AS value is:
<rdap-url>/arin_originas0_networksbyoriginas/<origin-as-number>
where <origin-as-number>
is the value in the Origin AS associated with the network (do not include the AS prefix).
To prevent performance issues, an Origin AS query limits the returned networks to 256 results.
Query Example:
https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745
Sample Output:
{
"rdapConformance" : [ "nro_rdap_profile_0", "rdap_level_0", "arin_originas0", "cidr0" ],
"notices" : [ {
"title" : "Terms of Service",
"description" : [ "By using the ARIN RDAP/Whois service, you are agreeing to the RDAP/Whois Terms of Use" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "terms-of-service",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/tou/"
} ]
}, {
"title" : "Whois Inaccuracy Reporting",
"description" : [ "If you see inaccuracies in the results, please visit: " ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "inaccuracy-report",
"type" : "text/html",
"href" : "https://www.arin.net/resources/registry/whois/inaccuracy_reporting/"
} ]
}, {
"title" : "Copyright Notice",
"description" : [ "Copyright 1997-2021, American Registry for Internet Numbers, Ltd." ]
} ],
"arin_originas0_networkSearchResults" : [ {
"handle" : "NET-192-136-136-0-1",
"startAddress" : "192.136.136.0",
"endAddress" : "192.136.136.255",
"ipVersion" : "v4",
"name" : "ARIN-CHA-1",
"type" : "DIRECT ASSIGNMENT",
"parentHandle" : "NET-192-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2015-07-15T11:11:57-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2002-04-17T00:00:00-04:00"
} ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/ip/192.136.136.0"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-192-136-136-0-1"
} ],
"entities" : [ {
"handle" : "ARINOPS",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Operations" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINOPS"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINOPS"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-06-16T16:12:29-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-07T18:41:45-04:00"
} ],
"entities" : [ {
"handle" : "FORST20-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Reggie Forster" ], [ "n", { }, "text", [ "Forster", "Reggie", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/FORST20-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FORST20-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-16T15:43:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-06-16T16:11:43-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KOSTE6-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mark Kosters" ], [ "n", { }, "text", [ "Kosters", "Mark", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/KOSTE6-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KOSTE6-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-23T12:03:43-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-07T18:38:22-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "AOA4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARIN Operations Abuse" ], [ "org", { }, "text", "ARIN Operations Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/AOA4-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AOA4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-15T10:40:47-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-07T18:40:58-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "TOSCA5-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Pete Toscano" ], [ "n", { }, "text", [ "Toscano", "Pete", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/TOSCA5-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/TOSCA5-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-14T17:38:09-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-01-15T15:04:27-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "JEFFE114-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "David Jeffers" ], [ "n", { }, "text", [ "Jeffers", "David", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "dns", "noc" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/JEFFE114-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JEFFE114-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-20T11:43:41-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-04-16T16:41:31-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "MJO282-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Michael J O'Neill" ], [ "n", { }, "text", [ "O'Neill", "Michael", "J", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "technical", "noc" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/MJO282-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MJO282-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-26T15:19:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-19T14:33:35-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "192.136.136.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 10745 ]
}, {
"handle" : "NET-192-149-252-0-1",
"startAddress" : "192.149.252.0",
"endAddress" : "192.149.252.255",
"ipVersion" : "v4",
"name" : "ARIN-CHA-1",
"type" : "DIRECT ASSIGNMENT",
"parentHandle" : "NET-192-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2015-07-15T11:11:35-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "1997-11-05T00:00:00-05:00"
} ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/ip/192.149.252.0"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-192-149-252-0-1"
} ],
"entities" : [ {
"handle" : "ARINOPS",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Operations" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINOPS"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINOPS"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-06-16T16:12:29-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-07T18:41:45-04:00"
} ],
"entities" : [ {
"handle" : "FORST20-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Reggie Forster" ], [ "n", { }, "text", [ "Forster", "Reggie", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/FORST20-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FORST20-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-16T15:43:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-06-16T16:11:43-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KOSTE6-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mark Kosters" ], [ "n", { }, "text", [ "Kosters", "Mark", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/KOSTE6-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KOSTE6-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-23T12:03:43-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-07T18:38:22-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "AOA4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARIN Operations Abuse" ], [ "org", { }, "text", "ARIN Operations Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/AOA4-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AOA4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-15T10:40:47-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-07T18:40:58-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "TOSCA5-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Pete Toscano" ], [ "n", { }, "text", [ "Toscano", "Pete", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/TOSCA5-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/TOSCA5-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-14T17:38:09-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-01-15T15:04:27-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "JEFFE114-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "David Jeffers" ], [ "n", { }, "text", [ "Jeffers", "David", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "dns", "noc" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/JEFFE114-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JEFFE114-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-20T11:43:41-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-04-16T16:41:31-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "MJO282-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Michael J O'Neill" ], [ "n", { }, "text", [ "O'Neill", "Michael", "J", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "technical", "noc" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/MJO282-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MJO282-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-26T15:19:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-19T14:33:35-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "192.149.252.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 10745 ]
}, {
"handle" : "NET-199-43-0-0-1",
"startAddress" : "199.43.0.0",
"endAddress" : "199.43.0.255",
"ipVersion" : "v4",
"name" : "ARIN-ASH",
"type" : "DIRECT ASSIGNMENT",
"parentHandle" : "NET-199-0-0-0-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2015-07-15T11:13:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2005-11-09T09:20:43-05:00"
} ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/ip/199.43.0.0"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET-199-43-0-0-1"
} ],
"entities" : [ {
"handle" : "ARINOPS",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Operations" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINOPS"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINOPS"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-06-16T16:12:29-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-07T18:41:45-04:00"
} ],
"entities" : [ {
"handle" : "FORST20-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Reggie Forster" ], [ "n", { }, "text", [ "Forster", "Reggie", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/FORST20-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FORST20-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-16T15:43:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-06-16T16:11:43-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KOSTE6-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mark Kosters" ], [ "n", { }, "text", [ "Kosters", "Mark", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/KOSTE6-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KOSTE6-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-23T12:03:43-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-07T18:38:22-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "AOA4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARIN Operations Abuse" ], [ "org", { }, "text", "ARIN Operations Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/AOA4-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AOA4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-15T10:40:47-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-07T18:40:58-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "TOSCA5-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Pete Toscano" ], [ "n", { }, "text", [ "Toscano", "Pete", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/TOSCA5-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/TOSCA5-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-14T17:38:09-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-01-15T15:04:27-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "JEFFE114-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "David Jeffers" ], [ "n", { }, "text", [ "Jeffers", "David", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "dns", "noc" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/JEFFE114-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JEFFE114-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-20T11:43:41-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-04-16T16:41:31-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "MJO282-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Michael J O'Neill" ], [ "n", { }, "text", [ "O'Neill", "Michael", "J", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "technical", "noc" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/MJO282-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MJO282-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-26T15:19:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-19T14:33:35-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v4prefix" : "199.43.0.0",
"length" : 24
} ],
"arin_originas0_originautnums" : [ 10745 ]
}, {
"handle" : "NET6-2001-500-110-1",
"startAddress" : "2001:500:110::",
"endAddress" : "2001:500:110:ffff:ffff:ffff:ffff:ffff",
"ipVersion" : "v6",
"name" : "ARIN-CHA-CHA",
"type" : "DIRECT ASSIGNMENT",
"parentHandle" : "NET6-2001-400-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2019-06-10T10:04:49-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2016-05-10T10:36:01-04:00"
} ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/ip/2001:500:110::"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET6-2001-500-110-1"
} ],
"entities" : [ {
"handle" : "ARINOPS",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Operations" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINOPS"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINOPS"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-06-16T16:12:29-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-07T18:41:45-04:00"
} ],
"entities" : [ {
"handle" : "FORST20-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Reggie Forster" ], [ "n", { }, "text", [ "Forster", "Reggie", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/FORST20-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FORST20-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-16T15:43:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-06-16T16:11:43-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KOSTE6-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mark Kosters" ], [ "n", { }, "text", [ "Kosters", "Mark", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/KOSTE6-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KOSTE6-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-23T12:03:43-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-07T18:38:22-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "AOA4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARIN Operations Abuse" ], [ "org", { }, "text", "ARIN Operations Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/AOA4-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AOA4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-15T10:40:47-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-07T18:40:58-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "TOSCA5-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Pete Toscano" ], [ "n", { }, "text", [ "Toscano", "Pete", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/TOSCA5-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/TOSCA5-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-14T17:38:09-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-01-15T15:04:27-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "JEFFE114-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "David Jeffers" ], [ "n", { }, "text", [ "Jeffers", "David", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "dns", "noc" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/JEFFE114-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JEFFE114-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-20T11:43:41-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-04-16T16:41:31-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "MJO282-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Michael J O'Neill" ], [ "n", { }, "text", [ "O'Neill", "Michael", "J", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "technical", "noc" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/MJO282-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MJO282-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-26T15:19:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-19T14:33:35-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v6prefix" : "2001:500:110::",
"length" : 48
} ],
"arin_originas0_originautnums" : [ 10745 ]
}, {
"handle" : "NET6-2001-500-4-1",
"startAddress" : "2001:500:4::",
"endAddress" : "2001:500:4:ffff:ffff:ffff:ffff:ffff",
"ipVersion" : "v6",
"name" : "ARIN-ASH-1",
"type" : "DIRECT ASSIGNMENT",
"parentHandle" : "NET6-2001-400-0",
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2016-04-18T09:59:29-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2006-03-13T12:37:00-05:00"
} ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/ip/2001:500:4::"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/net/NET6-2001-500-4-1"
} ],
"entities" : [ {
"handle" : "ARINOPS",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "ARIN Operations" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "kind", { }, "text", "org" ] ] ],
"roles" : [ "registrant" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/ARINOPS"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/org/ARINOPS"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2020-06-16T16:12:29-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-07T18:41:45-04:00"
} ],
"entities" : [ {
"handle" : "FORST20-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Reggie Forster" ], [ "n", { }, "text", [ "Forster", "Reggie", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/FORST20-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/FORST20-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-16T15:43:22-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-06-16T16:11:43-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "KOSTE6-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Mark Kosters" ], [ "n", { }, "text", [ "Kosters", "Mark", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "administrative" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/KOSTE6-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/KOSTE6-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-23T12:03:43-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-07T18:38:22-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "AOA4-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "P.O. Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "ARIN Operations Abuse" ], [ "org", { }, "text", "ARIN Operations Abuse" ], [ "kind", { }, "text", "group" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "abuse" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/AOA4-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/AOA4-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-15T10:40:47-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-07T18:40:58-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "TOSCA5-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Pete Toscano" ], [ "n", { }, "text", [ "Toscano", "Pete", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "technical" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/TOSCA5-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/TOSCA5-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-06-14T17:38:09-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2013-01-15T15:04:27-05:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "JEFFE114-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "David Jeffers" ], [ "n", { }, "text", [ "Jeffers", "David", "", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "dns", "noc" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/JEFFE114-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/JEFFE114-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-20T11:43:41-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2020-04-16T16:41:31-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
}, {
"handle" : "MJO282-ARIN",
"vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "adr", {
"label" : "PO Box 232290\nCentreville\nVA\n20120\nUnited States"
}, "text", [ "", "", "", "", "", "", "" ] ], [ "fn", { }, "text", "Michael J O'Neill" ], [ "n", { }, "text", [ "O'Neill", "Michael", "J", "", "" ] ], [ "kind", { }, "text", "individual" ], [ "email", { }, "text", "[email protected]" ], [ "tel", {
"type" : [ "work", "voice" ]
}, "text", "+1-703-555-1212" ] ] ],
"roles" : [ "technical", "noc" ],
"links" : [ {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "self",
"type" : "application/rdap+json",
"href" : "https://rdap.arin.net/registry/entity/MJO282-ARIN"
}, {
"value" : "https://rdap.arin.net/registry/arin_originas0_networksbyoriginas/10745",
"rel" : "alternate",
"type" : "application/xml",
"href" : "https://whois.arin.net/rest/poc/MJO282-ARIN"
} ],
"events" : [ {
"eventAction" : "last changed",
"eventDate" : "2021-04-26T15:19:39-04:00"
}, {
"eventAction" : "registration",
"eventDate" : "2012-09-19T14:33:35-04:00"
} ],
"status" : [ "validated" ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"objectClassName" : "entity"
} ],
"port43" : "whois.arin.net",
"status" : [ "active" ],
"objectClassName" : "ip network",
"cidr0_cidrs" : [ {
"v6prefix" : "2001:500:4::",
"length" : 48
} ],
"arin_originas0_originautnums" : [ 10745 ]
} ]
}
Nameservers
Querying for nameservers as specified in RFC 952 and RFC 1123 is supported by domain registries, but is not supported for ARIN’s registration data through RDAP.
Using an RDAP Client
There are multiple RDAP clients available for use on the Internet; choose the one that best fits your organization’s needs.
Where to Go for Additional Help with RDAP
For full details and specifications, please view the following IETF Internet Request for Comments (RFC) documents:
-
RFC 7480 - HTTP Usage in the Registration Data Access Protocol (RDAP)
-
RFC 7481 - Security Services for the Registration Data Access Protocol (RDAP)
-
RFC 7485 - Inventory and Analysis of WHOIS Registration Objects
-
RFC 9082 - Registration Data Access Protocol (RDAP) Query Format
-
RFC 9083 - JSON Responses for the Registration Data Access Protocol (RDAP)
-
RFC 9224 - Finding the Authoritative Registration Data Access Protocol (RDAP) Service
-
Registration Data Access Protocol (RDAP) Regional Internet Registry (RIR) Search
If you need help using the RDAP service, ARIN recommends subscribing and posting to the arin-tech-discuss mailing list. You may wish to check the mailing list archives before submitting your question.
Using Whois
- Whois/Registration Data Access Protocol (RDAP)
- Reporting a Whois Inaccuracy
- Whois-RWS
- Whois Terms of Use
Related
Registration Services Help Desk
7:00 AM to 7:00 PM ET
Phone: +1.703.227.0660
Fax: +1.703.997.8844