Hostname
hasa.ch
Last fetched
hasa.ch resolves to 2 IPv4 addresses operated by AS3303 in CH.
Nutrition Label
Resolution chain
hasa.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 |
|---|---|---|---|---|
| 146.4.104.219 | 146.4.0.0/17 | AS3303 | — | CH |
| 192.168.56.51 | 0.0.0.0/0 | AS64073 | — | — |
WHOIS identity
- Registrar
- —
- Organization
- antoine hayoz
- Contact emails
- —
Subdomains
93 observed subdomains of hasa.ch.
Showing 25 of 93. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from hasa.ch in the public web crawl.
9 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for hasa.ch.
| Mechanism | Target |
|---|---|
| SPF_A | hasa.ch |
| SPF_IP | 146.4.104.218/29 |
| SPF_IP | 46.140.96.34/29 |
| SPF_MX | hasa.ch |
Related pages
Pivot deeper into the graph from hasa.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hasa.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.