Hostname
gppi.net
Last fetched
gppi.net resolves to 4 IPv4 addresses operated by AS16276 in DE. WHOIS lists iana:976 as the registrar.
Nutrition Label
Resolution chain
gppi.net resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 141.95.102.57 | 141.95.0.0/17 | AS16276 | — | DE |
| 3.70.122.191 | 3.64.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.75.18.92 | 3.64.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.93.82.241 | 54.93.64.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:976
- Organization
- global public policy institute (gppi)
- Contact emails
Subdomains
17 observed subdomains of gppi.net.
Web-graph footprint
Distinct hostnames that link to or from gppi.net in the public web crawl.
677 sites link to this hostname.
1,109 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for gppi.net.
| Mechanism | Target |
|---|---|
| SPF_A | gppi.net |
| SPF_INCLUDE | _spf_eucentral1.prod.hydra.sophos.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 157.90.122.239 |
| SPF_IP | 80.153.162.228 |
| SPF_MX | gppi.net |
Related pages
Pivot deeper into the graph from gppi.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gppi.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.