Hostname
projecthub.net
Last fetched
projecthub.net resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
projecthub.net resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.172.111.14 | 18.172.104.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.172.111.205 | 18.172.104.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.172.111.32 | 18.172.104.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.172.111.8 | 18.172.104.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.170.186.176 | 3.170.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.186.204 | 3.170.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.186.227 | 3.170.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.186.36 | 3.170.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:113
- Organization
- martin bogomolni
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from projecthub.net.
- IP · 18.172.111.14
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:113
- Country · DE
- Email · hostmaster@pbworks.com
- TLD · .net
- Browse hostnames · pr…
- 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: "projecthub.net"})-[: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.