Hostname
gre6.com
Last fetched
gre6.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
gre6.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 |
|---|---|---|---|---|
| 3.167.212.102 | 3.167.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.212.31 | 3.167.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.212.66 | 3.167.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.212.97 | 3.167.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.193.31 | 52.85.192.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.193.6 | 52.85.192.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.193.64 | 52.85.192.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.193.65 | 52.85.192.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of gre6.com owner
- Contact emails
- manager@gre6.com
- 0c2c940f-9689-4b1e-b8dd-0e0592cce9c7@identity-protect.org
- 1090f655-21fb-43b8-a4de-23ba733296ef@identity-protect.org
- 21c5454b-aa6d-4652-91f9-e38467cdf3a7@identity-protect.org
- 6d05c278-7165-4f17-aaea-ac18123d0810@identity-protect.org
- cbf52195-ad70-4ba1-93f1-c48cad3f5582@identity-protect.org
- dfc3ec8e-90db-440e-9726-635a49d12d92@identity-protect.org
- f054d27f-253c-40df-8b5d-e7f705ff865d@identity-protect.org
Subdomains
1 observed subdomain of gre6.com.
| Subdomain |
|---|
| www.gre6.com |
Web-graph footprint
Distinct hostnames that link to or from gre6.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for gre6.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.odoo.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from gre6.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gre6.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.