Hostname
v4k.at
Last fetched
v4k.at resolves to 1 IPv4 address operated by AS48943 in AT.
Nutrition Label
Resolution chain
v4k.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 |
|---|---|---|---|---|
| 185.254.141.84 | 185.254.140.0/22 | AS48943 | — | AT |
WHOIS identity
No WHOIS records are currently associated with v4k.at in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from v4k.at in the public web crawl.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for v4k.at.
| Mechanism | Target |
|---|---|
| SPF_A | v4k.at |
| SPF_IP | 185.254.140.16/28 |
| SPF_IP | 94.136.24.224/27 |
| SPF_MX | v4k.at |
Related pages
Pivot deeper into the graph from v4k.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "v4k.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.