Hostname
gs855.cc
Last fetched
gs855.cc resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
gs855.cc resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.239.111.113 | 18.239.110.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.239.111.120 | 18.239.110.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.239.111.16 | 18.239.110.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.239.111.38 | 18.239.110.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.175.45.31 | 3.175.45.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 3.175.45.37 | 3.175.45.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 3.175.45.40 | 3.175.45.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 3.175.45.85 | 3.175.45.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
WHOIS identity
No WHOIS records are currently associated with gs855.cc in WhisperGraph.
Subdomains
4 observed subdomains of gs855.cc.
Web-graph footprint
Distinct hostnames that link to or from gs855.cc in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for gs855.cc.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.efwd.registrar-servers.com |
Related pages
Pivot deeper into the graph from gs855.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gs855.cc"})-[: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.