Hostname
catsanz.com
Last fetched
catsanz.com resolves to 2 IPv4 addresses operated by ANSONNET-AS-UK in SG. WHOIS lists iana:13 as the registrar.
Nutrition Label
Resolution chain
catsanz.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 |
|---|---|---|---|---|
| 109.106.254.72 | 109.106.252.0/22 | AS47583 | ANSONNET-AS-UK | SG |
| 216.24.57.1 | 216.24.57.0/24 | AS397273 | HR processamentos de dados ltda | US |
WHOIS identity
- Registrar
- iana:13
- Organization
- michael sanz
- Contact emails
Subdomains
1 observed subdomain of catsanz.com.
| Subdomain |
|---|
| www.catsanz.com |
Web-graph footprint
Distinct hostnames that link to or from catsanz.com in the public web crawl.
178 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for catsanz.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.titan.email |
Related pages
Pivot deeper into the graph from catsanz.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "catsanz.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.