Hostname
godafa.com
Last fetched
godafa.com resolves to 10 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:472 as the registrar.
Nutrition Label
Resolution chain
godafa.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.16.10.149 | 2.16.10.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.10.155 | 2.16.10.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.207.210.70 | 23.207.210.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.207.210.96 | 23.207.210.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.223.209.38 | 23.223.209.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.223.209.51 | 23.223.209.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.55.163.22 | 23.55.163.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.55.163.34 | 23.55.163.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 41.175.223.16 | 41.175.222.0/23 | AS30844 | LIQUID-AS | ZA |
| 41.175.223.9 | 41.175.222.0/23 | AS30844 | LIQUID-AS | ZA |
WHOIS identity
- Registrar
- iana:472
- Organization
- li mei
- Contact emails
Subdomains
10 observed subdomains of godafa.com.
Web-graph footprint
Distinct hostnames that link to or from godafa.com in the public web crawl.
Threat posture
History
Related pages
Pivot deeper into the graph from godafa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "godafa.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.