Hostname
menetsattel.ch
Last fetched
menetsattel.ch resolves to 2 IPv4 addresses operated by AS29097 in CH. WHOIS lists iana:1390 as the registrar.
Nutrition Label
Resolution chain
menetsattel.ch 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 |
|---|---|---|---|---|
| 217.26.54.28 | 217.26.48.0/20 | AS29097 | — | CH |
| 5.254.105.55 | 5.254.105.0/24 | AS3223 | — | DE |
WHOIS identity
- Registrar
- iana:1390
- Organization
- lisa menet
- Contact emails
- —
Subdomains
6 observed subdomains of menetsattel.ch.
Web-graph footprint
Distinct hostnames that link to or from menetsattel.ch in the public web crawl.
31 sites link to this hostname.
29 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for menetsattel.ch.
| Mechanism | Target |
|---|---|
| SPF_A | menetsattel.ch |
| SPF_INCLUDE | _spf.ch.seppmail.cloud |
| SPF_INCLUDE | spf.abacuscity.ch |
| SPF_INCLUDE | spf.mail.hostpoint.ch |
| SPF_IP | 5.254.105.55 |
| SPF_MX | menetsattel.ch |
Related pages
Pivot deeper into the graph from menetsattel.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "menetsattel.ch"})-[: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.