Hostname
inspection.tsl.developyn.com
Last fetched
inspection.tsl.developyn.com resolves to 8 IPv4 addresses operated by ASN-4IXP 4b42 Internet Exchange Point in IN.
Nutrition Label
Resolution chain
inspection.tsl.developyn.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.225.5.15 | 0.0.0.0/0 | AS35708 | ASN-4IXP 4b42 Internet Exchange Point | IN |
| 13.225.5.37 | 0.0.0.0/0 | AS35708 | ASN-4IXP 4b42 Internet Exchange Point | IN |
| 13.225.5.42 | 0.0.0.0/0 | AS35708 | ASN-4IXP 4b42 Internet Exchange Point | IN |
| 13.225.5.9 | 0.0.0.0/0 | AS35708 | ASN-4IXP 4b42 Internet Exchange Point | IN |
| 18.155.202.48 | 18.155.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.155.202.66 | 18.155.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.155.202.91 | 18.155.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.155.202.97 | 18.155.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with inspection.tsl.developyn.com in WhisperGraph.
Subdomains
1 observed subdomain of inspection.tsl.developyn.com.
| Subdomain |
|---|
| www.inspection.tsl.developyn.com |
Threat posture
History
Related pages
Pivot deeper into the graph from inspection.tsl.developyn.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "inspection.tsl.developyn.com"})-[: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.