Skip to content

Hostname

www.hap.lt

Last fetched

www.hap.lt resolves to 1 IPv4 address operated by AS198345 in LT.

Nutrition Label

WHISPER CANON · www.hap.ltRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/www.hap.lt

Resolution chain

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

IPPrefixASNOperatorCountry
91.233.176.4491.233.216.0/24AS198345LT

WHOIS identity

No WHOIS records are currently associated with www.hap.lt in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

SPF policy

4 SPF mechanisms authorising senders for www.hap.lt.

MechanismTarget
SPF_Awww.hap.lt
SPF_IP62.75.244.116
SPF_IP91.233.176.44
SPF_MXwww.hap.lt

Related pages

Pivot deeper into the graph from www.hap.lt.

Cypher and MCP

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

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