Skip to content

Hostname

cote.ch

Last fetched

cote.ch resolves to 1 IPv4 address operated by LIQUIDWEB - Liquid Web, L.L.C in US.

Nutrition Label

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

Resolution chain

cote.ch resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
69.167.158.8969.167.128.0/18AS32244LIQUIDWEB - Liquid Web, L.L.CUS

WHOIS identity

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

Subdomains

5 observed subdomains of cote.ch.

Web-graph footprint

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

Threat posture

History

Mail and authentication

MX records

  • cote.ch

SPF policy

1 SPF mechanism authorising senders for cote.ch.

MechanismTarget
SPF_INCLUDEspf.exacthosting.com

Related pages

Pivot deeper into the graph from cote.ch.

Cypher and MCP

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

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