Hostname
bluekey.gr
Last fetched
bluekey.gr resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
bluekey.gr 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.138.26.125 | 108.138.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.138.26.2 | 108.138.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.138.26.41 | 108.138.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.138.26.76 | 108.138.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.139.86.17 | 108.139.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 108.139.86.70 | 108.139.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 108.139.86.86 | 108.139.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 108.139.86.90 | 108.139.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 3.160.170.12 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.160.170.14 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.160.170.47 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.160.170.56 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
WHOIS identity
No WHOIS records are currently associated with bluekey.gr in WhisperGraph.
Subdomains
1 observed subdomain of bluekey.gr.
| Subdomain |
|---|
| www.bluekey.gr |
Web-graph footprint
Distinct hostnames that link to or from bluekey.gr in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for bluekey.gr.
| Mechanism | Target |
|---|---|
| SPF_A | bluekey.gr |
| SPF_INCLUDE | amazon.ses |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | bluekey.gr |
Related pages
Pivot deeper into the graph from bluekey.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bluekey.gr"})-[: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.