Hostname
simshospitals.com
Last fetched
simshospitals.com resolves to 2 IPv4 addresses operated by AS132322 in IN. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
simshospitals.com 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 |
|---|---|---|---|---|
| 103.91.187.234 | 103.91.187.0/24 | AS132322 | — | IN |
| 13.126.60.138 | 13.126.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- iana:303
- Organization
- soundarrajan
- Contact emails
Subdomains
11 observed subdomains of simshospitals.com.
Web-graph footprint
Distinct hostnames that link to or from simshospitals.com in the public web crawl.
69 sites link to this hostname.
17 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for simshospitals.com.
| Mechanism | Target |
|---|---|
| SPF_A | simshospitals.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.91.187.234 |
| SPF_MX | simshospitals.com |
Related pages
Pivot deeper into the graph from simshospitals.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "simshospitals.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.