Hostname
5-6.mock-server.com
Last fetched
5-6.mock-server.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
5-6.mock-server.com 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 |
|---|---|---|---|---|
| 108.157.173.111 | 108.157.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.173.17 | 108.157.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.173.61 | 108.157.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.173.88 | 108.157.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.237.104 | 99.84.237.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.237.111 | 99.84.237.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.237.18 | 99.84.237.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.237.98 | 99.84.237.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with 5-6.mock-server.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from 5-6.mock-server.com in the public web crawl.
13 sites linked to from this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from 5-6.mock-server.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "5-6.mock-server.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.