Hostname
mymdsoln.com
Last fetched
mymdsoln.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
mymdsoln.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.154.48.123 | 18.154.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.154.48.69 | 18.154.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.154.48.84 | 18.154.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.154.48.92 | 18.154.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of mymdsoln.com owner
- Contact emails
- mo@mydocrx.com
- 034d76c2-fde0-4d62-9158-dad1426b6014@identity-protect.org
- 4cdc311c-3851-4ba3-b035-cda5d0b7321b@identity-protect.org
- 6458af85-4ed6-4715-bf07-0897fbf09d3c@identity-protect.org
- ba4b618c-b517-4e07-9d7c-6e62fb88ed5e@identity-protect.org
- ba50bc64-daac-445d-99bb-a32e63daaa12@identity-protect.org
- e8838515-cfee-4cc9-b406-24cff8df3948@identity-protect.org
Subdomains
1 observed subdomain of mymdsoln.com.
| Subdomain |
|---|
| www.mymdsoln.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for mymdsoln.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | secureserver.net |
Related pages
Pivot deeper into the graph from mymdsoln.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mymdsoln.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.