Hostname
oms.no
Last fetched
oms.no resolves to 1 IPv4 address operated by AS201463 in DE.
Nutrition Label
Resolution chain
oms.no 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 |
|---|---|---|---|---|
| 128.127.11.90 | 128.127.8.0/22 | AS201463 | — | DE |
WHOIS identity
No WHOIS records are currently associated with oms.no in WhisperGraph.
Subdomains
145 observed subdomains of oms.no.
Showing 25 of 145. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from oms.no in the public web crawl.
5 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for oms.no.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.infrontfinance.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 128.127.8.0/22 |
| SPF_IP | 146.72.248.0/27 |
| SPF_IP | 146.72.248.32/27 |
| SPF_IP | 146.72.248.64/28 |
| SPF_IP | 146.72.249.128/26 |
| SPF_IP | 146.72.249.254 |
| SPF_IP | 146.72.255.192/26 |
Related pages
Pivot deeper into the graph from oms.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oms.no"})-[: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.