Hostname
teia.cat
Last fetched
teia.cat resolves to 1 IPv4 address operated by AS3352 in ES. WHOIS lists iana:1403 as the registrar.
Nutrition Label
Resolution chain
teia.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 |
|---|---|---|---|---|
| 2.139.202.125 | 2.139.0.0/16 | AS3352 | — | ES |
WHOIS identity
- Registrar
- iana:1403
- Organization
- ajuntament de teia
- Contact emails
- —
Subdomains
19 observed subdomains of teia.cat.
Showing 17 of 19. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from teia.cat in the public web crawl.
81 sites link to this hostname.
133 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for teia.cat.
| Mechanism | Target |
|---|---|
| SPF_A | mx1.diba.cat |
| SPF_A | mx11.diba.cat |
| SPF_A | mx12.diba.cat |
| SPF_A | mx13.diba.cat |
| SPF_A | mx2.diba.cat |
| SPF_A | mx3.diba.cat |
| SPF_A | mx6.diba.cat |
| SPF_A | mx7.diba.cat |
| SPF_A | mx8.diba.cat |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 2.139.202.125 |
Related pages
Pivot deeper into the graph from teia.cat.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "teia.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.