Hostname
weymuller.fr
Last fetched
weymuller.fr resolves to 2 IPv4 addresses operated by AS12876 in FR. WHOIS lists registrar:nordnet as the registrar.
Nutrition Label
Resolution chain
weymuller.fr 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 |
|---|---|---|---|---|
| 163.172.201.221 | 163.172.0.0/16 | AS12876 | — | FR |
| 62.4.25.61 | 62.4.0.0/19 | AS12876 | — | FR |
WHOIS identity
- Registrar
- registrar:nordnet
- Organization
- weymuller modelisme
- Contact emails
Subdomains
3 observed subdomains of weymuller.fr.
Web-graph footprint
Distinct hostnames that link to or from weymuller.fr in the public web crawl.
44 sites link to this hostname.
26 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for weymuller.fr.
| Mechanism | Target |
|---|---|
| SPF_A | newsletter.netlor.fr |
| SPF_A | stor01.netlor.fr |
| SPF_INCLUDE | _spf_gp.orange.fr |
| SPF_INCLUDE | _spf_gpf.orange.fr |
| SPF_INCLUDE | _spf_other.orange.fr |
| SPF_INCLUDE | spf.email-control.orange-business.com |
| SPF_INCLUDE | spf.mailjet.com |
Related pages
Pivot deeper into the graph from weymuller.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "weymuller.fr"})-[: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.