Hostname
trndsphere.com
Last fetched
trndsphere.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
trndsphere.com 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 |
|---|---|---|---|---|
| 3.122.219.149 | 3.120.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.77.61.173 | 3.64.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:151
- Organization
- trnd
- Contact emails
Subdomains
16 observed subdomains of trndsphere.com.
Showing 14 of 16. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from trndsphere.com in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for trndsphere.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | ispgateway.de |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 18.197.89.107 |
| SPF_IP | 35.157.121.124 |
| SPF_IP | 62.138.193.160/27 |
| SPF_IP | 85.25.29.64/27 |
| SPF_IP | 85.25.97.128/27 |
| SPF_MX | trndsphere.com |
Related pages
Pivot deeper into the graph from trndsphere.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "trndsphere.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.