Hostname
gegenbauer.de
Last fetched
gegenbauer.de resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
gegenbauer.de 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 |
|---|---|---|---|---|
| 116.203.173.174 | 116.203.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with gegenbauer.de in WhisperGraph.
Subdomains
47 observed subdomains of gegenbauer.de.
Showing 25 of 47. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gegenbauer.de in the public web crawl.
92 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
32 SPF mechanisms authorising senders for gegenbauer.de.
| Mechanism | Target |
|---|---|
| SPF_A | ar05.c04.skalio.net |
| SPF_A | bnc3.mailjet.com |
| SPF_A | events1.aloom.de |
| SPF_A | mail.pi-asp.de |
| SPF_A | mail.pi-mas.de |
| SPF_A | nl2go.com |
| SPF_A | spf.newsletter2go.de |
| SPF_INCLUDE | _spf.retarus.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 116.203.173.174 |
| SPF_IP | 144.76.111.203 |
| SPF_IP | 153.92.224.0/19 |
| SPF_IP | 172.246.0.0/18 |
| SPF_IP | 185.107.232.0/22 |
| SPF_IP | 185.182.80.250 |
| SPF_IP | 185.24.144.0/22 |
| SPF_IP | 185.41.28.0/22 |
| SPF_IP | 185.41.28.6 |
| SPF_IP | 212.146.192.0/18 |
| SPF_IP | 212.59.32.142 |
| SPF_IP | 213.32.128.0/18 |
| SPF_IP | 62.55.182.68/32 |
| SPF_IP | 77.220.237.103 |
| SPF_IP | 77.220.237.110 |
| SPF_IP | 77.32.128.0/18 |
| SPF_IP | 77.32.192.0/19 |
| SPF_IP | 87.191.33.0/24 |
| SPF_IP | 91.228.144.122 |
| SPF_IP | 94.130.145.72 |
| SPF_IP | 94.143.16.0/21 |
| SPF_IP | 94.199.89.34/32 |
Related pages
Pivot deeper into the graph from gegenbauer.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gegenbauer.de"})-[: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.