Hostname
catraspa.com
Last fetched
catraspa.com resolves to 2 IPv4 addresses operated by AS21454 in IT. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
catraspa.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 |
|---|---|---|---|---|
| 188.214.198.8 | 188.214.198.0/24 | AS21454 | — | IT |
| 95.110.154.41 | 95.110.144.0/20 | AS31034 | — | IT |
WHOIS identity
- Registrar
- iana:146
- Organization
- catra spa
- Contact emails
Subdomains
4 observed subdomains of catraspa.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for catraspa.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail2.grinfor.it |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 188.214.198.0/24 |
| SPF_IP | 31.198.30.16/29 |
| SPF_IP | 80.20.34.243/32 |
| SPF_IP | 80.252.226.64/27 |
| SPF_IP | 80.252.233.138/32 |
| SPF_IP | 81.174.62.201/32 |
| SPF_IP | 85.36.207.204/29 |
Related pages
Pivot deeper into the graph from catraspa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "catraspa.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.