Hostname
samirsanghavi.com
Last fetched
samirsanghavi.com resolves to 2 IPv4 addresses operated by AS137648 in IN. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
samirsanghavi.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.119.251.73 | 103.119.251.0/24 | AS137648 | — | IN |
| 178.63.148.222 | 178.63.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:303
- Organization
- mr. nitish shah
- Contact emails
Subdomains
3 observed subdomains of samirsanghavi.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for samirsanghavi.com.
| Mechanism | Target |
|---|---|
| SPF_A | samirsanghavi.com |
| SPF_INCLUDE | zcsend.in |
| SPF_IP | 178.63.148.222 |
| SPF_IP | 216.150.1.1/16 |
| SPF_IP | 216.169.121.1/24 |
| SPF_IP | 66.199.1.1/16 |
| SPF_IP | 72.9.1.1/16 |
| SPF_IP | 96.45.76.1/24 |
| SPF_MX | mail.samirsanghavi.com |
| SPF_MX | samirsanghavi.com |
Related pages
Pivot deeper into the graph from samirsanghavi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "samirsanghavi.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.