Hostname
1todoinst.de
Last fetched
1todoinst.de resolves to 1 IPv4 address operated by AS24940 in FI.
Nutrition Label
Resolution chain
1todoinst.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 |
|---|---|---|---|---|
| 95.217.3.73 | 95.217.0.0/16 | AS24940 | — | FI |
WHOIS identity
No WHOIS records are currently associated with 1todoinst.de in WhisperGraph.
Subdomains
1 observed subdomain of 1todoinst.de.
| Subdomain |
|---|
| www.1todoinst.de |
Web-graph footprint
Distinct hostnames that link to or from 1todoinst.de in the public web crawl.
5 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for 1todoinst.de.
| Mechanism | Target |
|---|---|
| SPF_A | www.alternativnet.de |
| SPF_IP | 116.203.138.113 |
| SPF_IP | 2a01:4f8:c2c:32b6:0:0:0:1 |
| SPF_IP | 2a01:4f9:c010:b4d2::1/64 |
| SPF_IP | 37.27.188.100 |
Related pages
Pivot deeper into the graph from 1todoinst.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "1todoinst.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.