Hostname
to.co
Last fetched
to.co resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
to.co 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.157.214.105 | 108.157.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 108.157.214.40 | 108.157.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 108.157.214.7 | 108.157.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 108.157.214.70 | 108.157.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 13.226.2.129 | 0.0.0.0/0 | AS64073 | — | IN |
| 13.226.2.19 | 0.0.0.0/0 | AS64073 | — | IN |
| 13.226.2.47 | 0.0.0.0/0 | AS64073 | — | IN |
| 13.226.2.9 | 0.0.0.0/0 | AS64073 | — | IN |
| 18.165.242.10 | 18.165.242.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.242.17 | 18.165.242.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.242.23 | 18.165.242.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.242.38 | 18.165.242.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
- Registrar
- iana:146
- Organization
- .co internet s.a.s.
- Contact emails
Subdomains
103 observed subdomains of to.co.
Web-graph footprint
Distinct hostnames that link to or from to.co in the public web crawl.
5 sites link to this hostname.
17 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for to.co.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | eu.transmail.net |
| SPF_INCLUDE | spf.zoho.eu |
Related pages
Pivot deeper into the graph from to.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "to.co"})-[: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.