Skip to content

Hostname

gruener.cc

Last fetched

gruener.cc resolves to 2 IPv4 addresses operated by AS31543 in AT. WHOIS lists iana:269 as the registrar.

Nutrition Label

WHISPER CANON · gruener.ccRouting diversity1.5/10Peering density9.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/gruener.cc

Resolution chain

gruener.cc resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

WHOIS identity

Registrar
iana:269
Organization
bernhard gruner
Contact emails

Subdomains

2 observed subdomains of gruener.cc.

Web-graph footprint

Distinct hostnames that link to or from gruener.cc in the public web crawl.

12 sites link to this hostname.

13 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for gruener.cc.

MechanismTarget
SPF_Agruener.cc
SPF_INCLUDE_spf.mynet.at
SPF_INCLUDEspf.ilongo.at
SPF_MXgruener.cc

Related pages

Pivot deeper into the graph from gruener.cc.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "gruener.cc"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.