Hostname
spf.softchoice.com
Last fetched
spf.softchoice.com resolves to 15 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in US.
Nutrition Label
Resolution chain
spf.softchoice.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 129.145.17.173 | 129.145.16.0/21 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
| 129.145.17.174 | 129.145.16.0/21 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
| 129.145.17.175 | 129.145.16.0/21 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
| 142.0.160.220 | 142.0.160.0/21 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
| 142.0.160.221 | 142.0.160.0/21 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
| 142.0.160.222 | 142.0.160.0/21 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
| 158.106.65.130 | 158.106.64.0/18 | AS23498 | CDSI - Beanfield Technologies Inc. | CA |
| 20.116.74.68 | 20.64.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | CA |
| 20.151.56.202 | 20.150.0.0/15 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | CA |
| 20.39.141.208 | 20.36.0.0/14 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | CA |
| 40.82.176.161 | 40.80.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | CA |
| 40.85.250.4 | 40.80.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | CA |
| 52.228.105.245 | 52.224.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | CA |
| 52.228.106.137 | 52.224.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | CA |
| 70.33.244.254 | 70.33.244.0/22 | AS13768 | COGECO-PEER1 - Aptum Technologies | CA |
WHOIS identity
No WHOIS records are currently associated with spf.softchoice.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for spf.softchoice.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | service-now.com |
| SPF_IP | 104.152.224.62/32 |
| SPF_IP | 158.106.65.130 |
| SPF_IP | 20.104.203.89 |
| SPF_IP | 216.18.152.21 |
| SPF_IP | 40.85.250.4 |
| SPF_IP | 69.90.75.215 |
| SPF_IP | 69.90.75.220 |
| SPF_IP | 70.33.244.254 |
| SPF_IP | 72.15.59.31 |
| SPF_IP | 98.158.81.61/32 |
Related pages
Pivot deeper into the graph from spf.softchoice.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spf.softchoice.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.