Hostname
plus.opel.nl
Last fetched
plus.opel.nl resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
plus.opel.nl 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 |
|---|---|---|---|---|
| 104.17.245.18 | 104.17.240.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.17.246.18 | 104.17.240.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with plus.opel.nl in WhisperGraph.
Subdomains
59 observed subdomains of plus.opel.nl.
Showing 25 of 59. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from plus.opel.nl in the public web crawl.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
20 SPF mechanisms authorising senders for plus.opel.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.oktey.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 104.199.77.136/32 |
| SPF_IP | 108.128.67.124/32 |
| SPF_IP | 134.90.141.176/28 |
| SPF_IP | 146.148.28.55/32 |
| SPF_IP | 178.18.58.30/32 |
| SPF_IP | 34.76.108.3/32 |
| SPF_IP | 34.76.115.153/32 |
| SPF_IP | 34.77.167.186/32 |
| SPF_IP | 34.77.86.110/32 |
| SPF_IP | 34.78.64.239/32 |
| SPF_IP | 35.205.33.241/32 |
| SPF_IP | 35.233.90.227/32 |
| SPF_IP | 37.71.38.16/28 |
| SPF_IP | 52.18.224.78/32 |
| SPF_IP | 52.215.240.92/32 |
| SPF_IP | 77.158.79.112/28 |
| SPF_IP | 89.31.147.234 |
Related pages
Pivot deeper into the graph from plus.opel.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "plus.opel.nl"})-[: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.