Hostname
static.mamikos.com
Last fetched
static.mamikos.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in EG.
Nutrition Label
Resolution chain
static.mamikos.com 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 |
|---|---|---|---|---|
| 108.159.102.122 | 108.159.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.102.35 | 108.159.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.102.41 | 108.159.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.102.78 | 108.159.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 18.165.53.109 | 18.165.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.165.53.118 | 18.165.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.165.53.65 | 18.165.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.165.53.88 | 18.165.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with static.mamikos.com in WhisperGraph.
Subdomains
1 observed subdomain of static.mamikos.com.
| Subdomain |
|---|
| blog.static.mamikos.com |
Web-graph footprint
Distinct hostnames that link to or from static.mamikos.com in the public web crawl.
8 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from static.mamikos.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "static.mamikos.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.