Hostname
_netblocks.textkernel.nl
Last fetched
_netblocks.textkernel.nl resolves to 6 IPv4 addresses operated by AS1136 in NL.
Nutrition Label
Resolution chain
_netblocks.textkernel.nl resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
No WHOIS records are currently associated with _netblocks.textkernel.nl in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for _netblocks.textkernel.nl.
| Mechanism | Target |
|---|---|
| SPF_IP | 149.72.206.5/32 |
| SPF_IP | 154.59.90.0/24 |
| SPF_IP | 185.6.160.0/24 |
| SPF_IP | 199.244.252.240/28 |
| SPF_IP | 212.46.109.96/27 |
| SPF_IP | 216.52.191.168/29 |
| SPF_IP | 64.57.249.32/28 |
| SPF_IP | 92.111.75.232/29 |
| SPF_IP | 95.97.246.56/29 |
Related pages
Pivot deeper into the graph from _netblocks.textkernel.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "_netblocks.textkernel.nl"})-[: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.