Hostname
impacte.cat
Last fetched
impacte.cat resolves to 1 IPv4 address operated by AS15699 in ES. WHOIS lists iana:1383 as the registrar.
Nutrition Label
Resolution chain
impacte.cat resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 212.36.95.194 | 212.36.64.0/19 | AS15699 | — | ES |
WHOIS identity
- Registrar
- iana:1383
- Organization
- impacte serveis informatics integrals
- Contact emails
Subdomains
2 observed subdomains of impacte.cat.
| Subdomain |
|---|
| mail.impacte.cat |
| www.impacte.cat |
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for impacte.cat.
| Mechanism | Target |
|---|---|
| SPF_A | impacte.cat |
| SPF_INCLUDE | spf.tuemailmarketing.com |
| SPF_IP | 178.23.213.87/32 |
| SPF_IP | 77.246.181.224/27 |
| SPF_IP | 87.216.181.204/32 |
| SPF_MX | impacte.cat |
Related pages
Pivot deeper into the graph from impacte.cat.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "impacte.cat"})-[: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.