Skip to content

Hostname

dev.codemongers.ca

Last fetched

dev.codemongers.ca resolves to 2 IPv4 addresses operated by AS63949 in CA.

Nutrition Label

WHISPER CANON · dev.codemongers.caRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/dev.codemongers.ca

Resolution chain

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

IPPrefixASNOperatorCountry
192.53.121.185192.53.120.0/22AS63949CA
99.79.114.19099.79.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.CA

WHOIS identity

No WHOIS records are currently associated with dev.codemongers.ca in WhisperGraph.

Subdomains

1 observed subdomain of dev.codemongers.ca.

Web-graph footprint

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

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for dev.codemongers.ca.

MechanismTarget
SPF_Adev.codemongers.ca
SPF_INCLUDErelay.mailchannels.net
SPF_IP99.79.114.190
SPF_MXdev.codemongers.ca

Related pages

Pivot deeper into the graph from dev.codemongers.ca.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dev.codemongers.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.