Hostname
oeagg.at
Last fetched
oeagg.at resolves to 1 IPv4 address operated by AS24940 in DE. WHOIS lists registrar:registrygate gmbh as the registrar.
Nutrition Label
Resolution chain
oeagg.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 |
|---|---|---|---|---|
| 49.12.217.93 | 49.12.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- registrar:registrygate gmbh
- Organization
- guenter domian
- Contact emails
- —
Subdomains
24 observed subdomains of oeagg.at.
Showing 15 of 24. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from oeagg.at in the public web crawl.
193 sites link to this hostname.
41 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for oeagg.at.
| Mechanism | Target |
|---|---|
| SPF_A | oeagg.at |
| SPF_IP | 146.255.62.65/26 |
| SPF_IP | 2a01:4f8:1c17:cd90:0:0:0:1 |
| SPF_IP | 2a01:4f8:c012:ad1c:0:0:0:1 |
| SPF_IP | 49.12.217.93 |
| SPF_IP | 78.46.221.85 |
| SPF_MX | oeagg.at |
Related pages
Pivot deeper into the graph from oeagg.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oeagg.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.