Hostname
goodsync.com
Last fetched
goodsync.com resolves to 3 IPv4 addresses operated by HURRICANE - Hurricane Electric LLC in US. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
goodsync.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 216.66.39.198 | 216.66.32.0/19 | AS6939 | HURRICANE - Hurricane Electric LLC | US |
| 38.70.11.198 | 38.0.0.0/8 | AS174 | COGENT-174 - Cogent Communications, LLC | US |
| 67.208.88.198 | 67.208.88.0/22 | AS29838 | AMC - Atlantic Metro Communications II, Inc. | US |
WHOIS identity
- Registrar
- iana:1068
- Organization
- 11781 lee jackson hwy
- Contact emails
Subdomains
21 observed subdomains of goodsync.com.
Web-graph footprint
Distinct hostnames that link to or from goodsync.com in the public web crawl.
806 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for goodsync.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 216.66.39.192/27 |
| SPF_IP | 38.70.11.0/24 |
| SPF_IP | 67.208.88.192/27 |
| SPF_IP | 74.112.67.0/24 |
Related pages
Pivot deeper into the graph from goodsync.com.
- IP · 216.66.39.198
- ASN · AS6939HURRICANE - Hurricane Electric LLC
- Registrar · iana:1068
- Country · US
- Email · vadik-dom@siber.com
- TLD · .com
- Browse hostnames · go…
- 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: "goodsync.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.