Skip to content

Hostname

atco.com

Last fetched

atco.com resolves to 1 IPv4 address operated by TELUS Communications in CA. WHOIS lists iana:456 as the registrar.

Nutrition Label

WHISPER CANON · atco.comRouting diversity1.5/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/atco.com

Resolution chain

atco.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
141.118.20.217141.118.20.0/24AS852TELUS CommunicationsCA

WHOIS identity

Registrar
iana:456
Organization
alan skiffington
Contact emails

Subdomains

93 observed subdomains of atco.com.

Web-graph footprint

Distinct hostnames that link to or from atco.com in the public web crawl.

642 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

17 SPF mechanisms authorising senders for atco.com.

MechanismTarget
SPF_INCLUDEem4413.atco.com
SPF_INCLUDEoktamail.atco.com
SPF_INCLUDEshops.shopify.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf1.formassembly.com
SPF_INCLUDEspf_c.oraclecloud.com
SPF_INCLUDEyyz1.rp.oracleemaildelivery.com
SPF_IP132.145.106.117
SPF_IP141.118.20.253
SPF_IP148.59.100.16/28
SPF_IP148.59.106.0/23
SPF_IP148.59.108.0/23
SPF_IP192.210.5.253
SPF_IP203.18.213.45
SPF_IP35.80.141.6/32
SPF_IP4.196.217.170
SPF_IP44.229.121.55/32

Related pages

Pivot deeper into the graph from atco.com.

Cypher and MCP

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

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

Or query Whisper from your own LLM workflow via the Whisper MCP server.