Hostname
eduvantage.lk
Last fetched
eduvantage.lk resolves to 2 IPv4 addresses operated by AS51167 in DE.
Nutrition Label
Resolution chain
eduvantage.lk resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 144.91.68.95 | 144.91.68.0/23 | AS51167 | — | DE |
| 54.208.198.238 | 54.208.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with eduvantage.lk in WhisperGraph.
Subdomains
1 observed subdomain of eduvantage.lk.
| Subdomain |
|---|
| www.eduvantage.lk |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for eduvantage.lk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | zohomail.com |
Related pages
Pivot deeper into the graph from eduvantage.lk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eduvantage.lk"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.