Hostname
ericbertran.cat
Last fetched
ericbertran.cat resolves to 1 IPv4 address operated by AS203280 in ES. WHOIS lists iana:1407 as the registrar.
Nutrition Label
Resolution chain
ericbertran.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 |
|---|---|---|---|---|
| 185.140.32.44 | 185.140.32.0/24 | AS203280 | — | ES |
WHOIS identity
- Registrar
- iana:1407
- Organization
- eric bertran
- Contact emails
Subdomains
9 observed subdomains of ericbertran.cat.
Web-graph footprint
Distinct hostnames that link to or from ericbertran.cat in the public web crawl.
10 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
- ericbertran.cat
SPF policy
7 SPF mechanisms authorising senders for ericbertran.cat.
| Mechanism | Target |
|---|---|
| SPF_A | ericbertran.cat |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 185.140.32.29 |
| SPF_IP | 185.140.32.44 |
| SPF_IP | 185.140.32.73 |
| SPF_IP | 185.140.32.75 |
| SPF_MX | ericbertran.cat |
Related pages
Pivot deeper into the graph from ericbertran.cat.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ericbertran.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.