Hostname
egger.com
Last fetched
egger.com resolves to 1 IPv4 address operated by ISP-CUSTOMERS in AT. WHOIS lists iana:15 as the registrar.
Nutrition Label
Resolution chain
egger.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 |
|---|---|---|---|---|
| 45.146.217.1 | 45.146.216.0/22 | AS198211 | ISP-CUSTOMERS | AT |
WHOIS identity
- Registrar
- iana:15
- Organization
- fritz egger gmbh & co. og
- Contact emails
Subdomains
61 observed subdomains of egger.com.
Showing 25 of 61. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from egger.com in the public web crawl.
2,900 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for egger.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{ir}.%{v}.%{d}.spf.has.pphosted.com |
| SPF_INCLUDE | _spf-dc55.sapsf.eu |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf-0063a401.pphosted.com |
| SPF_INCLUDE | spf-0063a402.pphosted.com |
| SPF_IP | 45.146.216.254 |
| SPF_IP | 88.99.211.217 |
Related pages
Pivot deeper into the graph from egger.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "egger.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.