Hostname
sastra.edu
Last fetched
sastra.edu resolves to 2 IPv4 addresses operated by AS55836 in IN.
Nutrition Label
Resolution chain
sastra.edu 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 |
|---|---|---|---|---|
| 115.240.199.108 | 115.240.192.0/18 | AS55836 | — | IN |
| 14.139.181.236 | 14.139.160.0/19 | AS55824 | — | IN |
WHOIS identity
- Registrar
- —
- Organization
- shanmugha arts,science,technology & research academy
- Contact emails
- —
Subdomains
53 observed subdomains of sastra.edu.
Showing 25 of 53. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sastra.edu in the public web crawl.
249 sites link to this hostname.
128 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for sastra.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from sastra.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sastra.edu"})-[: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.