Hostname
omi-int.com
Last fetched
omi-int.com resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1466 as the registrar.
Nutrition Label
Resolution chain
omi-int.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 166.117.142.4 | 166.117.128.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 166.117.86.174 | 166.117.80.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 169.48.37.192 | 169.48.36.0/22 | AS36351 | SOFTLAYER - IBM Cloud | GB |
WHOIS identity
- Registrar
- iana:1466
- Organization
- old mutual international services
- Contact emails
Subdomains
1 observed subdomain of omi-int.com.
| Subdomain |
|---|
| www.omi-int.com |
Web-graph footprint
Distinct hostnames that link to or from omi-int.com in the public web crawl.
7 sites link to this hostname.
17 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for omi-int.com.
| Mechanism | Target |
|---|---|
| SPF_A | smtp02.kane-group.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 196.14.188.33 |
| SPF_IP | 196.14.188.46 |
Related pages
Pivot deeper into the graph from omi-int.com.
- IP · 166.117.142.4
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:1466
- Country · US
- Email · dns-admin@oldmutual.com
- TLD · .com
- Browse hostnames · om…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "omi-int.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.