Hostname
www.uberads.com
Last fetched
www.uberads.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
www.uberads.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 |
|---|---|---|---|---|
| 13.56.122.41 | 13.56.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.57.146.240 | 13.57.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.57.166.203 | 13.57.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.101.4.62 | 3.101.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 50.18.106.97 | 50.18.64.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 50.18.149.251 | 50.18.128.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.52.124.29 | 52.52.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.52.81.162 | 52.52.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.8.201.95 | 52.8.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.8.3.83 | 52.8.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.9.149.199 | 52.9.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.193.94.46 | 54.193.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with www.uberads.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for www.uberads.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | idealab.com |
Related pages
Pivot deeper into the graph from www.uberads.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.uberads.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.