Hostname
otto.at
Last fetched
otto.at resolves to 1 IPv4 address operated by NESSUS in AT. WHOIS lists registrar:internetx gmbh as the registrar.
Nutrition Label
Resolution chain
otto.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 |
|---|---|---|---|---|
| 146.255.58.39 | 146.255.56.0/21 | AS47692 | NESSUS | AT |
WHOIS identity
- Registrar
- registrar:internetx gmbh
- Organization
- dr. eugen otto
- Contact emails
- —
Subdomains
24 observed subdomains of otto.at.
Showing 21 of 24. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from otto.at in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for otto.at.
| Mechanism | Target |
|---|---|
| SPF_A | smg.itkn.at |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 167.89.80.37 |
| SPF_IP | 193.228.122.60/32 |
| SPF_IP | 193.228.122.61/32 |
| SPF_IP | 193.41.201.0/24 |
| SPF_IP | 195.234.19.0/24 |
| SPF_IP | 31.12.4.11 |
| SPF_IP | 95.130.253.0/24 |
| SPF_MX | otto.at |
Related pages
Pivot deeper into the graph from otto.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "otto.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.