Hostname
flyer.ch
Last fetched
flyer.ch resolves to 1 IPv4 address operated by AS8758 in CH.
Nutrition Label
Resolution chain
flyer.ch 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 |
|---|---|---|---|---|
| 83.150.63.135 | 83.150.0.0/18 | AS8758 | — | CH |
| 83.150.63.135 | 83.150.0.0/18 | AS8758 | — | CH |
WHOIS identity
- Registrar
- —
- Organization
- biketec
- Contact emails
- —
Subdomains
3 observed subdomains of flyer.ch.
Web-graph footprint
Distinct hostnames that link to or from flyer.ch in the public web crawl.
50 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for flyer.ch.
| Mechanism | Target |
|---|---|
| SPF_A | flyer.ch |
| SPF_INCLUDE | psm.knowbe4.com |
| SPF_INCLUDE | spf.cleverreach.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.refline.ch |
| SPF_INCLUDE | spf2.refline.ch |
| SPF_IP | 195.50.149.32/29 |
| SPF_IP | 212.120.40.208/28 |
| SPF_IP | 212.237.208.211/32 |
| SPF_IP | 212.237.208.225/32 |
| SPF_IP | 212.237.208.238/32 |
| SPF_IP | 81.173.61.71/32 |
| SPF_IP | 87.140.40.204/32 |
| SPF_IP | 91.220.128.16/32 |
Related pages
Pivot deeper into the graph from flyer.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flyer.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.