Hostname
parent2parentnj.org
Last fetched
parent2parentnj.org resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
parent2parentnj.org 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 |
|---|---|---|---|---|
| 104.21.19.65 | 104.21.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.185.149 | 172.67.176.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 216.177.141.14 | 216.177.141.0/24 | AS395532 | 1P-WSS - Web Site Source | US |
WHOIS identity
- Registrar
- iana:48
- Organization
- kathleen foster
- Contact emails
Subdomains
5 observed subdomains of parent2parentnj.org.
Web-graph footprint
Distinct hostnames that link to or from parent2parentnj.org in the public web crawl.
18 sites link to this hostname.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for parent2parentnj.org.
| Mechanism | Target |
|---|---|
| SPF_A | parent2parentnj.org |
| SPF_A | wsspl105.websitesource.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_MX | parent2parentnj.org |
Related pages
Pivot deeper into the graph from parent2parentnj.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "parent2parentnj.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.