Hostname
bigler.ch
Last fetched
bigler.ch resolves to 1 IPv4 address operated by HETZNER-AS in DE.
Nutrition Label
Resolution chain
bigler.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 |
|---|---|---|---|---|
| 88.99.98.200 | 88.99.0.0/16 | AS24940 | HETZNER-AS | DE |
WHOIS identity
- Registrar
- —
- Organization
- bigler ag fleischwaren
- Contact emails
- —
Subdomains
19 observed subdomains of bigler.ch.
Web-graph footprint
Distinct hostnames that link to or from bigler.ch in the public web crawl.
79 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for bigler.ch.
| Mechanism | Target |
|---|---|
| SPF_A | bigler.ch |
| SPF_A | mx01.rexx-systems.de |
| SPF_INCLUDE | spf.protection.outlook.de |
| SPF_IP | 109.164.250.134 |
| SPF_IP | 212.243.149.234 |
| SPF_IP | 212.243.149.238 |
| SPF_IP | 213.221.250.120 |
| SPF_IP | 52.29.100.147/32 |
| SPF_IP | 52.58.166.242/32 |
| SPF_IP | 88.99.98.200 |
| SPF_IP | 94.140.18.128/26 |
| SPF_MX | bigler.ch |
Related pages
Pivot deeper into the graph from bigler.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bigler.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.