Skip to content

Hostname

support.curebound.org

Last fetched

support.curebound.org resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in PL.

Nutrition Label

WHISPER CANON · support.curebound.orgRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/support.curebound.org

Resolution chain

support.curebound.org resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.174.230.1023.174.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
3.174.230.303.174.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
3.174.230.363.174.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
3.174.230.833.174.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
99.84.234.1499.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.234.3299.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.234.6899.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.234.8999.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with support.curebound.org in WhisperGraph.

Subdomains

2 observed subdomains of support.curebound.org.

Web-graph footprint

Distinct hostnames that link to or from support.curebound.org in the public web crawl.

2 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for support.curebound.org.

MechanismTarget
SPF_EXISTS%{i}._spf.sparkpostmail.com

Related pages

Pivot deeper into the graph from support.curebound.org.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "support.curebound.org"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.