Hostname
wordsofworth.com
Last fetched
wordsofworth.com resolves to 3 IPv4 addresses operated by AS17378 - TierPoint, LLC in US. WHOIS lists iana:1154 as the registrar.
Nutrition Label
Resolution chain
wordsofworth.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 40.142.93.149 | 40.142.88.0/21 | AS17378 | AS17378 - TierPoint, LLC | US |
| 75.2.78.201 | 75.2.64.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.83.232.37 | 99.83.224.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:1154
- Organization
- kessler digital design
- Contact emails
Subdomains
10 observed subdomains of wordsofworth.com.
Web-graph footprint
Distinct hostnames that link to or from wordsofworth.com in the public web crawl.
55 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- wordsofworth.com
SPF policy
3 SPF mechanisms authorising senders for wordsofworth.com.
| Mechanism | Target |
|---|---|
| SPF_A | wordsofworth.com |
| SPF_INCLUDE | bluehost.com |
| SPF_MX | wordsofworth.com |
Related pages
Pivot deeper into the graph from wordsofworth.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wordsofworth.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.