Hostname
abaclock.ch
Last fetched
abaclock.ch resolves to 2 IPv4 addresses operated by IP-MAX IP-Max SA in CH.
Nutrition Label
Resolution chain
abaclock.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 |
|---|---|---|---|---|
| 62.106.93.47 | 62.106.93.0/24 | AS25091 | IP-MAX IP-Max SA | CH |
| 62.106.93.48 | 62.106.93.0/24 | AS25091 | IP-MAX IP-Max SA | CH |
WHOIS identity
No WHOIS records are currently associated with abaclock.ch in WhisperGraph.
Subdomains
14 observed subdomains of abaclock.ch.
Web-graph footprint
Distinct hostnames that link to or from abaclock.ch in the public web crawl.
9 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for abaclock.ch.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.arcanite.ch |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 62.106.93.56 |
Related pages
Pivot deeper into the graph from abaclock.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "abaclock.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.