Hostname
www.mastersprogram.org
Last fetched
www.mastersprogram.org resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
www.mastersprogram.org 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 |
|---|---|---|---|---|
| 15.197.225.128 | 15.197.224.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.33.251.168 | 3.33.240.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with www.mastersprogram.org in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
32 SPF mechanisms authorising senders for www.mastersprogram.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | infusion-links.com |
| SPF_INCLUDE | infusionmail.com |
| SPF_INCLUDE | rsgsv.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.a2hosting.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.188.110.105 |
| SPF_IP | 108.166.161.224/27 |
| SPF_IP | 108.60.195.192/27 |
| SPF_IP | 172.255.62.10/32 |
| SPF_IP | 172.255.62.11/32 |
| SPF_IP | 173.255.209.246/32 |
| SPF_IP | 185.67.193.67/32 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 198.2.139.0/21 |
| SPF_IP | 199.10.31.235/32 |
| SPF_IP | 199.10.31.236/32 |
| SPF_IP | 204.232.157.0/16 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 208.53.48.0/24 |
| SPF_IP | 208.76.24.0/22 |
| SPF_IP | 209.105.224.160/27 |
| SPF_IP | 209.41.68.0/24 |
| SPF_IP | 216.172.106.0/26 |
| SPF_IP | 23.83.208.0/20 |
| SPF_IP | 34.82.162.0/24 |
| SPF_IP | 35.227.130.0/24 |
| SPF_IP | 35.85.190.185/32 |
| SPF_IP | 45.33.119.18/32 |
| SPF_IP | 46.232.183.0/24 |
| SPF_IP | 50.116.8.174/32 |
| SPF_IP | 69.164.197.115/32 |
Related pages
Pivot deeper into the graph from www.mastersprogram.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.mastersprogram.org"})-[: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.