Hostname
cuisibel.fr
Last fetched
cuisibel.fr resolves to 1 IPv4 address operated by AS34177 in FR. WHOIS lists registrar:namebay as the registrar.
Nutrition Label
Resolution chain
cuisibel.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 |
|---|---|---|---|---|
| 80.74.69.194 | 80.74.64.0/20 | AS34177 | — | FR |
WHOIS identity
- Registrar
- registrar:namebay
- Organization
- sa you industrie
- Contact emails
Subdomains
1 observed subdomain of cuisibel.fr.
| Subdomain |
|---|
| www.cuisibel.fr |
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for cuisibel.fr.
| Mechanism | Target |
|---|---|
| SPF_A | spf.customers.vigicorp.net |
| SPF_A | spf.you.fr |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | turbo-smtp.com |
| SPF_IP | 199.244.75.172 |
| SPF_IP | 80.74.64.0/24 |
| SPF_MX | cuisibel.fr |
Related pages
Pivot deeper into the graph from cuisibel.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cuisibel.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.