Hostname
cbhou.com
Last fetched
cbhou.com resolves to 4 IPv4 addresses operated by AKAMAI-ASN1 in SG. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
cbhou.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.55.44.110 | 23.55.44.0/24 | AS20940 | AKAMAI-ASN1 | SG |
| 23.55.44.113 | 23.55.44.0/24 | AS20940 | AKAMAI-ASN1 | SG |
| 79.140.95.49 | 79.140.80.0/20 | AS6762 | SEABONE-NET TELECOM ITALIA SPARKLE S.p.A. | IT |
| 79.140.95.83 | 79.140.80.0/20 | AS6762 | SEABONE-NET TELECOM ITALIA SPARKLE S.p.A. | IT |
WHOIS identity
- Registrar
- iana:2
- Organization
- central bank
- Contact emails
Subdomains
9 observed subdomains of cbhou.com.
Web-graph footprint
Distinct hostnames that link to or from cbhou.com in the public web crawl.
54 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for cbhou.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.rpost.net |
| SPF_INCLUDE | spf1.cbhou.com |
| SPF_INCLUDE | spf2.cbhou.com |
| SPF_IP | 163.47.180.0/22 |
| SPF_IP | 174.46.55.226 |
| SPF_IP | 174.47.132.162 |
| SPF_IP | 208.81.32.0/24 |
| SPF_IP | 208.81.34.0/24 |
| SPF_IP | 209.34.255.0/24 |
| SPF_IP | 44.214.246.148/32 |
| SPF_MX | cbhou.com |
Related pages
Pivot deeper into the graph from cbhou.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cbhou.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.