Hostname
lescatole.com
Last fetched
lescatole.com resolves to 2 IPv4 addresses operated by AS51167 in DE. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
lescatole.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 |
|---|---|---|---|---|
| 161.97.151.249 | 161.97.128.0/19 | AS51167 | — | DE |
| 176.32.63.193 | 176.32.56.0/21 | AS50877 | — | IT |
WHOIS identity
- Registrar
- iana:69
- Organization
- angelo zanini
- Contact emails
Subdomains
8 observed subdomains of lescatole.com.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for lescatole.com.
| Mechanism | Target |
|---|---|
| SPF_A | lescatole.com |
| SPF_INCLUDE | spf.netison.it |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.112.199.21 |
| SPF_IP | 185.112.199.239 |
| SPF_IP | 185.112.199.241 |
| SPF_MX | lescatole.com |
Related pages
Pivot deeper into the graph from lescatole.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lescatole.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.