Hostname
svs.at
Last fetched
svs.at resolves to 1 IPv4 address operated by AS39879 in AT. WHOIS lists registrar:easyname gmbh as the registrar.
Nutrition Label
Resolution chain
svs.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 |
|---|---|---|---|---|
| 212.183.22.3 | 212.183.22.0/24 | AS39879 | — | AT |
WHOIS identity
- Registrar
- registrar:easyname gmbh
- Organization
- sozialversicherungsanstalt der gewerblichen wirtschaft
- Contact emails
- —
Subdomains
29 observed subdomains of svs.at.
Showing 25 of 29. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from svs.at in the public web crawl.
1,624 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for svs.at.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-sfdc.successfactors.com |
| SPF_IP | 193.228.100.0/24 |
| SPF_IP | 194.153.217.230 |
| SPF_IP | 194.153.217.248 |
| SPF_MX | svs.at |
Related pages
Pivot deeper into the graph from svs.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "svs.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.