Hostname
panthera.it
Last fetched
panthera.it resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:uan company s.r.l. as the registrar.
Nutrition Label
Resolution chain
panthera.it 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 |
|---|---|---|---|---|
| 104.18.20.177 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.21.177 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- registrar:uan company s.r.l.
- Organization
- infracom italia s.p.a.
- Contact emails
- —
Subdomains
93 observed subdomains of panthera.it.
Showing 25 of 93. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from panthera.it in the public web crawl.
26 sites link to this hostname.
110 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for panthera.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 212.19.106.155 |
| SPF_IP | 212.19.118.248/32 |
| SPF_IP | 62.196.178.114 |
| SPF_IP | 93.146.247.163/32 |
| SPF_IP | 93.146.247.164 |
Related pages
Pivot deeper into the graph from panthera.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "panthera.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.