Hostname
uniopt.at
Last fetched
uniopt.at resolves to 1 IPv4 address operated by AS62363 in AT.
Nutrition Label
Resolution chain
uniopt.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 |
|---|---|---|---|---|
| 193.104.55.26 | 193.104.55.0/24 | AS62363 | — | AT |
WHOIS identity
No WHOIS records are currently associated with uniopt.at in WhisperGraph.
Subdomains
1 observed subdomain of uniopt.at.
| Subdomain |
|---|
| www.uniopt.at |
Web-graph footprint
Distinct hostnames that link to or from uniopt.at in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for uniopt.at.
| Mechanism | Target |
|---|---|
| SPF_A | uniopt.at |
| SPF_INCLUDE | _spf.cmail.ondemand.com |
| SPF_INCLUDE | _spf.itandtel.at |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | shops.shopify.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 128.204.132.148/32 |
| SPF_IP | 185.38.171.149/32 |
| SPF_IP | 185.38.171.194 |
| SPF_IP | 193.104.55.1/27 |
| SPF_IP | 52.157.149.216/32 |
| SPF_MX | uniopt.at |
Related pages
Pivot deeper into the graph from uniopt.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uniopt.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.