Hostname
oeforst.at
Last fetched
oeforst.at resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
oeforst.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 |
|---|---|---|---|---|
| 34.248.204.215 | 34.248.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with oeforst.at in WhisperGraph.
Subdomains
1 observed subdomain of oeforst.at.
| Subdomain |
|---|
| www.oeforst.at |
Web-graph footprint
Distinct hostnames that link to or from oeforst.at in the public web crawl.
11 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for oeforst.at.
| Mechanism | Target |
|---|---|
| SPF_A | mailgate1.hosting.softline.at |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.w4ymail.at |
| SPF_IP | 194.76.180.121 |
| SPF_IP | 194.76.180.122 |
| SPF_IP | 194.76.180.90 |
| SPF_IP | 194.76.180.91 |
| SPF_IP | 80.120.193.128/27 |
| SPF_IP | 80.123.224.100 |
| SPF_IP | 80.123.224.99 |
| SPF_MX | oeforst.at |
Related pages
Pivot deeper into the graph from oeforst.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oeforst.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.