Hostname
colo.co.id
Last fetched
colo.co.id resolves to 2 IPv4 addresses operated by AS-VULTR - The Constant Company, LLC in SG. WHOIS lists iana:1 as the registrar.
Nutrition Label
Resolution chain
colo.co.id 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 |
|---|---|---|---|---|
| 45.32.121.91 | 45.32.96.0/19 | AS20473 | AS-VULTR - The Constant Company, LLC | SG |
| 213.163.200.205 | 213.163.192.0/20 | AS202053 | — | SG |
WHOIS identity
- Registrar
- iana:1
- Organization
- —
- Contact emails
- —
Subdomains
85 observed subdomains of colo.co.id.
Showing 25 of 85. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from colo.co.id in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for colo.co.id.
| Mechanism | Target |
|---|---|
| SPF_A | colo.co.id |
| SPF_IP | 103.251.44.225 |
| SPF_IP | 202.74.238.219 |
| SPF_IP | 202.74.238.221 |
| SPF_IP | 202.74.238.222 |
| SPF_IP | 45.32.121.91 |
| SPF_IP | 45.32.122.115 |
| SPF_IP | 94.237.79.35 |
| SPF_MX | colo.co.id |
Related pages
Pivot deeper into the graph from colo.co.id.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "colo.co.id"})-[: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.