Skip to content

Hostname

hover.at

Last fetched

hover.at resolves to 1 IPv4 address operated by CITYNET-AT-AS in AT. WHOIS lists registrar:domainfactory gmbh as the registrar.

Nutrition Label

WHISPER CANON · hover.atRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/hover.at

Resolution chain

hover.at resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
156.67.197.252156.67.192.0/21AS34347CITYNET-AT-ASAT

WHOIS identity

Registrar
registrar:domainfactory gmbh
Organization
gerhard maier
Contact emails

Subdomains

7 observed subdomains of hover.at.

Web-graph footprint

Distinct hostnames that link to or from hover.at in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for hover.at.

MechanismTarget
SPF_INCLUDEispgateway.de
SPF_INCLUDEsecureserver.net
SPF_IP156.67.197.252
SPF_MXhover.at

Related pages

Pivot deeper into the graph from hover.at.

Cypher and MCP

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

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