Hostname
isb.edu
Last fetched
isb.edu resolves to 1 IPv4 address operated by BBIL-AP BHARTI Airtel Ltd. in IN.
Nutrition Label
Resolution chain
isb.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 202.56.242.85 | 202.56.242.0/24 | AS9498 | BBIL-AP BHARTI Airtel Ltd. | IN |
WHOIS identity
- Registrar
- —
- Organization
- indian school of business
- Contact emails
- —
Subdomains
126 observed subdomains of isb.edu.
Showing 25 of 126. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from isb.edu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
23 SPF mechanisms authorising senders for isb.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | emailus.freshservice.com |
| SPF_INCLUDE | one.zoho.in |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 108.179.144.0/20 |
| SPF_IP | 139.180.17.0/24 |
| SPF_IP | 141.193.184.128/25 |
| SPF_IP | 141.193.184.32/27 |
| SPF_IP | 141.193.184.64/26 |
| SPF_IP | 141.193.185.128/25 |
| SPF_IP | 141.193.185.32/27 |
| SPF_IP | 141.193.185.64/26 |
| SPF_IP | 143.244.80.0/20 |
| SPF_IP | 158.247.16.0/20 |
| SPF_IP | 18.208.124.128/25 |
| SPF_IP | 216.139.64.0/19 |
| SPF_IP | 3.210.190.0/24 |
| SPF_IP | 3.93.157.0/24 |
| SPF_IP | 54.174.52.0/24 |
| SPF_IP | 54.174.57.0/24 |
| SPF_IP | 54.174.59.0/24 |
| SPF_IP | 54.174.60.0/23 |
| SPF_IP | 54.174.63.0/24 |
Related pages
Pivot deeper into the graph from isb.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "isb.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.