Hostname
jcp.org
Last fetched
jcp.org resolves to 6 IPv4 addresses operated by AKAMAI-ASN1 in US.
Nutrition Label
Resolution chain
jcp.org 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 |
|---|---|---|---|---|
| 104.70.121.168 | 104.70.120.0/23 | AS20940 | AKAMAI-ASN1 | US |
| 104.70.121.195 | 104.70.120.0/23 | AS20940 | AKAMAI-ASN1 | US |
| 23.223.245.37 | 23.223.245.0/24 | AS20940 | AKAMAI-ASN1 | IN |
| 23.223.245.39 | 23.223.245.0/24 | AS20940 | AKAMAI-ASN1 | IN |
| 92.123.104.51 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.123.104.9 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from jcp.org in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for jcp.org.
| Mechanism | Target |
|---|---|
| SPF_A | jcp.org |
| SPF_INCLUDE | spf-00069f02.pphosted.com |
| SPF_INCLUDE | spf_m.oracle.com |
| SPF_IP | 192.9.170.0/24 |
| SPF_MX | jcp.org |
Related pages
Pivot deeper into the graph from jcp.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jcp.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.