Hostname
msds.com
Last fetched
msds.com resolves to 2 IPv4 addresses operated by INCAPSULA - Incapsula Inc in US.
Nutrition Label
Resolution chain
msds.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 |
|---|---|---|---|---|
| 45.60.108.47 | 45.60.108.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 45.60.63.47 | 45.60.63.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from msds.com in the public web crawl.
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for msds.com.
| Mechanism | Target |
|---|---|
| SPF_A | spf.peopleclick.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf-001f9f01.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 148.163.135.60 |
| SPF_IP | 148.163.139.69 |
| SPF_IP | 172.87.230.0/24 |
| SPF_IP | 192.31.208.0/23 |
| SPF_IP | 192.58.131.0/24 |
| SPF_IP | 204.79.147.126 |
| SPF_IP | 205.220.160.11/32 |
| SPF_IP | 205.220.172.1/32 |
| SPF_IP | 206.208.174.0/24 |
| SPF_IP | 64.244.34.0/24 |
Related pages
Pivot deeper into the graph from msds.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "msds.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.