Hostname
schweizer-optik.de
Last fetched
schweizer-optik.de resolves to 1 IPv4 address operated by AS61157 in DE.
Nutrition Label
Resolution chain
schweizer-optik.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 |
|---|---|---|---|---|
| 62.138.208.89 | 62.138.208.0/23 | AS61157 | — | DE |
WHOIS identity
No WHOIS records are currently associated with schweizer-optik.de in WhisperGraph.
Subdomains
9 observed subdomains of schweizer-optik.de.
Web-graph footprint
Distinct hostnames that link to or from schweizer-optik.de in the public web crawl.
155 sites link to this hostname.
41 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for schweizer-optik.de.
| Mechanism | Target |
|---|---|
| SPF_A | schweizer-optik.de |
| SPF_INCLUDE | kundenmailing.net |
| SPF_INCLUDE | spf-mailsrv.qualitycrew.de |
| SPF_INCLUDE | spf.dc-cluster.de |
| SPF_INCLUDE | spf.schweizer-admin.de |
| SPF_IP | 80.190.194.137/32 |
| SPF_IP | 80.190.194.38/32 |
| SPF_IP | 80.190.194.40/32 |
| SPF_MX | schweizer-optik.de |
Related pages
Pivot deeper into the graph from schweizer-optik.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "schweizer-optik.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.