Hostname
seinet.ch
Last fetched
seinet.ch resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
seinet.ch resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 54.192.100.16 | 54.192.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.100.38 | 54.192.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.100.67 | 54.192.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.100.90 | 54.192.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.203.25 | 99.84.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.203.26 | 99.84.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.203.48 | 99.84.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.203.93 | 99.84.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- peter seinet
- Contact emails
- —
Subdomains
3 observed subdomains of seinet.ch.
Web-graph footprint
Distinct hostnames that link to or from seinet.ch in the public web crawl.
5 sites link to this hostname.
21 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for seinet.ch.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.creanet.ch |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 212.25.24.234 |
Related pages
Pivot deeper into the graph from seinet.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "seinet.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.