Skip to content

Hostname

ejnet.cat

Last fetched

ejnet.cat resolves to 1 IPv4 address operated by HETZNER-AS in DE. WHOIS lists iana:1262 as the registrar.

Nutrition Label

WHISPER CANON · ejnet.catRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ejnet.cat

Resolution chain

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

IPPrefixASNOperatorCountry
178.63.145.149178.63.0.0/16AS24940HETZNER-ASDE

WHOIS identity

Registrar
iana:1262
Organization
arian ribell pastor
Contact emails

Subdomains

2 observed subdomains of ejnet.cat.

Web-graph footprint

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

Sample inbound links

Threat posture

History

Mail and authentication

MX records

SPF policy

4 SPF mechanisms authorising senders for ejnet.cat.

MechanismTarget
SPF_Aejnet.cat
SPF_Amail.ejnet.cat
SPF_IP144.76.141.161
SPF_MXejnet.cat

Related pages

Pivot deeper into the graph from ejnet.cat.

Cypher and MCP

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

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