Hostname
perception.cat
Last fetched
perception.cat resolves to 2 IPv4 addresses operated by CLOUDING in ES. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
perception.cat 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 |
|---|---|---|---|---|
| 200.234.226.144 | 200.234.226.0/24 | AS49635 | CLOUDING | ES |
| 85.208.102.163 | 85.208.102.0/24 | AS208769 | NICALIAINTERNET Nicalia Internet, S.L.U | ES |
WHOIS identity
- Registrar
- iana:1647
- Organization
- jordi rodriguez maynou
- Contact emails
Subdomains
8 observed subdomains of perception.cat.
Web-graph footprint
Distinct hostnames that link to or from perception.cat in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for perception.cat.
| Mechanism | Target |
|---|---|
| SPF_A | perception.cat |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 77.246.188.101 |
| SPF_IP | 85.208.102.100 |
| SPF_IP | 85.208.102.243 |
| SPF_MX | perception.cat |
Related pages
Pivot deeper into the graph from perception.cat.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "perception.cat"})-[: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.