Hostname
gogosweets.com
Last fetched
gogosweets.com resolves to 2 IPv4 addresses operated by AS327979 in ZA. WHOIS lists iana:1645 as the registrar.
Nutrition Label
Resolution chain
gogosweets.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 |
|---|---|---|---|---|
| 169.239.219.58 | 169.239.219.0/24 | AS327979 | — | ZA |
| 45.130.12.241 | 45.130.12.0/24 | AS15830 | — | TR |
WHOIS identity
- Registrar
- iana:1645
- Organization
- domains by proxy,
- Contact emails
Subdomains
1 observed subdomain of gogosweets.com.
| Subdomain |
|---|
| www.gogosweets.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for gogosweets.com.
| Mechanism | Target |
|---|---|
| SPF_MX | gogosweets.com |
Related pages
Pivot deeper into the graph from gogosweets.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gogosweets.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.