Hostname
intersolute.de
Last fetched
intersolute.de resolves to 1 IPv4 address operated by COCHENTEK-AS-UK in DE.
Nutrition Label
Resolution chain
intersolute.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 |
|---|---|---|---|---|
| 91.215.74.39 | 91.215.72.0/22 | AS49609 | COCHENTEK-AS-UK | DE |
WHOIS identity
No WHOIS records are currently associated with intersolute.de in WhisperGraph.
Subdomains
104 observed subdomains of intersolute.de.
Showing 25 of 104. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from intersolute.de in the public web crawl.
66 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for intersolute.de.
| Mechanism | Target |
|---|---|
| SPF_A | intersolute.de |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 62.48.69.250/32 |
| SPF_IP | 80.82.216.224/29 |
| SPF_IP | 85.159.8.0/21 |
| SPF_IP | 91.215.72.0/22 |
| SPF_IP | 91.215.73.141/32 |
| SPF_IP | 91.215.73.186 |
| SPF_IP | 91.215.75.21 |
| SPF_MX | intersolute.de |
Related pages
Pivot deeper into the graph from intersolute.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "intersolute.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.