Hostname
widget-api.l2it.site
Last fetched
widget-api.l2it.site resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FI.
Nutrition Label
Resolution chain
widget-api.l2it.site resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.33.235.121 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 13.33.235.22 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 13.33.235.73 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 13.33.235.97 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 99.84.41.103 | 99.84.40.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.41.23 | 99.84.40.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.41.25 | 99.84.40.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.41.64 | 99.84.40.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with widget-api.l2it.site in WhisperGraph.
Subdomains
3 observed subdomains of widget-api.l2it.site.
Threat posture
History
Related pages
Pivot deeper into the graph from widget-api.l2it.site.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "widget-api.l2it.site"})-[: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.