Skip to content

Hostname

codingarchitect.ca

Last fetched

codingarchitect.ca resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · codingarchitect.caRouting diversity3.0/10Peering density10.0/10MOAS conflict⚠ 2 conflictsThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/codingarchitect.ca

Resolution chain

codingarchitect.ca resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.21.50.213104.21.48.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.167.116172.67.160.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
35.208.63.16935.208.0.0/15AS15169GOOGLE - Google LLCUS

WHOIS identity

No WHOIS records are currently associated with codingarchitect.ca in WhisperGraph.

Subdomains

1 observed subdomain of codingarchitect.ca.

Web-graph footprint

Distinct hostnames that link to or from codingarchitect.ca in the public web crawl.

21 sites linked to from this hostname.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for codingarchitect.ca.

MechanismTarget
SPF_Acodingarchitect.ca
SPF_INCLUDEcodingarchitect.ca.spf.auto.dnssmarthost.net
SPF_MXcodingarchitect.ca

Related pages

Pivot deeper into the graph from codingarchitect.ca.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "codingarchitect.ca"})-[: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.