Hostname
precast.com
Last fetched
precast.com resolves to 10 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
precast.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.169.207.150 | 184.169.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 184.72.38.14 | 184.72.0.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.52.166.116 | 52.52.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.52.29.157 | 52.52.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.9.23.191 | 52.9.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.176.251.61 | 54.176.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.177.105.39 | 54.176.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.215.224.178 | 54.215.192.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.241.135.189 | 54.241.128.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.67.4.86 | 54.67.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from precast.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for precast.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | icpbounce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from precast.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "precast.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.