Hostname
hitus.at
Last fetched
hitus.at is a registered hostname under the .at top-level domain. Live infrastructure data is temporarily unavailable; refresh in a moment.
Nutrition Label
Resolution chain
Resolution chain data is temporarily unavailable. Refresh in a moment to retry.
WHOIS identity
No WHOIS records are currently associated with hitus.at in WhisperGraph.
Subdomains
7 observed subdomains of hitus.at.
Threat posture
History
Mail and authentication
MX records
- hitus.at
SPF policy
11 SPF mechanisms authorising senders for hitus.at.
| Mechanism | Target |
|---|---|
| SPF_A | hitus.at |
| SPF_IP | 131.153.101.26 |
| SPF_IP | 167.114.209.75 |
| SPF_IP | 169.197.143.195 |
| SPF_IP | 169.197.143.226 |
| SPF_IP | 172.111.38.159 |
| SPF_IP | 23.150.248.202 |
| SPF_IP | 38.143.66.157 |
| SPF_IP | 38.91.100.112 |
| SPF_IP | 38.91.100.213 |
| SPF_MX | hitus.at |
Related pages
Pivot deeper into the graph from hitus.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hitus.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.