Hostname
oportun.com
Last fetched
oportun.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
oportun.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 |
|---|---|---|---|---|
| 104.17.32.162 | 104.17.32.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.17.63.207 | 104.17.48.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:146
- Organization
- ******** ******** (see notes section below on how to view unmasked data)
- Contact emails
Subdomains
42 observed subdomains of oportun.com.
Showing 25 of 42. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from oportun.com in the public web crawl.
570 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
33 SPF mechanisms authorising senders for oportun.com.
| Mechanism | Target |
|---|---|
| SPF_A | b.spf.service-now.com |
| SPF_A | c.spf.service-now.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.dynect.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 207.126.144.0/20 |
| SPF_IP | 208.72.249.128/25 |
| SPF_IP | 216.66.216.0/22 |
| SPF_IP | 34.233.253.88 |
| SPF_IP | 34.234.26.211 |
| SPF_IP | 38.104.225.146 |
| SPF_IP | 38.99.125.0/29 |
| SPF_IP | 38.99.125.128/28 |
| SPF_IP | 50.112.142.130/32 |
| SPF_IP | 50.112.151.43/32 |
| SPF_IP | 50.112.180.106/32 |
| SPF_IP | 52.1.215.211 |
| SPF_IP | 52.1.62.94 |
| SPF_IP | 52.203.216.218 |
| SPF_IP | 52.39.2.203 |
| SPF_IP | 52.39.4.253 |
| SPF_IP | 52.72.152.43 |
| SPF_IP | 54.200.6.121/32 |
| SPF_IP | 54.208.14.206/32 |
| SPF_IP | 54.208.84.215 |
| SPF_IP | 54.213.14.70/32 |
| SPF_IP | 54.213.30.116/32 |
| SPF_IP | 54.213.5.237/32 |
| SPF_IP | 64.18.0.0/20 |
| SPF_IP | 74.125.148.0/22 |
| SPF_IP | 74.125.244.0/22 |
Related pages
Pivot deeper into the graph from oportun.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oportun.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.