Hostname
o.co
Last fetched
o.co resolves to 8 IPv4 addresses operated by AKAMAI-ASN1 in DE.
Nutrition Label
Resolution chain
o.co 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 |
|---|---|---|---|---|
| 104.126.37.131 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.186 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 23.200.143.70 | 23.200.143.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 23.200.143.83 | 23.200.143.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 23.222.250.241 | 23.222.250.0/24 | AS20940 | AKAMAI-ASN1 | FR |
| 23.222.250.242 | 23.222.250.0/24 | AS20940 | AKAMAI-ASN1 | FR |
| 23.36.162.202 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.210 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | 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 o.co in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for o.co.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfa.cpmails.com |
| SPF_IP | 173.241.144.0/20 |
| SPF_IP | 18.217.82.134/32 |
| SPF_IP | 35.169.47.31/32 |
| SPF_IP | 52.8.140.255/32 |
| SPF_IP | 54.164.132.26/32 |
| SPF_IP | 65.116.112.0/21 |
Related pages
Pivot deeper into the graph from o.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "o.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.