Skip to content

Hostname

init.at

Last fetched

init.at resolves to 1 IPv4 address operated by NEXTLAYER-AS in AT.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
77.237.48.17177.237.48.0/21AS1764NEXTLAYER-ASAT

WHOIS identity

Registrar
Organization
init.at informationstechnologie gmbh.
Contact emails

Subdomains

16 observed subdomains of init.at.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for init.at.

MechanismTarget
SPF_INCLUDE_spf.oekotex.com
SPF_INCLUDEmail.zendesk.com
SPF_IP62.99.204.224/27
SPF_IP77.237.48.172/32
SPF_MXinit.at

Related pages

Pivot deeper into the graph from init.at.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "init.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.