Hostname
ghostbusters.com
Last fetched
ghostbusters.com resolves to 20 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
ghostbusters.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.86.103.15 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.103.23 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.245.145 | 2.16.245.0/24 | AS20940 | AKAMAI-ASN1 | FR |
| 2.16.245.173 | 2.16.245.0/24 | AS20940 | AKAMAI-ASN1 | FR |
| 2.17.100.184 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.225 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.239.22 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.239.32 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.34.59.19 | 23.34.59.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.34.59.31 | 23.34.59.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.35.148.138 | 23.35.148.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 23.35.148.160 | 23.35.148.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 23.50.131.140 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.158 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.101.111.131 | 95.101.111.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.101.111.162 | 95.101.111.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.101.29.11 | 95.101.29.0/24 | AS20940 | AKAMAI-ASN1 | FR |
| 95.101.29.132 | 95.101.29.0/24 | AS20940 | AKAMAI-ASN1 | FR |
| 95.101.29.179 | 95.101.29.0/24 | AS20940 | AKAMAI-ASN1 | FR |
| 95.101.29.40 | 95.101.29.0/24 | AS20940 | AKAMAI-ASN1 | FR |
WHOIS identity
- Registrar
- iana:292
- Organization
- domain administrator
- Contact emails
Subdomains
15 observed subdomains of ghostbusters.com.
Showing 13 of 15. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ghostbusters.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from ghostbusters.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ghostbusters.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.