Hostname
i-pro.gs
Last fetched
i-pro.gs resolves to 1 IPv4 address operated by AS-PHOENIX-J - Phoenix Communications Inc. in JP. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
i-pro.gs resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 157.101.128.132 | 157.101.128.0/19 | AS10004 | AS-PHOENIX-J - Phoenix Communications Inc. | JP |
WHOIS identity
- Registrar
- iana:1387
- Organization
- i-pro co.,ltd.
- Contact emails
Subdomains
1 observed subdomain of i-pro.gs.
| Subdomain |
|---|
| www.i-pro.gs |
Web-graph footprint
Distinct hostnames that link to or from i-pro.gs in the public web crawl.
7 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for i-pro.gs.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf0.phoenix-c.or.jp |
Related pages
Pivot deeper into the graph from i-pro.gs.
- IP · 157.101.128.132
- ASN · AS10004AS-PHOENIX-J - Phoenix Communications Inc.
- Registrar · iana:1387
- Country · JP
- Email · nic-manager@phoenix-c.or.jp
- TLD · .gs
- Browse hostnames · ip…
- 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: "i-pro.gs"})-[: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.