Hostname
t3.app
Last fetched
t3.app resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
t3.app 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 |
|---|---|---|---|---|
| 18.160.10.11 | 18.160.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.10.21 | 18.160.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.10.23 | 18.160.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.10.29 | 18.160.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.244.18.106 | 18.244.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.244.18.31 | 18.244.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.244.18.5 | 18.244.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.244.18.85 | 18.244.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:1068
- Organization
- equipmentshare
- Contact emails
Subdomains
3 observed subdomains of t3.app.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for t3.app.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{i}._ip.%{h}._ehlo.%{d}._spf.vali.email |
Related pages
Pivot deeper into the graph from t3.app.
- IP · 18.160.10.11
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:1068
- Country · US
- Email · 0dc7edc67ce14e499c751a9bf70fcdb4.protect@withheldforprivacy.com
- TLD · .app
- Browse hostnames · t3…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "t3.app"})-[: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.