Hostname
ginfis.eu
Last fetched
ginfis.eu resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
ginfis.eu 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.21.254 | 116.203.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with ginfis.eu in WhisperGraph.
Subdomains
4 observed subdomains of ginfis.eu.
Web-graph footprint
Distinct hostnames that link to or from ginfis.eu in the public web crawl.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for ginfis.eu.
| Mechanism | Target |
|---|---|
| SPF_A | ginfis.eu |
| SPF_A | h19015.goeppel.eu |
| SPF_A | h2.goeppel.eu |
| SPF_A | h20001.goeppel.eu |
| SPF_A | h20010.goeppel.eu |
| SPF_A | h41.goeppel.eu |
| SPF_A | mail.goeppel.eu |
| SPF_A | mail2.goeppel.eu |
| SPF_IP | 116.203.21.254 |
| SPF_IP | 136.243.76.190 |
| SPF_IP | 2a01:4f8:10a:30af:0:0:0:1 |
| SPF_IP | 2a01:4f8:10a:30af:20:0:0:10 |
| SPF_IP | 2a01:4f8:1c1c:6e21:0:0:0:1 |
| SPF_IP | 2a01:4f8:a0:5146:0:1:0:a |
| SPF_IP | 2a01:4f8:a0:5146::/64 |
| SPF_IP | 88.99.222.43 |
| SPF_IP | 94.130.4.162 |
| SPF_MX | ginfis.eu |
Related pages
Pivot deeper into the graph from ginfis.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ginfis.eu"})-[: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.