Hostname
abk.at
Last fetched
abk.at resolves to 1 IPv4 address operated by EPB in AT. WHOIS lists registrar:t-mobile austria gmbh as the registrar.
Nutrition Label
Resolution chain
abk.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 |
|---|---|---|---|---|
| 194.61.36.15 | 194.61.36.0/24 | AS200383 | EPB | AT |
WHOIS identity
- Registrar
- registrar:t-mobile austria gmbh
- Organization
- ib-data gmbh.
- Contact emails
Subdomains
7 observed subdomains of abk.at.
Web-graph footprint
Distinct hostnames that link to or from abk.at in the public web crawl.
74 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for abk.at.
| Mechanism | Target |
|---|---|
| SPF_A | abk.at |
| SPF_INCLUDE | spf.epbmail.at |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 84.242.10.194 |
| SPF_IP | 91.220.179.0/24 |
Related pages
Pivot deeper into the graph from abk.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "abk.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.