Hostname
omicron.ch
Last fetched
omicron.ch resolves to 2 IPv4 addresses operated by AS3303 in CH.
Nutrition Label
Resolution chain
omicron.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 |
|---|---|---|---|---|
| 212.243.209.243 | 212.243.0.0/16 | AS3303 | — | CH |
| 80.242.194.243 | 80.242.192.0/20 | AS61174 | — | CH |
WHOIS identity
- Registrar
- —
- Organization
- omicron
- Contact emails
- —
Subdomains
6 observed subdomains of omicron.ch.
Web-graph footprint
Distinct hostnames that link to or from omicron.ch in the public web crawl.
12 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for omicron.ch.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.online.superoffice.com |
| SPF_INCLUDE | spf.ess.de.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 167.89.111.43/32 |
| SPF_IP | 167.89.112.127/32 |
| SPF_IP | 167.89.112.157/32 |
Related pages
Pivot deeper into the graph from omicron.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "omicron.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.