Hostname
colu.com
Last fetched
colu.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR.
Nutrition Label
Resolution chain
colu.com 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 |
|---|---|---|---|---|
| 143.204.194.31 | 143.204.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 143.204.194.53 | 143.204.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 143.204.194.61 | 143.204.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 143.204.194.7 | 143.204.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 18.244.102.68 | 18.244.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.102.70 | 18.244.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.102.76 | 18.244.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.102.87 | 18.244.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.18.18 | 18.244.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.244.18.31 | 18.244.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.244.18.63 | 18.244.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.244.18.69 | 18.244.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from colu.com in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for colu.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | smtp.freshdesk.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.tipalti.com |
| SPF_IP | 44.193.121.189 |
| SPF_IP | 52.73.203.75/32 |
Related pages
Pivot deeper into the graph from colu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "colu.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.