Hostname
limpartial.ch
Last fetched
limpartial.ch resolves to 1 IPv4 address operated by AS29222 in CH.
Nutrition Label
Resolution chain
limpartial.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 |
|---|---|---|---|---|
| 84.16.68.184 | 84.16.64.0/19 | AS29222 | — | CH |
WHOIS identity
- Registrar
- —
- Organization
- snp
- Contact emails
- —
Subdomains
6 observed subdomains of limpartial.ch.
Web-graph footprint
Distinct hostnames that link to or from limpartial.ch in the public web crawl.
21 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for limpartial.ch.
| Mechanism | Target |
|---|---|
| SPF_A | limpartial.ch |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.247.219.160/32 |
| SPF_IP | 212.147.109.18/32 |
| SPF_IP | 212.147.109.20/32 |
| SPF_IP | 212.243.225.74/32 |
| SPF_IP | 84.16.68.109/32 |
| SPF_IP | 84.16.68.110/32 |
| SPF_IP | 84.16.68.111/32 |
| SPF_IP | 84.16.68.112/32 |
| SPF_IP | 84.16.68.90/32 |
| SPF_MX | limpartial.ch |
Related pages
Pivot deeper into the graph from limpartial.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "limpartial.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.