Hostname
newleau.com
Last fetched
newleau.com resolves to 2 IPv4 addresses operated by AS200484 in FR. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
newleau.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 |
|---|---|---|---|---|
| 172.246.33.238 | 172.246.0.0/18 | AS200484 | — | FR |
| 87.98.186.180 | 87.98.128.0/17 | AS16276 | — | FR |
WHOIS identity
- Registrar
- iana:433
- Organization
- groupe naulleau
- Contact emails
Subdomains
11 observed subdomains of newleau.com.
Web-graph footprint
Distinct hostnames that link to or from newleau.com in the public web crawl.
26 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for newleau.com.
| Mechanism | Target |
|---|---|
| SPF_A | newleau.com |
| SPF_INCLUDE | mx.ovh.com |
| SPF_INCLUDE | spf-eu.emailsignatures365.com |
| SPF_INCLUDE | spf.brevo.com |
| SPF_INCLUDE | spf.mailinblack.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | newleau.com |
Related pages
Pivot deeper into the graph from newleau.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "newleau.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.