Hostname
aps-systems.ch
Last fetched
aps-systems.ch resolves to 1 IPv4 address operated by SOLNET in CH.
Nutrition Label
Resolution chain
aps-systems.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 |
|---|---|---|---|---|
| 212.101.19.97 | 212.101.0.0/19 | AS9044 | SOLNET | CH |
WHOIS identity
- Registrar
- —
- Organization
- aps systems
- Contact emails
- —
Subdomains
20 observed subdomains of aps-systems.ch.
Web-graph footprint
Distinct hostnames that link to or from aps-systems.ch in the public web crawl.
12 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- aps-systems.ch
- tr1.aps-systems.ch
- tr2.aps-systems.ch
SPF policy
8 SPF mechanisms authorising senders for aps-systems.ch.
| Mechanism | Target |
|---|---|
| SPF_A | aps-systems.ch |
| SPF_IP | 185.16.62.58 |
| SPF_IP | 2001:1680:600:0:0:0:c0a8:500e |
| SPF_IP | 2a01:4f8:c0c:2bde:0:0:0:2 |
| SPF_IP | 2a03:4000:3:14:0:0:0:1 |
| SPF_IP | 94.130.72.240 |
| SPF_MX | aps-systems.ch |
| SPF_MX | haeschmi.ch |
Related pages
Pivot deeper into the graph from aps-systems.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aps-systems.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.