Hostname
28ideas.de
Last fetched
28ideas.de resolves to 2 IPv4 addresses operated by ONE-NETWORK in DE.
Nutrition Label
Resolution chain
28ideas.de 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 |
|---|---|---|---|---|
| 185.3.235.232 | 185.3.235.0/24 | AS8648 | ONE-NETWORK | DE |
| 85.13.147.136 | 85.13.147.0/24 | AS34788 | NMM-AS D - 02742 Friedersdorf Hauptstrasse 68 | DE |
WHOIS identity
No WHOIS records are currently associated with 28ideas.de in WhisperGraph.
Subdomains
1 observed subdomain of 28ideas.de.
| Subdomain |
|---|
| wildcard.28ideas.de |
Web-graph footprint
Distinct hostnames that link to or from 28ideas.de in the public web crawl.
6 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for 28ideas.de.
| Mechanism | Target |
|---|---|
| SPF_A | 28ideas.de |
| SPF_INCLUDE | spf.kasserver.com |
| SPF_MX | 28ideas.de |
Related pages
Pivot deeper into the graph from 28ideas.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "28ideas.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.