Hostname
netlogic.fr
Last fetched
netlogic.fr resolves to 1 IPv4 address operated by OVH in FR. WHOIS lists registrar:combell nv as the registrar.
Nutrition Label
Resolution chain
netlogic.fr resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 141.94.173.3 | 141.94.0.0/16 | AS16276 | OVH | FR |
WHOIS identity
- Registrar
- registrar:combell nv
- Organization
- net logic
- Contact emails
Subdomains
124 observed subdomains of netlogic.fr.
Showing 25 of 124. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from netlogic.fr in the public web crawl.
10 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for netlogic.fr.
| Mechanism | Target |
|---|---|
| SPF_A | nr2.netlogic.fr |
| SPF_A | nr4.netlogic.fr |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 141.94.173.3 |
| SPF_IP | 141.94.204.92 |
| SPF_IP | 146.59.243.252 |
| SPF_IP | 151.80.167.137/32 |
| SPF_IP | 83.118.208.96/27 |
| SPF_MX | netlogic.fr |
Related pages
Pivot deeper into the graph from netlogic.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "netlogic.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.