Hostname
exceldor.com
Last fetched
exceldor.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
exceldor.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.248.136.94 | 13.248.128.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 76.223.7.131 | 76.223.0.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- exceldor cooperative avicole
- Contact emails
Subdomains
11 observed subdomains of exceldor.com.
Web-graph footprint
Distinct hostnames that link to or from exceldor.com in the public web crawl.
5 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for exceldor.com.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.spf.hc432-4.ca.iphmx.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | smtp.octopus-itsm.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 20.175.52.96 |
| SPF_IP | 208.84.65.220/32 |
| SPF_IP | 209.171.113.59 |
| SPF_IP | 40.86.254.161 |
| SPF_IP | 52.235.28.34 |
| SPF_IP | 52.242.26.3 |
| SPF_IP | 67.231.151.29/32 |
| SPF_IP | 67.231.152.177/32 |
| SPF_IP | 67.231.158.158/32 |
| SPF_IP | 72.0.195.150 |
Related pages
Pivot deeper into the graph from exceldor.com.
- IP · 13.248.136.94
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:2
- Country · CA
- Email · sboutin@exceldor.qc.ca
- TLD · .com
- Browse hostnames · ex…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "exceldor.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.