Hostname
stage12.at
Last fetched
stage12.at resolves to 2 IPv4 addresses operated by AS47447 in DE. WHOIS lists registrar:absolutinternet gmbh as the registrar.
Nutrition Label
Resolution chain
stage12.at resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 212.83.36.199 | 212.83.32.0/19 | AS47447 | — | DE |
| 91.98.181.189 | 91.98.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- registrar:absolutinternet gmbh
- Organization
- —
- Contact emails
Subdomains
5 observed subdomains of stage12.at.
Web-graph footprint
Distinct hostnames that link to or from stage12.at in the public web crawl.
62 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for stage12.at.
| Mechanism | Target |
|---|---|
| SPF_A | stage12.at |
| SPF_INCLUDE | spf.net.vioma.de |
| SPF_MX | stage12.at |
Related pages
Pivot deeper into the graph from stage12.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stage12.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.