Hostname
auto.oportun.com
Last fetched
auto.oportun.com resolves to 1 IPv4 address operated by QOSL-AS-AP Qovic Online Solutions LLP in US.
Nutrition Label
Resolution chain
auto.oportun.com 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 |
|---|---|---|---|---|
| 34.74.255.192 | 34.74.240.0/20 | AS396982 | QOSL-AS-AP Qovic Online Solutions LLP | US |
WHOIS identity
No WHOIS records are currently associated with auto.oportun.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
33 SPF mechanisms authorising senders for auto.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 auto.oportun.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "auto.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.