Skip to content

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

WHISPER CANON · spf.softchoice.comRouting diversity5.0/10Peering density9.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/spf.softchoice.com

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.

IPPrefixASNOperatorCountry
129.145.17.173129.145.16.0/21AS31898ORACLE-BMC-31898 - Oracle CorporationUS
129.145.17.174129.145.16.0/21AS31898ORACLE-BMC-31898 - Oracle CorporationUS
129.145.17.175129.145.16.0/21AS31898ORACLE-BMC-31898 - Oracle CorporationUS
142.0.160.220142.0.160.0/21AS31898ORACLE-BMC-31898 - Oracle CorporationUS
142.0.160.221142.0.160.0/21AS31898ORACLE-BMC-31898 - Oracle CorporationUS
142.0.160.222142.0.160.0/21AS31898ORACLE-BMC-31898 - Oracle CorporationUS
158.106.65.130158.106.64.0/18AS23498CDSI - Beanfield Technologies Inc.CA
20.116.74.6820.64.0.0/10AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationCA
20.151.56.20220.150.0.0/15AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationCA
20.39.141.20820.36.0.0/14AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationCA
40.82.176.16140.80.0.0/12AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationCA
40.85.250.440.80.0.0/12AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationCA
52.228.105.24552.224.0.0/11AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationCA
52.228.106.13752.224.0.0/11AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationCA
70.33.244.25470.33.244.0/22AS13768COGECO-PEER1 - Aptum TechnologiesCA

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.

MechanismTarget
SPF_INCLUDEservice-now.com
SPF_IP104.152.224.62/32
SPF_IP158.106.65.130
SPF_IP20.104.203.89
SPF_IP216.18.152.21
SPF_IP40.85.250.4
SPF_IP69.90.75.215
SPF_IP69.90.75.220
SPF_IP70.33.244.254
SPF_IP72.15.59.31
SPF_IP98.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.