Skip to content

Hostname

buchung.c19.at

Last fetched

buchung.c19.at resolves to 1 IPv4 address operated by INTERNEX-AS in AT.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
144.208.10.8144.208.0.0/19AS44453INTERNEX-ASAT

WHOIS identity

No WHOIS records are currently associated with buchung.c19.at in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from buchung.c19.at.

Cypher and MCP

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

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