Hostname
internal-admin.turningtechnologies.eu
Last fetched
internal-admin.turningtechnologies.eu resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BG.
Nutrition Label
Resolution chain
internal-admin.turningtechnologies.eu 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 |
|---|---|---|---|---|
| 18.244.87.110 | 18.244.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.244.87.24 | 18.244.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.244.87.41 | 18.244.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.244.87.7 | 18.244.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.65.185.114 | 18.65.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.65.185.117 | 18.65.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.65.185.30 | 18.65.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.65.185.9 | 18.65.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
No WHOIS records are currently associated with internal-admin.turningtechnologies.eu in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from internal-admin.turningtechnologies.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "internal-admin.turningtechnologies.eu"})-[: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.