Hostname
development.byteffekt.nl
Last fetched
development.byteffekt.nl resolves to 2 IPv4 addresses operated by AS202053 in NL.
Nutrition Label
Resolution chain
development.byteffekt.nl resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 109.71.54.104 | 109.71.129.0/24 | AS202053 | — | NL |
| 45.82.191.245 | 45.82.222.0/24 | AS31477 | — | NL |
WHOIS identity
No WHOIS records are currently associated with development.byteffekt.nl in WhisperGraph.
Subdomains
1 observed subdomain of development.byteffekt.nl.
| Subdomain |
|---|
| www.development.byteffekt.nl |
Threat posture
History
Related pages
Pivot deeper into the graph from development.byteffekt.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "development.byteffekt.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.