Hostname
loopnet.ca
Last fetched
loopnet.ca resolves to 3 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in US. WHOIS lists registrar:markmonitor international canada ltd. as the registrar.
Nutrition Label
Resolution chain
loopnet.ca resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.71.177.125 | 104.71.176.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.207.133.214 | 23.207.128.0/19 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.67.142.172 | 23.67.128.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
WHOIS identity
- Registrar
- registrar:markmonitor international canada ltd.
- Organization
- costar realty information canada
- Contact emails
Subdomains
25 observed subdomains of loopnet.ca.
Web-graph footprint
Distinct hostnames that link to or from loopnet.ca in the public web crawl.
153 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for loopnet.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | costar.com |
| SPF_IP | 204.253.48.0/24 |
| SPF_IP | 65.210.23.128/25 |
| SPF_IP | 65.222.180.0/24 |
| SPF_IP | 65.222.181.0/24 |
Related pages
Pivot deeper into the graph from loopnet.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "loopnet.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.