Hostname
trit.ch
Last fetched
trit.ch resolves to 2 IPv4 addresses operated by AS-TRIT - Trit Networks, LLC in US.
Nutrition Label
Resolution chain
trit.ch resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.244.63.121 | 104.244.63.0/24 | AS40193 | AS-TRIT - Trit Networks, LLC | US |
| 208.90.32.241 | 208.90.32.0/24 | AS40193 | AS-TRIT - Trit Networks, LLC | US |
WHOIS identity
No WHOIS records are currently associated with trit.ch in WhisperGraph.
Subdomains
6 observed subdomains of trit.ch.
Web-graph footprint
Distinct hostnames that link to or from trit.ch in the public web crawl.
18 sites linked to from this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from trit.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "trit.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.