Hostname
agrisoft.in
Last fetched
agrisoft.in resolves to 2 IPv4 addresses operated by AS55836 in IN. WHOIS lists registrar:godaddy.com, llc (r101-afin) as the registrar.
Nutrition Label
Resolution chain
agrisoft.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 |
|---|---|---|---|---|
| 115.244.238.190 | 115.244.236.0/22 | AS55836 | — | IN |
| 27.116.52.44 | 27.116.52.0/24 | AS45916 | — | IN |
WHOIS identity
- Registrar
- registrar:godaddy.com, llc (r101-afin)
- Organization
- keyur patel
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from agrisoft.in.
- IP · 115.244.238.190
- ASN · AS55836
- Registrar · registrar:godaddy.com, llc (r101-afin)
- Country · IN
- Email · keyur5786@gmail.com
- TLD · .in
- Browse hostnames · ag…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "agrisoft.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.