Hostname
respon.cat
Last fetched
respon.cat resolves to 1 IPv4 address operated by OVH in ES. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
respon.cat resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 213.32.37.233 | 213.32.0.0/17 | AS16276 | OVH | ES |
WHOIS identity
- Registrar
- iana:433
- Organization
- cambra oficial de comerc industria i navegacio de barcelona
- Contact emails
Subdomains
4 observed subdomains of respon.cat.
Web-graph footprint
Distinct hostnames that link to or from respon.cat in the public web crawl.
110 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for respon.cat.
| Mechanism | Target |
|---|---|
| SPF_A | respon.cat |
| SPF_INCLUDE | 143210808.spf05.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_MX | respon.cat |
Related pages
Pivot deeper into the graph from respon.cat.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "respon.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.