Hostname
eccenca.com
Last fetched
eccenca.com resolves to 1 IPv4 address operated by HETZNER-AS in DE. WHOIS lists iana:1239 as the registrar.
Nutrition Label
Resolution chain
eccenca.com 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 |
|---|---|---|---|---|
| 78.47.98.179 | 78.46.0.0/15 | AS24940 | HETZNER-AS | DE |
WHOIS identity
- Registrar
- iana:1239
- Organization
- hofmann marco
- Contact emails
Subdomains
25 observed subdomains of eccenca.com.
Web-graph footprint
Distinct hostnames that link to or from eccenca.com in the public web crawl.
88 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
19 SPF mechanisms authorising senders for eccenca.com.
| Mechanism | Target |
|---|---|
| SPF_A | eccenca.com |
| SPF_A | exchange.eccenca.com |
| SPF_A | gate.eccenca.com |
| SPF_A | mx04.hostspezial.de |
| SPF_A | mx06.hostspezial.de |
| SPF_A | mx08.hostspezial.de |
| SPF_A | pmg01.nec.hostspezial.cloud |
| SPF_A | webssl01.hostspezial.de |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 217.24.49.104 |
| SPF_IP | 217.24.49.131/32 |
| SPF_IP | 217.24.49.136/32 |
| SPF_IP | 217.24.49.155/32 |
| SPF_IP | 217.24.49.158 |
| SPF_IP | 217.24.49.186 |
| SPF_IP | 217.24.49.188 |
| SPF_IP | 217.24.59.131 |
| SPF_IP | 217.24.59.133 |
Related pages
Pivot deeper into the graph from eccenca.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eccenca.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.