Hostname
opera.com
Last fetched
opera.com resolves to 2 IPv4 addresses operated by NO-OPERA in NL. WHOIS lists iana:1464 as the registrar.
Nutrition Label
Resolution chain
opera.com 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 |
|---|---|---|---|---|
| 185.26.182.103 | 185.26.180.0/22 | AS39832 | NO-OPERA | NL |
| 185.26.182.104 | 185.26.180.0/22 | AS39832 | NO-OPERA | NL |
WHOIS identity
- Registrar
- iana:1464
- Organization
- opera domains
- Contact emails
Subdomains
319 observed subdomains of opera.com.
Showing 25 of 319. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from opera.com in the public web crawl.
117,453 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for opera.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 185.26.182.76 |
| SPF_IP | 195.189.142.89 |
| SPF_IP | 2001:4c28:4000:722:185:26:182:76 |
| SPF_IP | 2001:4c28:4000:779:195:189:142:89 |
| SPF_MX | opera.com |
Related pages
Pivot deeper into the graph from opera.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "opera.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.