Hostname
monitor.stotra.world
Last fetched
monitor.stotra.world resolves to 2 IPv4 addresses operated by TTSL-MEISISP - Tata Teleservices ISP AS in IN.
Nutrition Label
Resolution chain
monitor.stotra.world 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 |
|---|---|---|---|---|
| 14.99.148.62 | 14.99.144.0/21 | AS45820 | TTSL-MEISISP - Tata Teleservices ISP AS | IN |
| 43.240.9.199 | 43.240.9.0/24 | AS133246 | SOFTWORLD-AS-IN - softnet network | IN |
WHOIS identity
No WHOIS records are currently associated with monitor.stotra.world in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from monitor.stotra.world.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "monitor.stotra.world"})-[: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.