Hostname
enit.at
Last fetched
enit.at resolves to 1 IPv4 address operated by AS202516 in AT. WHOIS lists registrar:web-crossing gmbh as the registrar.
Nutrition Label
Resolution chain
enit.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 |
|---|---|---|---|---|
| 193.58.164.12 | 193.58.164.0/22 | AS202516 | — | AT |
WHOIS identity
- Registrar
- registrar:web-crossing gmbh
- Organization
- italienische zentrale fuer tourismus enit
- Contact emails
- —
Subdomains
7 observed subdomains of enit.at.
Web-graph footprint
Distinct hostnames that link to or from enit.at in the public web crawl.
29 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for enit.at.
| Mechanism | Target |
|---|---|
| SPF_A | enit.at |
| SPF_A | mail.your-server.de |
| SPF_A | sslproxy01.your-server.de |
| SPF_A | sslproxy02.your-server.de |
| SPF_A | sslproxy03.your-server.de |
| SPF_A | sslproxy04.your-server.de |
| SPF_INCLUDE | spf.mail.webhome.at |
| SPF_IP | 78.47.63.75 |
| SPF_MX | enit.at |
Related pages
Pivot deeper into the graph from enit.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "enit.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.