Hostname
oma.com
Last fetched
oma.com resolves to 1 IPv4 address operated by PROLOCATION Prolocation in NL. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
oma.com 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 |
|---|---|---|---|---|
| 94.228.136.235 | 94.228.136.0/21 | AS41887 | PROLOCATION Prolocation | NL |
WHOIS identity
- Registrar
- iana:69
- Organization
- michael zwiers
- Contact emails
Subdomains
6 observed subdomains of oma.com.
Web-graph footprint
Distinct hostnames that link to or from oma.com in the public web crawl.
958 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for oma.com.
| Mechanism | Target |
|---|---|
| SPF_A | ldxrelay04.taleo.net |
| SPF_INCLUDE | spf-de.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 108.142.166.122 |
| SPF_IP | 108.142.167.245 |
| SPF_IP | 158.106.220.154 |
| SPF_IP | 188.122.74.75 |
| SPF_IP | 188.122.74.79 |
| SPF_IP | 194.206.123.12 |
| SPF_IP | 20.103.72.83 |
| SPF_IP | 20.103.73.120/31 |
| SPF_IP | 20.16.250.221 |
| SPF_IP | 20.16.250.225 |
| SPF_IP | 202.65.212.3 |
| SPF_IP | 59.152.212.53 |
| SPF_IP | 62.243.9.213 |
| SPF_IP | 82.70.29.70 |
| SPF_IP | 94.200.86.234 |
Related pages
Pivot deeper into the graph from oma.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oma.com"})-[: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.