Hostname
proteantech.in
Last fetched
proteantech.in resolves to 2 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US. WHOIS lists iana:801217 as the registrar.
Nutrition Label
Resolution chain
proteantech.in 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 |
|---|---|---|---|---|
| 34.120.186.189 | 34.120.0.0/14 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 34.120.60.100 | 34.120.0.0/14 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
- Registrar
- iana:801217
- Organization
- protean egov technologies
- Contact emails
- —
Subdomains
67 observed subdomains of proteantech.in.
Showing 25 of 67. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from proteantech.in in the public web crawl.
160 sites link to this hostname.
222 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for proteantech.in.
| Mechanism | Target |
|---|---|
| SPF_A | proteantech.in |
| SPF_INCLUDE | _spf.plan.io |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | in-iwc-spf.icewarpcloud.in |
| SPF_INCLUDE | spf.tmes-in.trendmicro.com |
| SPF_INCLUDE | spfcorp.netcore.co.in |
| SPF_IP | 103.26.97.0/24 |
| SPF_IP | 103.52.180.63/32 |
| SPF_IP | 103.52.180.64/32 |
| SPF_IP | 103.52.180.65/32 |
| SPF_IP | 103.52.180.66/32 |
| SPF_IP | 121.242.223.236/32 |
| SPF_IP | 121.242.223.244/32 |
| SPF_IP | 14.143.115.69/32 |
| SPF_IP | 14.143.57.172/32 |
| SPF_IP | 203.199.133.186/32 |
| SPF_IP | 206.1.11.40/32 |
| SPF_MX | proteantech.in |
Related pages
Pivot deeper into the graph from proteantech.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "proteantech.in"})-[: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.