Hostname
whkt.de
Last fetched
whkt.de resolves to 1 IPv4 address operated by AS47147 in AT.
Nutrition Label
Resolution chain
whkt.de 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 |
|---|---|---|---|---|
| 152.53.47.66 | 152.53.44.0/22 | AS47147 | — | AT |
WHOIS identity
No WHOIS records are currently associated with whkt.de in WhisperGraph.
Subdomains
9 observed subdomains of whkt.de.
Web-graph footprint
Distinct hostnames that link to or from whkt.de in the public web crawl.
259 sites link to this hostname.
248 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for whkt.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 130.180.75.106 |
| SPF_IP | 152.53.47.66 |
| SPF_IP | 84.245.154.230 |
Related pages
Pivot deeper into the graph from whkt.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "whkt.de"})-[: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.