Hostname
das.at
Last fetched
das.at resolves to 1 IPv4 address operated by ERGO-AT-AS in AT. WHOIS lists registrar:internetx gmbh as the registrar.
Nutrition Label
Resolution chain
das.at 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 |
|---|---|---|---|---|
| 91.212.46.141 | 91.212.46.0/24 | AS48906 | ERGO-AT-AS | AT |
WHOIS identity
- Registrar
- registrar:internetx gmbh
- Organization
- d.a.s. rechtsschutz
- Contact emails
Subdomains
21 observed subdomains of das.at.
Showing 20 of 21. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from das.at in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for das.at.
| Mechanism | Target |
|---|---|
| SPF_A | mail.ergo-austria.at |
| SPF_A | mail01.ergo-austria.at |
| SPF_INCLUDE | _spf.eventmaker.at |
| SPF_INCLUDE | spf.imc-hosting.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.104.82.0/24 |
| SPF_IP | 193.228.86.27 |
| SPF_IP | 62.218.141.245/32 |
| SPF_IP | 62.40.128.0/24 |
| SPF_IP | 91.212.46.0/24 |
| SPF_MX | das.at |
Related pages
Pivot deeper into the graph from das.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "das.at"})-[: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.