Skip to content

Hostname

ent.hu

Last fetched

ent.hu resolves to 2 IPv4 addresses operated by ELEKTRONET- in HU.

Nutrition Label

WHISPER CANON · ent.huRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ent.hu

Resolution chain

ent.hu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
45.158.152.3145.158.152.0/22AS209196ELEKTRONET-HU
45.158.152.3245.158.152.0/22AS209196ELEKTRONET-HU

WHOIS identity

No WHOIS records are currently associated with ent.hu in WhisperGraph.

Subdomains

29 observed subdomains of ent.hu.

Web-graph footprint

Distinct hostnames that link to or from ent.hu in the public web crawl.

10 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

2 SPF mechanisms authorising senders for ent.hu.

MechanismTarget
SPF_Asmtp.ent.hu
SPF_MXent.hu

Related pages

Pivot deeper into the graph from ent.hu.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "ent.hu"})-[: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.