Hostname
chaz.com.co
Last fetched
chaz.com.co resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
chaz.com.co 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 |
|---|---|---|---|---|
| 144.76.108.61 | 144.76.0.0/16 | AS24940 | — | DE |
| 88.223.84.18 | 88.223.80.0/21 | AS47583 | — | US |
WHOIS identity
No WHOIS records are currently associated with chaz.com.co in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- chaz.com.co
- mx1.titan.email
- mx2.titan.email
SPF policy
4 SPF mechanisms authorising senders for chaz.com.co.
| Mechanism | Target |
|---|---|
| SPF_A | chaz.com.co |
| SPF_INCLUDE | spf.titan.email |
| SPF_IP | 144.76.108.61 |
| SPF_MX | chaz.com.co |
Related pages
Pivot deeper into the graph from chaz.com.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "chaz.com.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.