Hostname
moneweb.fr
Last fetched
moneweb.fr resolves to 2 IPv4 addresses operated by AS25540 in FR. WHOIS lists registrar:ascio technologies inc. as the registrar.
Nutrition Label
Resolution chain
moneweb.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 |
|---|---|---|---|---|
| 83.167.149.12 | 83.167.128.0/19 | AS25540 | — | FR |
| 83.167.149.63 | 83.167.128.0/19 | AS25540 | — | FR |
WHOIS identity
- Registrar
- registrar:ascio technologies inc.
- Organization
- lme
- Contact emails
Subdomains
56 observed subdomains of moneweb.fr.
Showing 25 of 56. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from moneweb.fr in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for moneweb.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 217.15.80.7/32 |
| SPF_IP | 217.15.88.7/32 |
| SPF_IP | 2a01:6380:0:0:0:0:2:1 |
| SPF_IP | 83.243.20.162/32 |
| SPF_MX | moneweb.fr |
Related pages
Pivot deeper into the graph from moneweb.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "moneweb.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.