Hostname
mpe.codax.site
Last fetched
mpe.codax.site resolves to 13 IPv4 addresses operated by AS197540 in DE.
Nutrition Label
Resolution chain
mpe.codax.site resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 152.53.84.240 | 152.53.84.0/22 | AS197540 | — | DE |
| 152.53.87.169 | 152.53.84.0/22 | AS197540 | — | DE |
| 154.44.10.102 | 154.44.10.0/24 | AS979 | NETLAB-SDN - NetLab Global | US |
| 155.117.85.132 | 155.117.85.0/24 | AS32167 | LSHIY-USER-CONTENT - LSHIY LLC | HK |
| 155.117.85.135 | 155.117.85.0/24 | AS32167 | LSHIY-USER-CONTENT - LSHIY LLC | HK |
| 155.117.85.136 | 155.117.85.0/24 | AS32167 | LSHIY-USER-CONTENT - LSHIY LLC | HK |
| 155.117.85.137 | 155.117.85.0/24 | AS32167 | LSHIY-USER-CONTENT - LSHIY LLC | HK |
| 155.117.85.138 | 155.117.85.0/24 | AS32167 | LSHIY-USER-CONTENT - LSHIY LLC | HK |
| 199.7.140.216 | 199.7.140.0/24 | AS979 | NETLAB-SDN - NetLab Global | US |
| 199.7.140.93 | 199.7.140.0/24 | AS979 | NETLAB-SDN - NetLab Global | US |
| 23.145.248.22 | 23.145.248.0/24 | AS209242 | — | US |
| 91.192.107.29 | 91.192.107.0/24 | AS211392 | — | GB |
| 98.142.241.148 | 98.142.241.0/24 | AS979 | NETLAB-SDN - NetLab Global | CN |
WHOIS identity
No WHOIS records are currently associated with mpe.codax.site in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from mpe.codax.site.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mpe.codax.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.