Skip to content

Hostname

pina.cat

Last fetched

pina.cat resolves to 1 IPv4 address operated by AS29169 in LU. WHOIS lists iana:1403 as the registrar.

Nutrition Label

WHISPER CANON · pina.catRouting diversity1.5/10Peering density9.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/pina.cat

Resolution chain

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

IPPrefixASNOperatorCountry
213.167.241.144213.167.240.0/20AS29169LU

WHOIS identity

Registrar
iana:1403
Organization
Contact emails

Subdomains

11 observed subdomains of pina.cat.

Threat posture

History

Mail and authentication

MX records

  • pina.cat

SPF policy

2 SPF mechanisms authorising senders for pina.cat.

MechanismTarget
SPF_IP2001:4b98:dc2:53:216:3eff:fe82:b1fb
SPF_IP213.167.241.144

Related pages

Pivot deeper into the graph from pina.cat.

Cypher and MCP

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

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