Hostname
ebconnection.com
Last fetched
ebconnection.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
ebconnection.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:468
- Organization
- contact privacy inc. customer 0152974057
- Contact emails
- ebconnection.com@contactprivacy.com
- rob@eventbooking.com
- 0d1cb5ee-1576-4c85-a6ef-e798c468860b@identity-protect.org
- 21ff4841-205b-441b-be42-bb2847a78930@identity-protect.org
- a8aea1a3-f054-48da-ada6-b122a2285d9b@identity-protect.org
- cc61ede5-ad32-49c5-8ab6-e95368e20c69@identity-protect.org
- d793e271-a808-4d06-b239-2900ab26548b@identity-protect.org
- e18f0972-904b-430d-9744-9f33c34bd5de@identity-protect.org
Subdomains
38 observed subdomains of ebconnection.com.
Showing 25 of 38. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for ebconnection.com.
| Mechanism | Target |
|---|---|
| SPF_A | ebconnection.com |
| SPF_INCLUDE | amazonaws.com |
| SPF_INCLUDE | fusemail.net |
| SPF_INCLUDE | mailanyone.net |
| SPF_IP | 54.245.117.47 |
Related pages
Pivot deeper into the graph from ebconnection.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ebconnection.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.