Hostname
spglobal.com
Last fetched
spglobal.com resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
spglobal.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 |
|---|---|---|---|---|
| 20.190.249.200 | 20.184.0.0/13 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
WHOIS identity
- Registrar
- iana:299
- Organization
- host master
- Contact emails
Subdomains
328 observed subdomains of spglobal.com.
Showing 25 of 328. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from spglobal.com in the public web crawl.
28,171 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for spglobal.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf1.spglobal.com |
| SPF_INCLUDE | spf2.spglobal.com |
| SPF_INCLUDE | spf3.spglobal.com |
| SPF_IP | 148.163.148.100 |
| SPF_IP | 148.163.152.37 |
| SPF_IP | 167.89.16.99/32 |
| SPF_IP | 168.116.34.0/26 |
| SPF_IP | 199.30.235.176/32 |
| SPF_IP | 204.8.130.0/26 |
| SPF_IP | 207.126.120.0/24 |
| SPF_IP | 74.203.185.176/32 |
Related pages
Pivot deeper into the graph from spglobal.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spglobal.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.