Hostname
dynalogical.dev
Last fetched
dynalogical.dev resolves to 2 IPv4 addresses operated by AS206921 in NL. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
dynalogical.dev 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 |
|---|---|---|---|---|
| 151.240.10.121 | 151.240.10.0/24 | AS206921 | — | NL |
| 45.90.14.39 | 45.90.14.0/24 | AS212477 | — | NL |
WHOIS identity
- Registrar
- iana:269
- Organization
- dynalogical
- Contact emails
Subdomains
99 observed subdomains of dynalogical.dev.
Showing 25 of 99. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dynalogical.dev in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for dynalogical.dev.
| Mechanism | Target |
|---|---|
| SPF_A | dynalogical.dev |
| SPF_INCLUDE | filter-out.zxcs.nl |
| SPF_IP | 185.104.29.142 |
| SPF_IP | 2a06:2ec0:1:0:0:0:0:153 |
| SPF_MX | dynalogical.dev |
Related pages
Pivot deeper into the graph from dynalogical.dev.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dynalogical.dev"})-[: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.