Hostname
sys-host.at
Last fetched
sys-host.at resolves to 1 IPv4 address operated by AS209050 in AT. WHOIS lists registrar:easyname gmbh as the registrar.
Nutrition Label
Resolution chain
sys-host.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 |
|---|---|---|---|---|
| 5.183.217.86 | 5.183.216.0/22 | AS209050 | — | AT |
WHOIS identity
- Registrar
- registrar:easyname gmbh
- Organization
- —
- Contact emails
- —
Subdomains
26 observed subdomains of sys-host.at.
Showing 21 of 26. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for sys-host.at.
| Mechanism | Target |
|---|---|
| SPF_A | sys-host.at |
| SPF_INCLUDE | spf.easyname.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 116.203.114.141/32 |
| SPF_IP | 135.181.31.20/32 |
| SPF_IP | 159.69.94.61/32 |
| SPF_IP | 217.74.9.16/28 |
| SPF_IP | 2a02:1b8:10:68::/64 |
| SPF_MX | sys-host.at |
Related pages
Pivot deeper into the graph from sys-host.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sys-host.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.