Hostname
consensus.psyc.eu
Last fetched
consensus.psyc.eu resolves to 2 IPv4 addresses operated by AS200233 in CH.
Nutrition Label
Resolution chain
consensus.psyc.eu 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 |
|---|---|---|---|---|
| 193.5.87.218 | 193.5.80.0/21 | AS200233 | — | CH |
| 193.5.87.219 | 193.5.80.0/21 | AS200233 | — | CH |
WHOIS identity
No WHOIS records are currently associated with consensus.psyc.eu in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for consensus.psyc.eu.
| Mechanism | Target |
|---|---|
| SPF_A | consensus.psyc.eu |
| SPF_INCLUDE | gnunet.org |
| SPF_MX | consensus.psyc.eu |
Related pages
Pivot deeper into the graph from consensus.psyc.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "consensus.psyc.eu"})-[: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.