Hostname
cbe.ie
Last fetched
cbe.ie resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists registrar:hostopia as the registrar.
Nutrition Label
Resolution chain
cbe.ie resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 52.51.26.48 | 52.48.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- registrar:hostopia
- Organization
- central business equipment
- Contact emails
- —
Subdomains
10 observed subdomains of cbe.ie.
Web-graph footprint
Distinct hostnames that link to or from cbe.ie in the public web crawl.
32 sites link to this hostname.
40 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for cbe.ie.
| Mechanism | Target |
|---|---|
| SPF_A | cbe.ie |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | autotask.net |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf-eu.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 86.47.123.217/29 |
| SPF_IP | 87.198.180.130/28 |
| SPF_IP | 93.94.118.234/29 |
| SPF_MX | cbe.ie |
Related pages
Pivot deeper into the graph from cbe.ie.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cbe.ie"})-[: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.