Hostname
mayoly.com
Last fetched
mayoly.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1251 as the registrar.
Nutrition Label
Resolution chain
mayoly.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:1251
- Organization
- laboratoires mayoly spindler
- Contact emails
Subdomains
26 observed subdomains of mayoly.com.
Showing 24 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mayoly.com in the public web crawl.
52 sites link to this hostname.
64 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
19 SPF mechanisms authorising senders for mayoly.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | ees1.mx.csod.com |
| SPF_INCLUDE | ees2.mx.csod.com |
| SPF_INCLUDE | fes1.mx.csod.com |
| SPF_INCLUDE | fes2.mx.csod.com |
| SPF_INCLUDE | frs1.mx.csod.com |
| SPF_INCLUDE | frs2.mx.csod.com |
| SPF_INCLUDE | la4prd1.mx.csod.com |
| SPF_INCLUDE | la4prd2.mx.csod.com |
| SPF_INCLUDE | la4prd3.mx.csod.com |
| SPF_INCLUDE | la4prd4.mx.csod.com |
| SPF_INCLUDE | la4prd5.mx.csod.com |
| SPF_INCLUDE | messaging-master.com |
| SPF_INCLUDE | spf.flexmail.eu |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | spf31.esputnik.com |
| SPF_IP | 132.226.193.2 |
| SPF_IP | 193.151.87.166 |
| SPF_MX | mayoly.com |
Related pages
Pivot deeper into the graph from mayoly.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mayoly.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.