Hostname
omnia.ch
Last fetched
omnia.ch resolves to 1 IPv4 address operated by AS-VULTR - The Constant Company, LLC in DE.
Nutrition Label
Resolution chain
omnia.ch resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 209.250.234.43 | 209.250.232.0/21 | AS20473 | AS-VULTR - The Constant Company, LLC | DE |
WHOIS identity
- Registrar
- —
- Organization
- julien pellegrino
- Contact emails
- —
Subdomains
9 observed subdomains of omnia.ch.
Web-graph footprint
Distinct hostnames that link to or from omnia.ch in the public web crawl.
33 sites link to this hostname.
42 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for omnia.ch.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.apimo.pro |
| SPF_INCLUDE | spf-customer.publimmo.ch |
| SPF_INCLUDE | spf-eu.letsignit.com |
| SPF_INCLUDE | spf.evok.ch |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 188.62.138.12 |
| SPF_IP | 209.250.234.43 |
| SPF_IP | 2a00:b6e0:1:200:158:0:0:1 |
| SPF_IP | 5.187.57.69 |
| SPF_IP | 83.173.225.126 |
Related pages
Pivot deeper into the graph from omnia.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "omnia.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.