Skip to content

Hostname

api.cat

Last fetched

api.cat resolves to 1 IPv4 address operated by CLARANET-AS ClaraNET LTD in ES. WHOIS lists iana:433 as the registrar.

Nutrition Label

WHISPER CANON · api.catRouting diversity1.5/10Peering density6.2/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/api.cat

Resolution chain

api.cat resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
92.54.13.5192.54.0.0/18AS8426CLARANET-AS ClaraNET LTDES

WHOIS identity

Registrar
iana:433
Organization
colegio oficial de agentes de la propiedad inmobiliaria de barcelona
Contact emails

Subdomains

13 observed subdomains of api.cat.

Web-graph footprint

Distinct hostnames that link to or from api.cat in the public web crawl.

273 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for api.cat.

MechanismTarget
SPF_Aapi.cat
SPF_Amail.api.cat
SPF_Amail.infoself.com
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf.mailjet.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf2.sbr-master.net
SPF_MXapi.cat

Related pages

Pivot deeper into the graph from api.cat.

Cypher and MCP

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

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

Or query Whisper from your own LLM workflow via the Whisper MCP server.