Hostname
candeal.com
Last fetched
candeal.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
candeal.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 |
|---|---|---|---|---|
| 64.65.44.5 | 64.65.44.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 64.65.45.5 | 64.65.45.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of candeal.com owner
- Contact emails
- hhq25bhf3bwblms1@privacyhero.company
- 085b823b-c3c7-4603-b4b2-1cd1e4c26ff3@identity-protect.org
- 141fa7d8-8526-4b5c-950b-bb08c04992d7@identity-protect.org
- 618ef6ae-00b0-44c2-ae01-9f19989cb941@identity-protect.org
- 8ef5b4b4-246f-4859-8cd1-7d89b92dd43a@identity-protect.org
- a8524f1f-be7e-46d8-b6ef-b474e1635ecf@identity-protect.org
- be5bffb0-b199-4bfe-b475-a279aac0b4b0@identity-protect.org
- d3224c69-77a5-4d47-b030-b3e0cff0b8e4@identity-protect.org
Subdomains
32 observed subdomains of candeal.com.
Showing 25 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from candeal.com in the public web crawl.
18 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for candeal.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | esa1.hc76-89.ca.iphmx.com |
| SPF_INCLUDE | esa2.hc76-89.ca.iphmx.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from candeal.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "candeal.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.