Hostname
t1.com
Last fetched
t1.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
t1.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.154.132.12 | 18.154.132.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.132.34 | 18.154.132.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.132.76 | 18.154.132.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.132.94 | 18.154.132.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.161.82.105 | 3.161.80.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.161.82.118 | 3.161.80.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.161.82.13 | 3.161.80.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.161.82.46 | 3.161.80.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.239.195.120 | 54.239.195.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.239.195.18 | 54.239.195.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.239.195.57 | 54.239.195.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.239.195.8 | 54.239.195.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of t1.com owner
- Contact emails
Subdomains
28 observed subdomains of t1.com.
Web-graph footprint
Distinct hostnames that link to or from t1.com in the public web crawl.
5 sites link to this hostname.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from t1.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "t1.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.