Hostname
static.wdgtsrc.com
Last fetched
static.wdgtsrc.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
static.wdgtsrc.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.138.26.108 | 108.138.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.138.26.39 | 108.138.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.138.26.43 | 108.138.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.138.26.9 | 108.138.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.227.192.100 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.113 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.16 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.50 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.35.186.128 | 13.35.186.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.35.186.14 | 13.35.186.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.35.186.18 | 13.35.186.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.35.186.63 | 13.35.186.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
WHOIS identity
No WHOIS records are currently associated with static.wdgtsrc.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from static.wdgtsrc.com in the public web crawl.
389 sites link to this hostname.
Sample inbound links
- valueviewpoint.ai
- blog.keycrm.app
- l29-webshop-3p116rv8t-wepje-builds.vercel.app
- l29-webshop-4bfkvwjrm-wepje-builds.vercel.app
- l29-webshop-5qbt87qie-wepje-builds.vercel.app
- l29-webshop-87tzj4hos-wepje-builds.vercel.app
- l29-webshop-8m80kjpx8-wepje-builds.vercel.app
- l29-webshop-luvzivz0c-wepje-builds.vercel.app
- l29-webshop-m5yl280nk-wepje-builds.vercel.app
- l29-webshop-q4icaug5m-wepje-builds.vercel.app
Threat posture
History
Related pages
Pivot deeper into the graph from static.wdgtsrc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "static.wdgtsrc.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.