Hostname
belkaw.de
Last fetched
belkaw.de resolves to 1 IPv4 address operated by NETCOLOGNE - NetCologne Gesellschaft fur Telekommunikation mbH in DE.
Nutrition Label
Resolution chain
belkaw.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 |
|---|---|---|---|---|
| 87.79.4.158 | 87.78.0.0/15 | AS8422 | NETCOLOGNE - NetCologne Gesellschaft fur Telekommunikation mbH | DE |
WHOIS identity
No WHOIS records are currently associated with belkaw.de in WhisperGraph.
Subdomains
16 observed subdomains of belkaw.de.
Web-graph footprint
Distinct hostnames that link to or from belkaw.de in the public web crawl.
62 sites link to this hostname.
46 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
16 SPF mechanisms authorising senders for belkaw.de.
| Mechanism | Target |
|---|---|
| SPF_A | belkaw.de |
| SPF_INCLUDE | spf-00818001.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfa.myconvento.com |
| SPF_IP | 144.76.146.242 |
| SPF_IP | 145.14.231.6/32 |
| SPF_IP | 178.212.73.50/32 |
| SPF_IP | 193.158.93.136/32 |
| SPF_IP | 193.158.93.155 |
| SPF_IP | 195.245.64.80 |
| SPF_IP | 195.245.64.81 |
| SPF_IP | 195.245.65.145 |
| SPF_IP | 195.245.65.146 |
| SPF_IP | 212.184.19.87/32 |
| SPF_IP | 212.184.19.94 |
| SPF_MX | belkaw.de |
Related pages
Pivot deeper into the graph from belkaw.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "belkaw.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.