Hostname
austriatech.at
Last fetched
austriatech.at resolves to 1 IPv4 address operated by NEXTLAYER-AS in AT. WHOIS lists registrar:ledl.net gmbh as the registrar.
Nutrition Label
Resolution chain
austriatech.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 |
|---|---|---|---|---|
| 185.106.248.181 | 185.106.248.0/22 | AS1764 | NEXTLAYER-AS | AT |
WHOIS identity
- Registrar
- registrar:ledl.net gmbh
- Organization
- austriatech
- Contact emails
- —
Subdomains
25 observed subdomains of austriatech.at.
Web-graph footprint
Distinct hostnames that link to or from austriatech.at in the public web crawl.
186 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for austriatech.at.
| Mechanism | Target |
|---|---|
| SPF_A | atech-web01.austriatech.at |
| SPF_A | atech-web03.austriatech.at |
| SPF_A | austriatech.at |
| SPF_A | email.iqsol.at |
| SPF_A | email.steurer.cc |
| SPF_A | newsletter.austriatech.at |
| SPF_INCLUDE | _spf.eventmaker.at |
| SPF_INCLUDE | spf.hornetsecurity.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 213.47.189.236 |
| SPF_MX | austriatech.at |
Related pages
Pivot deeper into the graph from austriatech.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "austriatech.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.