Skip to content

Hostname

murielgrossmann.com

Last fetched

murielgrossmann.com resolves to 2 IPv4 addresses operated by NETCUP-AS netcup GmbH in AT. WHOIS lists iana:2 as the registrar.

Nutrition Label

WHISPER CANON · murielgrossmann.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/murielgrossmann.com

Resolution chain

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

IPPrefixASNOperatorCountry
152.53.92.227152.53.92.0/22AS197540NETCUP-AS netcup GmbHAT
158.255.212.99158.255.212.0/24AS57169EDIS-AS-EUAT

WHOIS identity

Registrar
iana:2
Organization
grossmann, muriel
Contact emails

Subdomains

1 observed subdomain of murielgrossmann.com.

Web-graph footprint

Distinct hostnames that link to or from murielgrossmann.com in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from murielgrossmann.com.

Cypher and MCP

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

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