Hostname
meyerburger.com
Last fetched
meyerburger.com resolves to 1 IPv4 address operated by SOLNET in CH. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
meyerburger.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 |
|---|---|---|---|---|
| 82.220.91.36 | 82.220.0.0/16 | AS9044 | SOLNET | CH |
WHOIS identity
- Registrar
- iana:106
- Organization
- jonas reusser
- Contact emails
Subdomains
36 observed subdomains of meyerburger.com.
Showing 25 of 36. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from meyerburger.com in the public web crawl.
566 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
39 SPF mechanisms authorising senders for meyerburger.com.
| Mechanism | Target |
|---|---|
| SPF_A | meyerburger.com |
| SPF_A | spf1.refline.ch |
| SPF_A | spf2.refline.ch |
| SPF_INCLUDE | _spf-dc12.successfactors.com |
| SPF_INCLUDE | mailing.eqs.com |
| SPF_INCLUDE | spf.mail.hostpoint.ch |
| SPF_IP | 176.9.2.230 |
| SPF_IP | 176.9.2.231 |
| SPF_IP | 178.63.165.160/28 |
| SPF_IP | 178.63.169.208/28 |
| SPF_IP | 185.182.80.144/29 |
| SPF_IP | 185.182.80.248/29 |
| SPF_IP | 185.182.80.48/29 |
| SPF_IP | 185.182.83.240/29 |
| SPF_IP | 213.239.217.189 |
| SPF_IP | 46.254.142.0/24 |
| SPF_IP | 46.4.133.19 |
| SPF_IP | 46.4.133.23/32 |
| SPF_IP | 46.4.133.24 |
| SPF_IP | 46.4.145.64/28 |
| SPF_IP | 62.138.120.184/29 |
| SPF_IP | 62.138.121.0/26 |
| SPF_IP | 62.138.82.64/26 |
| SPF_IP | 62.138.86.8/29 |
| SPF_IP | 62.138.90.192/26 |
| SPF_IP | 62.138.91.0/29 |
| SPF_IP | 78.46.114.185 |
| SPF_IP | 78.46.88.146 |
| SPF_IP | 78.46.88.156 |
| SPF_IP | 78.46.88.157 |
| SPF_IP | 78.47.39.96/28 |
| SPF_IP | 86.110.75.0/24 |
| SPF_IP | 88.198.181.208/28 |
| SPF_IP | 88.198.249.64/28 |
| SPF_IP | 88.198.96.0/27 |
| SPF_IP | 91.228.144.0/24 |
| SPF_IP | 93.159.118.141 |
| SPF_IP | 95.142.78.0/24 |
| SPF_MX | meyerburger.com |
Related pages
Pivot deeper into the graph from meyerburger.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "meyerburger.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.