Hostname
opinion.no
Last fetched
opinion.no appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
opinion.no has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- —
- Organization
- opinion perduco as
- Contact emails
Subdomains
14 observed subdomains of opinion.no.
Web-graph footprint
Distinct hostnames that link to or from opinion.no in the public web crawl.
161 sites link to this hostname.
85 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for opinion.no.
| Mechanism | Target |
|---|---|
| SPF_A | relaysmtp01.citynetwork.se |
| SPF_A | relaysmtp02.citynetwork.se |
| SPF_INCLUDE | _spf.sndr.no |
| SPF_INCLUDE | eum28746.mandaa.io |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 198.202.211.1/32 |
| SPF_IP | 34.102.239.211/32 |
| SPF_IP | 77.40.143.102 |
| SPF_IP | 91.123.193.99 |
Related pages
Pivot deeper into the graph from opinion.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "opinion.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.