Hostname
www.tech-prep.net
Last fetched
www.tech-prep.net resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
www.tech-prep.net 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 |
|---|---|---|---|---|
| 18.66.147.105 | 18.66.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.147.122 | 18.66.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.147.41 | 18.66.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.147.70 | 18.66.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.166.181.2 | 3.166.184.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.181.62 | 3.166.184.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.181.69 | 3.166.184.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.181.93 | 3.166.184.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.174.10 | 52.84.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.84.174.15 | 52.84.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.84.174.85 | 52.84.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.84.174.94 | 52.84.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
No WHOIS records are currently associated with www.tech-prep.net in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from www.tech-prep.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.tech-prep.net"})-[: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.