Hostname
bticino.it
Last fetched
bticino.it resolves to 1 IPv4 address operated by GOOGLE-CLOUD-PLATFORM - Google LLC in BE. WHOIS lists registrar:eurodns sa as the registrar.
Nutrition Label
Resolution chain
bticino.it 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 |
|---|---|---|---|---|
| 35.189.247.58 | 35.189.240.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | BE |
| 35.189.247.58 | 35.189.240.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | BE |
WHOIS identity
- Registrar
- registrar:eurodns sa
- Organization
- bticino s.p.a.
- Contact emails
- —
Subdomains
135 observed subdomains of bticino.it.
Showing 25 of 135. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bticino.it in the public web crawl.
462 sites link to this hostname.
26 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for bticino.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.grpleg.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.178.245.3/32 |
| SPF_IP | 193.178.246.188 |
Related pages
Pivot deeper into the graph from bticino.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bticino.it"})-[: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.