Hostname
chatous.com
Last fetched
chatous.com resolves to 2 IPv4 addresses operated by CSTL - Castle Global Inc. in US. WHOIS lists iana:83 as the registrar.
Nutrition Label
Resolution chain
chatous.com 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 |
|---|---|---|---|---|
| 199.83.232.220 | 199.83.232.0/23 | AS36321 | CSTL - Castle Global Inc. | US |
| 199.83.232.221 | 199.83.232.0/23 | AS36321 | CSTL - Castle Global Inc. | US |
WHOIS identity
- Registrar
- iana:83
- Organization
- 1&1 internet
- Contact emails
Subdomains
4 observed subdomains of chatous.com.
Web-graph footprint
Distinct hostnames that link to or from chatous.com in the public web crawl.
128 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for chatous.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 199.83.232.94 |
| SPF_IP | 199.83.232.95 |
| SPF_IP | 54.208.111.184 |
Related pages
Pivot deeper into the graph from chatous.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "chatous.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.