Hostname
bringtea.com
Last fetched
bringtea.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK. WHOIS lists iana:100 as the registrar.
Nutrition Label
Resolution chain
bringtea.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 |
|---|---|---|---|---|
| 13.35.186.100 | 13.35.186.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.35.186.108 | 13.35.186.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.35.186.12 | 13.35.186.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.35.186.35 | 13.35.186.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 18.155.1.115 | 18.155.1.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.155.1.44 | 18.155.1.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.155.1.69 | 18.155.1.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.155.1.73 | 18.155.1.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.136.62 | 18.238.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.136.7 | 18.238.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.136.70 | 18.238.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.136.74 | 18.238.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:100
- Organization
- contact privacy inc. customer 1247839440
- Contact emails
Subdomains
1 observed subdomain of bringtea.com.
| Subdomain |
|---|
| www.bringtea.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for bringtea.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.daum.net |
| SPF_IP | 52.79.92.223/32 |
Related pages
Pivot deeper into the graph from bringtea.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bringtea.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.