Hostname
8select.com
Last fetched
8select.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
8select.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.32.241.126 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.45 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.63 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.82 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.244.60.23 | 18.244.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 18.244.60.37 | 18.244.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 18.244.60.5 | 18.244.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 18.244.60.52 | 18.244.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
- Registrar
- iana:468
- Organization
- 8select software
- Contact emails
- hostmaster@8select.com
- 47732a29-e2ab-438e-bdf6-0536dcc1f430@identity-protect.org
- 4f9672af-a138-426d-be1b-4c7fa79b036c@identity-protect.org
- ba337d25-9c94-42df-b6b1-63e16e10e78f@identity-protect.org
- ca3a314d-18dc-431a-b744-c660e04ca35e@identity-protect.org
- eda6eda2-a6f7-48ea-a56e-84b18d766979@identity-protect.org
- f1485307-7281-4838-84cf-078e13f2cc8b@identity-protect.org
Subdomains
8 observed subdomains of 8select.com.
Web-graph footprint
Distinct hostnames that link to or from 8select.com in the public web crawl.
18 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for 8select.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 18.158.122.164/32 |
| SPF_IP | 3.121.59.239/32 |
| SPF_IP | 3.65.146.216/32 |
Related pages
Pivot deeper into the graph from 8select.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "8select.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.