Hostname
hl.at
Last fetched
hl.at resolves to 1 IPv4 address operated by MMC-AT-AS Muehlgasse 14E in AT.
Nutrition Label
Resolution chain
hl.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.108.35.136 | 212.108.32.0/19 | AS12577 | MMC-AT-AS Muehlgasse 14E | AT |
WHOIS identity
No WHOIS records are currently associated with hl.at in WhisperGraph.
Subdomains
9 observed subdomains of hl.at.
Web-graph footprint
Distinct hostnames that link to or from hl.at in the public web crawl.
8 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for hl.at.
| Mechanism | Target |
|---|---|
| SPF_A | spf.edis.at |
| SPF_INCLUDE | mailing.sagedpw.at |
| SPF_INCLUDE | mymailwall.com |
| SPF_INCLUDE | spf.crsend.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.104.82.0/24 |
| SPF_IP | 193.228.122.60/32 |
| SPF_IP | 193.228.122.61/32 |
| SPF_IP | 212.108.34.242 |
| SPF_IP | 212.108.37.42 |
| SPF_IP | 82.218.135.147 |
| SPF_MX | hl.at |
Related pages
Pivot deeper into the graph from hl.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hl.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.