Hostname
solmar.com
Last fetched
solmar.com resolves to 2 IPv4 addresses operated by OVH in FR. WHOIS lists iana:291 as the registrar.
Nutrition Label
Resolution chain
solmar.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 |
|---|---|---|---|---|
| 149.202.188.40 | 149.202.0.0/16 | AS16276 | OVH | FR |
| 201.134.76.213 | 201.134.64.0/19 | AS8151 | UNINET | MX |
WHOIS identity
- Registrar
- iana:291
- Organization
- centro de promociones los cabos san lucas s.a de c.v.
- Contact emails
Subdomains
35 observed subdomains of solmar.com.
Showing 25 of 35. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from solmar.com in the public web crawl.
94 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for solmar.com.
| Mechanism | Target |
|---|---|
| SPF_A | solmar.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | spf.synxis.com |
| SPF_IP | 187.141.182.68 |
| SPF_IP | 192.155.84.134 |
| SPF_IP | 201.134.76.211 |
| SPF_IP | 201.134.76.213 |
| SPF_MX | solmar.com |
Related pages
Pivot deeper into the graph from solmar.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "solmar.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.