Hostname
teafish.cc
Last fetched
teafish.cc resolves to 2 IPv4 addresses operated by AS59253 in SG. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
teafish.cc resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 172.96.191.90 | 172.96.190.0/23 | AS59253 | — | SG |
| 76.223.67.189 | 76.223.64.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:48
- Organization
- whois agent (345127083)
- Contact emails
Subdomains
8 observed subdomains of teafish.cc.
Web-graph footprint
Distinct hostnames that link to or from teafish.cc in the public web crawl.
1,486 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- teafish.cc
SPF policy
4 SPF mechanisms authorising senders for teafish.cc.
| Mechanism | Target |
|---|---|
| SPF_A | teafish.cc |
| SPF_INCLUDE | _spf.arandomserver.com |
| SPF_IP | 172.96.191.17 |
| SPF_MX | teafish.cc |
Related pages
Pivot deeper into the graph from teafish.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "teafish.cc"})-[: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.