Hostname
hse.at
Last fetched
hse.at resolves to 6 IPv4 addresses operated by AS20940 in DE. WHOIS lists registrar:eurodns sa as the registrar.
Nutrition Label
Resolution chain
hse.at resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- registrar:eurodns sa
- Organization
- domains hse
- Contact emails
Subdomains
7 observed subdomains of hse.at.
Web-graph footprint
Distinct hostnames that link to or from hse.at in the public web crawl.
13 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for hse.at.
| Mechanism | Target |
|---|---|
| SPF_A | hse.at |
| SPF_A | mx01.rexx-systems.de |
| SPF_INCLUDE | _spf.general.transactional-mail-a.com |
| SPF_INCLUDE | inxserver.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.215.216.0/24 |
| SPF_IP | 185.215.217.0/24 |
| SPF_IP | 185.93.143.0/26 |
| SPF_IP | 193.28.100.68/32 |
Related pages
Pivot deeper into the graph from hse.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hse.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.