Skip to content

Hostname

patchmon.klauda.at

Last fetched

patchmon.klauda.at resolves to 2 IPv4 addresses operated by TMA Magenta Telekom in AT.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
62.178.177.11062.178.128.0/17AS8412TMA Magenta TelekomAT
62.178.177.8162.178.128.0/17AS8412TMA Magenta TelekomAT

WHOIS identity

No WHOIS records are currently associated with patchmon.klauda.at in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from patchmon.klauda.at.

Cypher and MCP

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

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