Hostname
hypha.coop
Last fetched
hypha.coop resolves to 2 IPv4 addresses operated by AS16276 in CA. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
hypha.coop 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 |
|---|---|---|---|---|
| 198.50.215.13 | 198.50.128.0/17 | AS16276 | — | CA |
| 140.235.158.85 | 140.235.158.0/24 | AS32001 | HYPHA-1 - Hypha Worker Co-operative Inc. | CA |
WHOIS identity
- Registrar
- iana:106
- Organization
- hypha worker co-operative
- Contact emails
- —
Subdomains
76 observed subdomains of hypha.coop.
Showing 25 of 76. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from hypha.coop in the public web crawl.
78 sites link to this hostname.
215 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for hypha.coop.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from hypha.coop.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hypha.coop"})-[: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.