Hostname
gginternet.com
Last fetched
gginternet.com resolves to 1 IPv4 address operated by AS8448 in HU. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
gginternet.com 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 |
|---|---|---|---|---|
| 217.79.142.31 | 217.79.128.0/20 | AS8448 | — | HU |
WHOIS identity
- Registrar
- iana:468
- Organization
- gg solutions kft.
- Contact emails
- admin@gginternet.com
- 669e0d49-9553-4f8d-ae9e-e6e55f7dc47b@identity-protect.org
- 67190b8d-24ff-4ff8-87aa-4e768251f7f7@identity-protect.org
- 91904333-796e-4e6d-a902-529171c85821@identity-protect.org
- b783906b-211b-4937-a515-7541a7904847@identity-protect.org
- bb0698a1-f52f-4aa4-bc37-87904a35c293@identity-protect.org
- d776ad37-ad0e-43bd-877a-15d92c6bb9a3@identity-protect.org
- fc6aa39f-56f5-43ac-9708-be3690563334@identity-protect.org
- owner-11637571@gginternet.com.whoisprivacyservice.org
Subdomains
14 observed subdomains of gginternet.com.
Web-graph footprint
Distinct hostnames that link to or from gginternet.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for gginternet.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.ppt.eu |
| SPF_A | mxa.silverfrog.eu |
| SPF_A | mxb.silverfrog.eu |
| SPF_IP | 185.51.67.82 |
| SPF_MX | gginternet.com |
Related pages
Pivot deeper into the graph from gginternet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gginternet.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.