Skip to content

Hostname

exchangede.piller.com

Last fetched

exchangede.piller.com resolves to 4 IPv4 addresses operated by ENTEGAMEDIANET ENTEGA Medianet GmbH in DE.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
139.29.127.31139.29.127.0/24AS12897ENTEGAMEDIANET ENTEGA Medianet GmbHDE
139.29.127.32139.29.127.0/24AS12897ENTEGAMEDIANET ENTEGA Medianet GmbHDE
139.29.127.33139.29.127.0/24AS12897ENTEGAMEDIANET ENTEGA Medianet GmbHDE
139.29.127.34139.29.127.0/24AS12897ENTEGAMEDIANET ENTEGA Medianet GmbHDE

WHOIS identity

No WHOIS records are currently associated with exchangede.piller.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from exchangede.piller.com.

Cypher and MCP

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

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