Hostname
cuffe.app
Last fetched
cuffe.app resolves to 4 IPv4 addresses operated by ANSONNET-AS-UK in FR. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
cuffe.app resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 147.79.116.95 | 147.79.112.0/21 | AS47583 | ANSONNET-AS-UK | FR |
| 147.79.119.132 | 147.79.112.0/21 | AS47583 | ANSONNET-AS-UK | FR |
| 147.79.72.123 | 147.79.72.0/21 | AS47583 | ANSONNET-AS-UK | US |
| 88.223.87.254 | 88.223.80.0/21 | AS47583 | ANSONNET-AS-UK | US |
WHOIS identity
- Registrar
- iana:1647
- Organization
- whois privacy protection foundation
- Contact emails
- —
Subdomains
2 observed subdomains of cuffe.app.
| Subdomain |
|---|
| look.cuffe.app |
| www.cuffe.app |
Web-graph footprint
Distinct hostnames that link to or from cuffe.app in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from cuffe.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cuffe.app"})-[: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.