Hostname
texelana.de
Last fetched
texelana.de resolves to 1 IPv4 address operated by TRANSIP-AS - Signet B.V. in NL.
Nutrition Label
Resolution chain
texelana.de 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 |
|---|---|---|---|---|
| 37.97.149.101 | 37.98.96.0/21 | AS20857 | TRANSIP-AS - Signet B.V. | NL |
WHOIS identity
No WHOIS records are currently associated with texelana.de in WhisperGraph.
Subdomains
2 observed subdomains of texelana.de.
| Subdomain |
|---|
| mail.texelana.de |
| www.texelana.de |
Web-graph footprint
Distinct hostnames that link to or from texelana.de in the public web crawl.
5 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for texelana.de.
| Mechanism | Target |
|---|---|
| SPF_A | protection.outlook.com |
| SPF_INCLUDE | _spf.transip.email |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 37.128.144.183/32 |
| SPF_IP | 5.22.252.61/32 |
| SPF_IP | 82.151.47.202/32 |
| SPF_IP | 82.151.48.186/32 |
| SPF_IP | 82.151.57.215/32 |
| SPF_IP | 84.243.248.197/32 |
| SPF_IP | 84.84.63.213 |
| SPF_IP | 84.85.144.1/32 |
| SPF_IP | 93.119.13.213/32 |
Related pages
Pivot deeper into the graph from texelana.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "texelana.de"})-[: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.