Hostname
owd.at
Last fetched
owd.at resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists registrar:a1 telekom austria ag as the registrar.
Nutrition Label
Resolution chain
owd.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 |
|---|---|---|---|---|
| 18.158.102.247 | 18.156.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- registrar:a1 telekom austria ag
- Organization
- domain admin
- Contact emails
- —
Subdomains
8 observed subdomains of owd.at.
Web-graph footprint
Distinct hostnames that link to or from owd.at in the public web crawl.
72 sites link to this hostname.
25 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for owd.at.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.siwa.at |
| SPF_IP | 132.145.237.161/32 |
| SPF_IP | 132.145.237.165/32 |
| SPF_IP | 193.104.82.0/24 |
| SPF_IP | 83.64.177.32/27 |
| SPF_IP | 91.90.150.0/24 |
| SPF_IP | 91.90.154.0/24 |
| SPF_MX | owd.at |
Related pages
Pivot deeper into the graph from owd.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "owd.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.