Hostname
parkcta.com
Last fetched
parkcta.com resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
parkcta.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.18.16.119 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.17.119 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 45.223.161.26 | 45.223.161.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 45.223.181.26 | 45.223.181.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- clancy systems international,
- Contact emails
- swolfson@clancysystems.com
- 39f02cf8-e4b0-445f-a899-b348735377f6@identity-protect.org
- 532922ce-0f07-4513-ba8e-8e42eeb4f702@identity-protect.org
- 7bca3a53-04cc-4896-8207-96c56cf21519@identity-protect.org
- a159ae55-718c-4ba9-b0b7-6836492e0812@identity-protect.org
- a585ae48-dd41-4a36-83e2-73748617d431@identity-protect.org
- b4f8d26b-7bf6-4e34-b2f2-9c512df5a791@identity-protect.org
- e5704438-0d11-4845-8be0-e6e471cc324c@identity-protect.org
Subdomains
1 observed subdomain of parkcta.com.
| Subdomain |
|---|
| www.parkcta.com |
Threat posture
History
Related pages
Pivot deeper into the graph from parkcta.com.
- IP · 104.18.16.119
- ASN · AS13335CLOUDFLARENET - Cloudflare, Inc.
- Registrar · iana:468
- Country · CA
- Email · swolfson@clancysystems.com
- TLD · .com
- Browse hostnames · pa…
- 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: "parkcta.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.