Hostname
corp.sumika.live
Last fetched
corp.sumika.live resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT.
Nutrition Label
Resolution chain
corp.sumika.live 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.157.194.22 | 108.157.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.157.194.63 | 108.157.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.157.194.67 | 108.157.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.157.194.87 | 108.157.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 18.244.102.114 | 18.244.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.102.42 | 18.244.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.102.72 | 18.244.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.102.80 | 18.244.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 3.167.37.121 | 3.167.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.37.13 | 3.167.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.37.51 | 3.167.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.37.62 | 3.167.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with corp.sumika.live in WhisperGraph.
Subdomains
1 observed subdomain of corp.sumika.live.
| Subdomain |
|---|
| new.corp.sumika.live |
Web-graph footprint
Distinct hostnames that link to or from corp.sumika.live in the public web crawl.
7 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from corp.sumika.live.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "corp.sumika.live"})-[: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.