Skip to content

Hostname

trm.cat

Last fetched

trm.cat resolves to 1 IPv4 address operated by AS12876 in FR. WHOIS lists iana:1403 as the registrar.

Nutrition Label

WHISPER CANON · trm.catRouting diversity1.5/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/trm.cat

Resolution chain

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

IPPrefixASNOperatorCountry
212.129.0.96212.129.0.0/18AS12876FR

WHOIS identity

Registrar
iana:1403
Organization
transportes ricardo martinez,
Contact emails

Subdomains

14 observed subdomains of trm.cat.

Threat posture

History

Mail and authentication

MX records

  • trm.cat

SPF policy

6 SPF mechanisms authorising senders for trm.cat.

MechanismTarget
SPF_Atrm.cat
SPF_IP212.129.0.96
SPF_IP212.129.17.51
SPF_IP51.15.155.36
SPF_IP51.159.89.150
SPF_MXtrm.cat

Related pages

Pivot deeper into the graph from trm.cat.

Cypher and MCP

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

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