Skip to content

Hostname

patho.ch

Last fetched

patho.ch resolves to 3 IPv4 addresses operated by AS29097 in CH.

Nutrition Label

WHISPER CANON · patho.chRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/patho.ch

Resolution chain

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

IPPrefixASNOperatorCountry
217.26.54.12217.26.48.0/20AS29097CH
75.2.54.13575.2.48.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
99.83.165.24399.83.160.0/20AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

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

Subdomains

2 observed subdomains of patho.ch.

Web-graph footprint

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

13 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for patho.ch.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.umantis.com
SPF_IP217.26.54.12
SPF_IP5.102.146.39
SPF_IP5.102.151.81
SPF_MXhin.ch
SPF_MXpatho.ch

Related pages

Pivot deeper into the graph from patho.ch.

Cypher and MCP

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

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