Hostname
communitytable.parade.com
Last fetched
communitytable.parade.com resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
communitytable.parade.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.25.48.8 | 104.25.48.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 16.145.125.83 | 16.145.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 172.67.115.183 | 172.67.112.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 54.213.205.115 | 54.213.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with communitytable.parade.com in WhisperGraph.
Subdomains
2 observed subdomains of communitytable.parade.com.
Web-graph footprint
Distinct hostnames that link to or from communitytable.parade.com in the public web crawl.
370 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
SPF policy
1 SPF mechanism authorising senders for communitytable.parade.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mandrillapp.com |
Related pages
Pivot deeper into the graph from communitytable.parade.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "communitytable.parade.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.