Skip to content

Hostname

trendconnection.ch

Last fetched

trendconnection.ch resolves to 2 IPv4 addresses operated by EVERYWARE-NET in CH.

Nutrition Label

WHISPER CANON · trendconnection.chRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/trendconnection.ch

Resolution chain

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

IPPrefixASNOperatorCountry
212.71.111.23212.71.96.0/20AS24951EVERYWARE-NETCH
212.71.111.39212.71.96.0/20AS24951EVERYWARE-NETCH

WHOIS identity

No WHOIS records are currently associated with trendconnection.ch in WhisperGraph.

Subdomains

1 observed subdomain of trendconnection.ch.

Web-graph footprint

Distinct hostnames that link to or from trendconnection.ch in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for trendconnection.ch.

MechanismTarget
SPF_INCLUDEoutlook.com

Related pages

Pivot deeper into the graph from trendconnection.ch.

Cypher and MCP

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

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