Hostname
compositesworld.com
Last fetched
compositesworld.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
compositesworld.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 166.117.123.145 | 166.117.112.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 166.117.206.215 | 166.117.192.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of compositesworld.com owner
- Contact emails
- dnsrole@gardnerweb.com
- 105b44c4-a7b9-4ffd-b2ce-649861983bd9@identity-protect.org
- 19873eca-cf9d-4716-917f-1ef06ab05b82@identity-protect.org
- 2b5bd7fd-f6be-4650-842a-71c9dcf0a7b7@identity-protect.org
- 6cb7efa2-8f9e-4a43-b6bd-66a3ba83c6a8@identity-protect.org
- 7936c87d-5fed-45e6-bea0-e1c1d84c0d05@identity-protect.org
- 8f3e787c-bdb0-42e2-b47c-374612ff3f19@identity-protect.org
- b0ccdcc8-9110-499d-ab5f-44f18db2959c@identity-protect.org
Subdomains
3 observed subdomains of compositesworld.com.
Web-graph footprint
Distinct hostnames that link to or from compositesworld.com in the public web crawl.
1,370 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for compositesworld.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 52.204.131.92 |
| SPF_IP | 66.117.230.224/28 |
| SPF_IP | 66.192.79.0/24 |
| SPF_IP | 74.83.140.120/29 |
Related pages
Pivot deeper into the graph from compositesworld.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "compositesworld.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.