Hostname
graphcms.com
Last fetched
graphcms.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1390 as the registrar.
Nutrition Label
Resolution chain
graphcms.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 216.198.79.195 | 216.198.79.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 216.198.79.3 | 216.198.79.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 216.198.79.67 | 216.198.79.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 64.29.17.195 | 64.29.17.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 64.29.17.3 | 64.29.17.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 64.29.17.67 | 64.29.17.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:1390
- Organization
- graphcms
- Contact emails
Subdomains
20 observed subdomains of graphcms.com.
Web-graph footprint
Distinct hostnames that link to or from graphcms.com in the public web crawl.
198 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for graphcms.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 8437143.spf01.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | stspg-customer.com |
Related pages
Pivot deeper into the graph from graphcms.com.
- IP · 216.198.79.195
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:1390
- Country · US
- Email · h2881888@domains.namespace4you.com
- TLD · .com
- Browse hostnames · gr…
- 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: "graphcms.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.