Hostname
api.dev.parinfotech.com
Last fetched
api.dev.parinfotech.com resolves to 2 IPv4 addresses operated by ONENZ-NZ-TP-AP ASN for Trusted Partner Peering in IN.
Nutrition Label
Resolution chain
api.dev.parinfotech.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.116.179.85 | 103.116.179.0/24 | AS45117 | ONENZ-NZ-TP-AP ASN for Trusted Partner Peering | IN |
| 116.72.16.128 | 116.72.16.0/20 | AS17488 | HATHWAY-NET-AP Hathway IP Over Cable Internet | IN |
WHOIS identity
No WHOIS records are currently associated with api.dev.parinfotech.com in WhisperGraph.
Subdomains
1 observed subdomain of api.dev.parinfotech.com.
| Subdomain |
|---|
| www.api.dev.parinfotech.com |
Threat posture
History
Related pages
Pivot deeper into the graph from api.dev.parinfotech.com.
- IP · 103.116.179.85
- ASN · AS45117ONENZ-NZ-TP-AP ASN for Trusted Partner Peering
- Country · IN
- Apex domain · parinfotech.com
- Parent domain · dev.parinfotech.com
- TLD · .com
- Browse hostnames · ap…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.dev.parinfotech.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.