Hostname
doris.at
Last fetched
doris.at resolves to 1 IPv4 address operated by LAND-OOE Rechenzentrum in AT. WHOIS lists registrar:a1 telekom austria ag as the registrar.
Nutrition Label
Resolution chain
doris.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 |
|---|---|---|---|---|
| 194.48.48.75 | 194.48.32.0/19 | AS12991 | LAND-OOE Rechenzentrum | AT |
WHOIS identity
- Registrar
- registrar:a1 telekom austria ag
- Organization
- amt der ooe landesregierung
- Contact emails
Subdomains
16 observed subdomains of doris.at.
Web-graph footprint
Distinct hostnames that link to or from doris.at in the public web crawl.
153 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for doris.at.
| Mechanism | Target |
|---|---|
| SPF_IP | 194.48.60.0/24 |
| SPF_IP | 194.48.61.0/24 |
Related pages
Pivot deeper into the graph from doris.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "doris.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.