Hostname
expinet.ch
Last fetched
expinet.ch resolves to 4 IPv4 addresses operated by AKAMAI-ASN1 in US.
Nutrition Label
Resolution chain
expinet.ch resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.44.203.80 | 23.44.203.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.203.85 | 23.44.203.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 88.221.92.156 | 88.221.92.0/24 | AS20940 | AKAMAI-ASN1 | AT |
| 88.221.92.159 | 88.221.92.0/24 | AS20940 | AKAMAI-ASN1 | AT |
WHOIS identity
- Registrar
- —
- Organization
- aida cruises - german branch of costa crociere s.p.a.
- Contact emails
- —
Subdomains
3 observed subdomains of expinet.ch.
Web-graph footprint
Distinct hostnames that link to or from expinet.ch in the public web crawl.
5 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for expinet.ch.
| Mechanism | Target |
|---|---|
| SPF_A | aida.ci-book.de |
| SPF_A | gromit.tds.de |
| SPF_A | mail.dohmen-solutions.de |
| SPF_A | mx-out.aida2.de |
| SPF_A | mx-out2.aida2.de |
| SPF_A | mx-out3.aida2.dea:smtpuk.thruinc.net |
| SPF_A | mx.aida2.de |
| SPF_A | mx1.lhsystems.com |
| SPF_INCLUDE | spf.messagelabs.com |
| SPF_MX | expinet.ch |
Related pages
Pivot deeper into the graph from expinet.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "expinet.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.