Skip to content

Hostname

delego.ca

Last fetched

delego.ca resolves to 8 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists registrar:go daddy domains canada, inc as the registrar.

Nutrition Label

WHISPER CANON · delego.caRouting diversity4.8/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/delego.ca

Resolution chain

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

IPPrefixASNOperatorCountry
18.208.60.23318.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
35.173.93.13535.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.194.170.22944.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.45.224.12652.44.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.144.236.25254.144.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.175.248.18554.174.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
75.101.150.23075.101.128.0/17AS14618AMAZON-AES - Amazon.com, Inc.US
98.86.251.22898.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
registrar:go daddy domains canada, inc
Organization
delego software
Contact emails

Subdomains

3 observed subdomains of delego.ca.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for delego.ca.

MechanismTarget
SPF_INCLUDEamazonses.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP34.194.247.192

Related pages

Pivot deeper into the graph from delego.ca.

Cypher and MCP

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

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