Hostname
imp.ac.at
Last fetched
imp.ac.at resolves to 1 IPv4 address operated by TMA Magenta Telekom in AT.
Nutrition Label
Resolution chain
imp.ac.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 |
|---|---|---|---|---|
| 62.99.255.4 | 62.99.192.0/18 | AS8412 | TMA Magenta Telekom | AT |
WHOIS identity
- Registrar
- —
- Organization
- research institute of molecular pathology
- Contact emails
Subdomains
52 observed subdomains of imp.ac.at.
Showing 25 of 52. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from imp.ac.at in the public web crawl.
344 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for imp.ac.at.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.oeaw.ac.at |
| SPF_EXISTS | %{i}.spf.hc585-53.c3s2.iphmx.com |
| SPF_INCLUDE | _spf-dc55.sapsf.eu |
| SPF_INCLUDE | _spf.cna.at |
| SPF_INCLUDE | _spf.reteach.io |
| SPF_INCLUDE | mailing.sagedpw.at |
| SPF_INCLUDE | raiffeisen.email |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | grz.at |
Related pages
Pivot deeper into the graph from imp.ac.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "imp.ac.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.