Hostname
public-content.thinkthroughmath.com
Last fetched
public-content.thinkthroughmath.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in EG.
Nutrition Label
Resolution chain
public-content.thinkthroughmath.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.159.117.136 | 108.159.116.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.117.61 | 108.159.116.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.117.69 | 108.159.116.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.117.95 | 108.159.116.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 13.33.100.124 | 13.33.100.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.33.100.225 | 13.33.100.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.33.100.226 | 13.33.100.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.33.100.231 | 13.33.100.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.169.243.132 | 3.169.243.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.243.31 | 3.169.243.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.243.43 | 3.169.243.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.243.83 | 3.169.243.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with public-content.thinkthroughmath.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from public-content.thinkthroughmath.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "public-content.thinkthroughmath.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.